Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Increase SW4STM32 heap size in config.ini like normal eclipse

Hi,

I would like to increase the heap size of SW4STM32 like I’m able to do in normal eclipse at config.ini

I don’t know where to put hte sentence:

-Xmx2048m

thanks,

Guillermo

Ok, I will answer myself.

now is in eclipse.ini

:P


Could you explain why we need to increase the heap size and its advantages and disadvantages?