1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/PipXtreme
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
..
inc OP-339 Update PipXtreme PID too. 2011-03-09 18:07:58 +00:00
reserved pipx: COM device ids are now 32bit not 8bit 2011-02-13 15:54:26 +00:00
aes.c PipX modem full source code moved into public SVN. 2011-01-13 08:45:18 +00:00
api_config.c Various minor changes to do with switch modem mode on the fly but mainly PPM Input decoder (with error/noise detection) is now working 2011-03-06 18:52:18 +00:00
crc.c Code added to allow GCS to configure modem. Not yet finished - modem needs rebooting after uploading new config - for the time being. 2011-02-01 23:40:40 +00:00
gpio_in.c Added some files to the PipXtreme folder. 2010-10-13 07:49:05 +00:00
main.c Rewrote PipX's PPM input decoder to do away with supervisor timer/monitor. 2011-03-09 17:36:11 +00:00
Makefile build: convert all app loads to require bootloaders 2011-05-08 12:40:29 -04:00
packet_handler.c Various minor changes to do with switch modem mode on the fly but mainly PPM Input decoder (with error/noise detection) is now working 2011-03-06 18:52:18 +00:00
pios_board.c hwinit: Convert SPI drivers to dynamic init 2011-02-12 22:19:50 +00:00
pios_usb_hid_desc.c PipX modem full source code moved into public SVN. 2011-01-13 08:45:18 +00:00
ppm.c Rewrote PipX's PPM input decoder to do away with supervisor timer/monitor. 2011-03-09 17:36:11 +00:00
rfm22b.c Various minor changes to do with switch modem mode on the fly but mainly PPM Input decoder (with error/noise detection) is now working 2011-03-06 18:52:18 +00:00
saved_settings.c Added "Ready-To-Send-Time" parameter adjustment 2011-02-15 12:57:46 +00:00
stopwatch.c Added some files to the PipXtreme folder. 2010-10-13 07:49:05 +00:00
stream.c Various minor changes to do with switch modem mode on the fly but mainly PPM Input decoder (with error/noise detection) is now working 2011-03-06 18:52:18 +00:00
transparent_comms.c Updated spectrum scanning code. 2011-02-23 09:30:06 +00:00
watchdog.c removed pios_board.h 2011-01-13 19:22:54 +00:00