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


FreeRTOS with enabling cpp, all functions are not working

France

What do you mean by “doing -cpp”?

Do you just convert the project to C++ and recompile or do you make any other change in the project?

FreeRTOS source code is C code and should always be compiled as C code, not as C++ code, so do not rename any .c file as .cpp, except perhaps for the main.c and, of course, your own source code.

Hope this helps,

Bernard (Ac6)