1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight
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
..
AHRS board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
board_hw_defs board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
Bootloaders board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
CopterControl board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
Doc useless note on documentation (needs update) 2011-03-06 00:29:50 +00:00
INS board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
Libraries taskmonitor: move taskmonitor into flight/Libraries 2012-01-15 21:37:10 -05:00
Modules leds: use boot-time config for PiOS LED layer 2012-01-22 18:22:59 -05:00
OpenPilot board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
PiOS leds: use boot-time config for PiOS LED layer 2012-01-22 18:22:59 -05:00
PiOS.posix removed "special code" to start optional modules 2011-11-11 11:22:54 +01:00
PiOS.win32 Fix win32 sim macro problem 2011-09-01 21:50:13 -04:00
PipXtreme board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
Project Fix bug where clicking back at last screen of input wizard would go back to 2011-11-25 11:30:12 -06:00
UAVObjects UAVObjects ; Modules/ManualControl: Fixed metadata interface and segfault when retrieving it 2011-11-30 09:20:46 +01:00
UAVTalk uavtalk: convert tx to use blocking send routines 2011-12-30 23:05:36 -05:00
README.txt Says all it needs to say for now. 2009-12-22 05:07:27 +00:00

Check the wiki