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


correct way to rename a project?

What is the recommended method for renaming an existing project? I tried simply right clicking the project in the Project Explorer and using “rename”, but it seemed to trash links in the project.

I don’t know if this is the right way or not. What I ended up doing was:

1 - delete the project from the workspace
2 - rename the project folder
3 - edit the .project and .cproject files in a text editor and change all references to the name
4 - delete the debug folder (I haven’t done any projects with a release configuration, but assume other configs have related folders that also must be deleted)
5 - import project back into workspace