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


Import demo project (STM32F429i-Discovery demonstration) not working V1.10

Hi,
On the example projects provided in ST firmware, include directories are not copied into the project but are found with relative path. You should re-import the project without copy (don’t forget to delete the previous project).

If you really need to copy the sources, you have to manually change the include directories location path in the project Properties > C/C++ Generals > Paths and Symbols > Includes tab.

Regards,
Kevin