1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight
Stacey Sheldon 96827eecff build: Make all flight sw use pios_board_info_blob
Now that every bootloader build has a board info blob,
make all fw and bl images use it.

The following MACROS are removed:
  BOARD_TYPE, BOARD_REVISION, BOOTLOADER_VERSION,
  START_OF_USER_CODE, HW_TYPE

These values are now ONLY available from the bootloader
flash via the pios_board_info_blob symbol.  These values
must not be #defined or otherwise hard-coded into the
firmware in any way.  The bootloader flash is the only
valid source for this information.

NOTE: To ensure that we have an upgrade path from an
      old bootloader (without board_info_blob) to a
      new bootloader (with board_info_blob), it is
      essential that the bu_* targets do not depend
      on (or validate) the board_info_blob being present
      in the bootloader flash.
2011-05-24 00:58:10 -04:00
..
AHRS build: Make all flight sw use pios_board_info_blob 2011-05-24 00:58:10 -04:00
Bootloaders build: Make all flight sw use pios_board_info_blob 2011-05-24 00:58:10 -04:00
CopterControl build: remove all remaining use of -DUSE_BOOTLOADER 2011-05-23 18:21:42 -04:00
Doc useless note on documentation (needs update) 2011-03-06 00:29:50 +00:00
INS build: remove all remaining use of -DUSE_BOOTLOADER 2011-05-23 18:21:42 -04:00
Libraries stopwatch: Add support for timers 5-8 2011-05-08 12:41:02 -04:00
Modules build: Make all flight sw use pios_board_info_blob 2011-05-24 00:58:10 -04:00
OpenPilot build: remove all remaining use of -DUSE_BOOTLOADER 2011-05-23 18:21:42 -04:00
PiOS build: Make all flight sw use pios_board_info_blob 2011-05-24 00:58:10 -04:00
PiOS.posix PiOS_posix: Add support for pios_debug API, to allow building of GPS module in x86 environment 2011-05-05 14:57:30 +02:00
PiOS.win32 Fix UAVObject stuff for win32 sim, and fix pios_servo as well. 2011-02-01 19:11:24 +00:00
PipXtreme build: remove all remaining use of -DUSE_BOOTLOADER 2011-05-23 18:21:42 -04:00
Project OP-216: Make the object manager use new flash fs for objects 2011-05-14 14:23:02 -05:00
UAVObjects Whitespace and line endings 2011-05-14 15:15:33 -05:00
UAVTalk NACKs implemented on both ground and flight side, connect time goes under a few seconds now. 2011-04-30 19:32:42 +02:00
README.txt Says all it needs to say for now. 2009-12-22 05:07:27 +00:00

Check the wiki