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

So does the build number just get stored in the .h file, so it could be edited there?

I tried adding this to my project. Initially there was an issue because the editor converted the tabs to spaces. I fixed that and have copied your sample code verbatim, but I am getting an error:

make all 
if [ ! -r ../build.number ]; then \
			echo build_number=1 > ../build.number; \
		fi
! was unexpected at this time.
make: *** [../build.number] Error 255