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


Building project - subdir.mk error

Hi Tomas_Z
On Windows there is no real issue. You are right : the projects are compiled correctly, but Eclipse detects some syntax error (minor) due to the double quote usage.
The main issue occurs on Ubuntu or OS-X while the double quotes are missing then the projects are not compiled correctly.