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


Auto generate build/version number

Hi,

I was using 1.13 so I upgraded to 2.1. The build number generation now works.

I use the make -r option to speed up the build time. I am building the project from a network drive, so the file I/O is slower. If I do a build with no changes, it takes 40 seconds to respond with the nothing to do message without the -r option. With the -r option it completes in 2 seconds.

However, since upgrading to 2.1, now every time I do a build it first says it is generating the make files for all the source folders before starting the build. This takes more than 60 seconds before it even starts the build. Do you know why this is?

Thanks.