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


You are viewing a reply to Adding new Include files  

Adding new Include files

France

Hi,
From the layout you describe I presume that either

  1. You use an old version of CubeMX
  2. You uncheck the “Generate project in root directory” checkbox when generating the project for System Workbench for STM32 in CubeMX

If you upgrade and generate in the root directory, the layout will be a lot more clear and will reflect the effective file layout in the workspace.
Bernard (Ac6)