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


How to run a command (in Eclipse) after build is finished?

I have a nice notification tool – it displays text under prompt of all active shells (Zsh):

https://asciinema.org/a/156726Question

I want to notify “Build finished”, ideally with additional information “... with 0 warnings 0 errors”, maybe also with project name. Eclipse just needs to run “zc-bg-notify -q ‘text’” after finishing build. Is this possible?

--
Best regards,
Gortu