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


Include Paths from CubeMX are not pointing to the includes in the project

After creating a project in CubeMX the include paths are for example ../../../MiddleWares/Third_Party/LwIP/inc which points back to the home directory containing the workspace. Of course the include files are inside the home/name/workspace/project_name.

I am creating the project for SW4STM32 with Generate Under Root UNchecked.
The Code Generator Tab opy only the necessary library files checked.

Is some other setting I am missing? I don’t want to have to correct all the paths as there are many for the STM32F746-Disco board with all the IP checked.

France

Hi,

You should rather keep the “Generate under Root” checkbox checked; this is the way it should be. The other way is meant to be used only for generating example projects in the Cube distribution but for normal projects, keeping this checked will provide more natural behavior.

Also if you uncheck this, you should never check the “Copy files into workspace” checkbox when importing the project in System Workbench for STM32.

Bernard (Ac6)