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


Compile without eclipse

I want to manually build my project from a command line but I’m having trouble understanding what STM32Workbench actually does when compiling.

1. It magically creates a makefile in the Debug directory out of whatever STMCubeMX produces (how? is there anyway to reproduce that process from a command line?
2. “Make all” from the project directory throws a bunch of errors, where can I check what I need to set in order compile?

Thanks!
Regards