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


Clean initially fails with "make: *** No rule to make target 'clean'. Stop."

Hi Elliot,

Thanks for the reply. I am simply doing a command line build as follows:

C:\Ac6\SystemWorkbench\eclipsec.exe -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data tmp -import ./bootloader -cleanBuild all --launcher.suppressErrors

There is no other command being called apart from this one which is why I am confused as to what is happening.