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 Repository Project to Workspace

Hey ho,

I am trying to build an project from the CubeMX repository. If I import the project as an existing project and leave the “Copy projects into workspace” unchecked it works. But I want to have the project with all necessary files in my workspace so I can copy the project to another PC and I can work with it.

Is there any possibility to copy all necessary files in the workspace?

Thanks for your help :-)

Tunisia

You have to do this manually :/

The copy feature cannot help when the project uses the linked files concept, which is the case (this is an eclipse limitation) :/