aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4fmu-v1
Commit message (Collapse)AuthorAgeFilesLines
* trivial code style cleanup round 2Daniel Agar2015-03-271-2/+2
|
* fix code style if trivial one line differenceDaniel Agar2015-03-191-1/+1
|
* px4fmu-v1: removed baro I2C address in board_config.hAndrew Tridgell2015-02-011-1/+0
| | | | | the ms5611 can be on two addresses. The driver handles this, not the board config
* Board drivers: Optimize for sizeLorenz Meier2014-11-151-0/+2
|
* FMUv1: Add missing declarations.Lorenz Meier2014-10-091-0/+21
|
* Board config cleanup for external bus supportLorenz Meier2014-07-081-1/+0
|
* drivers: Warning fixesLorenz Meier2014-06-302-3/+3
|
* 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
|
* Hotfix: Be more aggressive about SPI2 init on v1 boardsLorenz Meier2013-11-081-8/+9
|
* Added support for FMUv1 for RGB led and dim led supportLorenz Meier2013-08-171-0/+2
|
* Added LED_TOGGLE for normal LEDsJulian Oes2013-08-151-0/+19
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-028-0/+1076
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.