1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Go to file
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
artwork Aditional artwork for GCS (artwork directory), plus show basic board info when connected on the uploader gadget. 2011-05-15 22:48:18 +02:00
flight Changed accelKp = 1; in 3C filter when calibrating bias when arming. Increase default yaw by 0.005 2011-05-17 04:15:28 +10:00
ground Merge branch 'master' into OP-495_CheBuzz_HelpButtons 2011-05-17 01:06:28 -07:00
hardware Updated Schematic with FlexiPort note and added net label 2011-04-29 10:04:54 -05:00
make OP-307: add template for firmware info blob C source 2011-05-17 21:37:02 +03:00
release OP-483: add version-info.py script for software, firmware and release packaging 2011-05-17 21:29:22 +03:00
shared/uavobjectdefinition Changed accelKp = 1; in 3C filter when calibrating bias when arming. Increase default yaw by 0.005 2011-05-17 04:15:28 +10:00
.gitignore gitignore: ignore GNU global (gtags) tags files 2011-05-08 12:41:02 -04:00
CREDITS.txt Add some new icons for the GCS 2011-05-04 15:46:05 +10:00
LICENSE.txt Test commiting to reworked SVN, add lic file back but under trunk. 2011-02-27 10:16:35 +00:00
Makefile OP-483: cleanup: replace ';' by '&&' in top Makefile (shouldn't continue on error) 2011-05-13 11:25:29 +03:00
MILESTONES.txt Add Sambas' Y6 OpenPilot flight 2011-05-14 17:59:57 +10:00