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


Crating project with USB don't add usbd_conf.c

When I create a new project and select USB device library, the wizard don’t add usbd_conf.c neither usbd_cdc_interface.c and usbd_desc.c

where do I found this files for discovery F4 board? and for nucleo 411?
i’m thinking on use CubeMX to generate those file and thne copy and paste on my clean systemworkbench workspace. is it ok? do you plan to add this files on next release?

thank