1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/PipXtreme
Stacey Sheldon dc4aa07a32 board_hw_defs: factor out board-specific hw config definitions
Board specific HW configuration is now collected in a single .c
file for each board.  This HW configuration is #include'd into
the FW, BL and BU builds for each board.

These new .c files are found in:
  flight/board_hw_defs/<board_name>/board_hw_defs.c

Parts of this information were previously duplicated between
the BL and FW builds.  This commit cleans up the duplication.

Using a #include on a .c file is a bit ugly but it allows us
to ensure that all of the symbols in the board_hw_defs.c file
are *ONLY* used in the PIOS_Board_Init() function for each
software build.
2012-01-22 19:41:41 -05:00
..
inc usb hid: remove stale files from pipx 2012-01-16 21:31:07 -05: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 com: remove all references to PIOS_COM_ReceiveBufferUsed() 2012-01-02 14:27:06 -05: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 Update to use the delay API to get entropy rather than reading the timer directly. 2011-07-23 13:53:42 -07:00
Makefile board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05: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 board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
pios_usb_board_data.c usb: allow runtime selection of USB descriptors via hwsettings 2012-01-14 14:28:15 -05: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 com: remove all references to PIOS_COM_ReceiveBufferUsed() 2012-01-02 14:27:06 -05:00
watchdog.c removed pios_board.h 2011-01-13 19:22:54 +00:00