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 Converting to C++  

Converting to C++

Hi Bernard
Success.
I had renamed main.c to main.ccp using the simple right click Rename option, at this point it didn’t work.
By following your method of creating a new main.cpp file and copying the contents it did.

Two further questions:-
1 With reference to the HAL, are there any other differences between C & C++ that you can easily share?
2 On future releases, will Cube be configured to work directly with C++?

Thank you very much Bernard.

Richard