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 Getting started: Error 2  

Getting started: Error 2

I had the same problem. Looks like SW4STM32 does not include mkdir. C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.2.201703061525\tools\make only includes rm.exe, echo.exe, make.exe and sh.exe on my system. I installed MinGW and copied mkdir.exe from msys to this directory. After that the makefile could use mkdir.

But is there a more elegant solution to this?

Christian