1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/make
Oleg Semyonov 8f30b89b17 OP-307: add template for firmware info blob C source
python $(TOP)/make/scripts/version-info.py \
	--path=$(TOP) \
	--template=$(TOP)/make/templates/firmwareinfotemplate.c \
	--outfile=$(TOP)build/$(FW)/firmwareinfo.c \
	--image=$(TOP)/build/$(FW)/$(FW_IMAGE_BIN) \
	--type=0x04 \
	--revision=0x01
2011-05-17 21:37:02 +03:00
..
scripts OP-483: add version-info.py script for software, firmware and release packaging 2011-05-17 21:29:22 +03:00
templates OP-307: add template for firmware info blob C source 2011-05-17 21:37:02 +03:00
winx86 OP-483: update Windows build system, provide install replacement 2011-05-15 14:54:24 +03:00
firmware-defs.mk OP-483: add install target for firmware 2011-05-13 11:25:32 +03:00