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


Merge Example Project

I started a project using an ST Hal example (PWRSTOP for Nucleo). Now I want to add to my project the Spirit1 radio. I have the Driver and Project example for the radio, but when I try to import the necessary driver file in the System Workbench, it is a mess! A lot lot lot of compile problem, define to add, paths to include manually, etc.
I have not managed to do so.

Is there a simply way to do that? Or a guide that explain cleary how to use a generic driver? In the case of Spirit, for example, the readme.txt does’t explain this at all.