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


Where can i edit FreeRTOSConfig.h file?

Hi,
I have been getting familiar with FreeRTOS and getting a project with FreeRTOS is really easy using OpenSTM32 IDE.
One thing i’m learning is the settings i can enable/disable based on the contents of the FreeRTOSConfig.h file but i can’t find it on my project directory,

Somebody knows if it’s possible to edit it with the changes appling to the current project only?
Where can i find it (on the project direectory)?
Do i have to provide it by myself or it’s autogenerated when the project is created

Thanks in advance and thats for the work to do this IDE :-)

Just find out that using Cube you can change the user configurations (aka FreeRTOSConfig.h), this seems not possible starting a project directly on the IDE.