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


Errors building new STemWin/FreeRTOS project.

France

Hi all,
STemWin is not yet fully supported out-of-the-box by System Workbench for STM32; in fact it will try to compile all of the files in STemWin, includeing the windows emulation libraries that, obviously, can’t be compiled for the target.
You should thus delete from your project the offending files (including, at least, the whole content fo the STemWin/Simulation directory).
Bernard