1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +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
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
artwork CopterControl Logo 2011-05-06 15:16:14 +10:00
flight build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
ground Merge branch 'bugfix-ground' 2011-05-06 15:00:10 +02:00
hardware Updated Schematic with FlexiPort note and added net label 2011-04-29 10:04:54 -05:00
make build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
shared/uavobjectdefinition Update the AttitudeSetting object to make the board rotation more human 2011-05-05 13:04:56 -05:00
.gitignore git: Adjust all ignores to account for relocated source 2011-01-22 17:41:56 +00: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 build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
MILESTONES.txt Test commit 2011-04-15 10:48:31 +00:00