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


How to import AC6 project into AC6?

Hi,

Importing project can be a bit tricky for non-experienced Eclipse user. You have to go in File > Import... > General > Existing Projects into Workspace, then select the project root directory. It displays you the projects found into the directory, you have to select your project. Check the “Copy projects into workspace” if you want to copy the sources files into the workspace otherwise it will set links to the sources.

If in the newly imported project still contains the other developer local paths, it means he/she did not populate the project or put the settings with relative paths. Eclipse can’t automatically evaluate it these files/options should or not be local...

Regards,
Kevin
(ac6)