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


C++ Project for System Workbench

Hi everyone,

Converting C project to C++ project is not supported yet. However i found a trick to manually do it.
In the project directory, you should find a “.project” file. Add “org.eclipse.cdt.core.ccnature” under the “natures” parent element, then save the changes.
The project has to be refreshed (or close then re-open).

Under the project properties, you should find the G++ settings :

Convert C C++

Hope it help you.

Kevin.