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


How can I determine what version of gcc, gdb, and openocd is being used?

I am running Eclipse and SW4STM32 on MacOS High Sierra. I need to know what version of the cross compiler and openocd you are using. How can I determine this?

Basically, I am having trouble determining what is the path of ‘openstm32_compiler_path’ and ‘openstm32_openocd_path’.

Thanks for your help!

Clark