aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4fmu-v1/board_config.h
Commit message (Collapse)AuthorAgeFilesLines
* FMUv1 board prettifyingLorenz Meier2014-05-281-1/+2
|
* Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+2
| | | | | | | | | | | Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>
* Added unique ID locationLorenz Meier2014-01-071-0/+1
|
* Board config sweep / cleanup. No further functionality-relevant points foundLorenz Meier2014-01-021-3/+3
|
* Added support for FMUv1 for RGB led and dim led supportLorenz Meier2013-08-171-0/+2
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-0/+209
most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.