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


Re: System Workbench folder renaming with sources and headers

France

Hi,

How did you create your project? Did you use the default configuration (static library) or did you request to place the drivers in the application project?

In the main project, the source code must be placed in “Source folders” that you can create by “New -> Source Folder” as otherwise they are not compiled.

You may also check in the foder properties, (tab “C/C++ Build >> Settings) that the “Exclude resource for build” is not checked.

Bernard