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


bug in SW's make.exe (v3.81) : "Malformed target-specific variable definition" error

France

Hi,

Thanks for the bug report. Could you please post the offending subdir.mk file, so that we can work out a workaround to avoid problems with the standard version of make (version 4 is quite uncommon and we only provide our own make on windows, on Linux we use the standard one, which is usually 3.81 or 3.82 but not 4.1).

Bernard (Ac6)