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


MCU Setting not inherited by subfolder

Dear LaurentL,
the problem is not with the main project. I specified my board correctly there.
The problem is with manually created folders (other than “Src”) in the project at the root level.
These sub-folders (I use a virtual folder “Common”) do not inherit the compiler settings from the parent project.
To be clear, when I right-click on my sub-folder, there is not “Target” tab on the page: “Properties -> C/C++ Build -> Settings” . Only the “Tool Settings” is available there.

That’s why compilation fails.