1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/AHRS
Stacey Sheldon 7e99419c8a build: Add support for %.bin.o generation
The .bin.o rule places the contents of a raw .bin file
into an .o file wrapped within fixed symbols for start
and end.  This can be used to embed a binary file inside
of an executable.

The symbols for the embedded binary blob are:
 _binary_start
 _binary_end
 _binary_size

NOTE: The way the .bin.o rule is currently written, you
can only embed one binary blob in an executable since the
symbol names will collide if you add multiple blobs.  This
limitation is easily removed later if necessary.
2011-05-07 18:05:50 -04:00
..
inc PIOS: Bootloader Helper functions should sit in HAL, not duplicated in every single architecture. 2011-04-23 19:40:41 +02:00
ahrs_timer.c OP-167 OP-157 AHRS/Calibration: Added mag scale and really cleaned up calibration. 2010-09-25 09:20:38 +00:00
ahrs.c PIOS: BL_HELPER: refactored function names 2011-04-23 21:11:17 +02:00
insgps13state.c flight/AHRS: Make the 13 state INS default again, the accel bias drift can be a 2010-12-24 19:38:54 +00:00
insgps16state.c flight/AHRS: Make the 13 state INS default again, the accel bias drift can be a 2010-12-24 19:38:54 +00:00
Makefile build: Add support for %.bin.o generation 2011-05-07 18:05:50 -04:00
pios_board.c hwinit: Convert I2C driver to dynamic init 2011-02-12 22:19:54 +00:00
test.c Flight/AHRS: Update code to coding conventions. 2010-09-21 19:29:39 +00:00