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


How to make a Release configuration?

Hi,

About the standalone debug, we didn’t have developed it yet but we are looking on how to do it.

For the Release configuration :
Did you create your project from System Workbench or did you import it ?

In the first case, in the Project Properties > C/C++ Build, you have a configuration combo box to display your current configuration. A Release configuration with the correct optimisation and debugging level should editable here (don”t forget to set it active in “Manage Configuration” to use it)

Release Config

If there is no Release configuration choice, in the “Manage Configuration” dialog, create a new configuration from the Debug one. Then set it active and modify the optimisation and debugging level options in C/C++ Build > Settings

Hope I did answer your problem.

Kevin
Ac6