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


Include Paths from CubeMX are not pointing to the includes in the project

France

Hi,

You should rather keep the “Generate under Root” checkbox checked; this is the way it should be. The other way is meant to be used only for generating example projects in the Cube distribution but for normal projects, keeping this checked will provide more natural behavior.

Also if you uncheck this, you should never check the “Copy files into workspace” checkbox when importing the project in System Workbench for STM32.

Bernard (Ac6)