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 C++ base class  

C++ base class

Hi Jean,

There is not a base class for STM32 development.
To add a C++ class, right click on the project -> New -> Class:
Make sure to enter the right source folder (e.g projectname/src)
The class name (this will fill automatically the header and source files)
The finish button will be enabled as soon as you enter the class name.

You can also create manually the .cpp file, the IDE will automatically detect it as a source file if it was placed in a source folder (like projectname/src)

Regards,
Roy
Ac6