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


Importing Demonstration Project - 2 Modes - Only One Works - UBUNTU

France

Hi Ben,

The reason you should follow the instructions on How to import a CubeMX projec is that the demonstration projects are in fact generated using CubeMX...

I know that using linked files is not so practical when you want to modify them but this is needed as otherwise there would be a lot of duplicated files in the Demonstration folder of the ST firmwares; so, even if CubeMX will, in a future release, no more generate links, the demonstration projects will continue to. We are looking at a way to import demonstration by copying all the files in the workspace (currently links are copied, but as links, keeping the, now invalid, relative path to the linked-to file...) but this will take some time.

Bernard (Ac6)