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 delay before build  

delay before build

Thanks for your reply and sorry for my delay, I am on a trip to Nigeria currently.
So, I added the math library, then it was building successfully.
Still, my postbuild commands (generating a hex and printing size info) did not work anymore: I figured out, that you can not use post-build with parallel build jobs due to this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408948Question

thats pretty uncool. Also I had to seperate the post-build commands by ; instead of && to make it work, and the color of the zize info is not nicely blue anymore....

So, this internal builder is working, but only with some limitations.
Thanks still!