1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/Bootloaders
Stacey Sheldon 29ec2f198b build: convert all app loads to require bootloaders
This change is made up of a number of tightly coupled
changes:
 - Deprecate the use of the USE_BOOTLOADER command-line
   option.  It is now hard-coded in each Makefile.
   Overriding it on the command line is not allowed.
 - Split apart the memory declaration and the section
   declaration in all linker files (*_memory.ld and
   *_sections.ld).
 - Describe the split between bootloader and app sections
   of flash in each board's _memory.ld file.
 - Change program target to selectively erase flash so
   that the installed bootloader is preserved across even
   JTAG programming operations.
 - All elf files are built with debug symbols and are not
   stripped.  This should help debugging with gdb.  The
   images programmed on the boards are all .bin files now
   which do not include symbols.
2011-05-08 12:40:29 -04:00
..
AHRS build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
BootloaderUpdater build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
CopterControl build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
OpenPilot build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
PipXtreme build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00