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


System Workbench Project Structure Question

Hi, I have a question about the using of System Workbench and projects.

When I download a firmware from ST website, usually I put the extracted folder in the System Workbench workspace, then click Import -> Existing Project Into Workspace (copy project into workspace uncheked).

It works well, but I obtain a project with relative path and liked resource, I mean that the structure of the files that I can see from Eclipse is not the real structure of the files of the folder project. I don’t like it, and it confuse me.
If I want to obtain a “normal” structure, I usually copy/paste manually all file in order to recreate the original structure, then I insert include path and symbol. But it is hard and some time leads to compiling errors.

There is a way to do it automatically and safely?