aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4fmu-v2/board_config.h
Commit message (Collapse)AuthorAgeFilesLines
* fix code style if trivial one line differenceDaniel Agar2015-03-191-1/+1
|
* fmuv2: setup for PWM input on timer4, channel 2Andrew Tridgell2015-02-231-0/+5
|
* Added HMC chip select supportLorenz Meier2014-12-261-0/+2
|
* FMUv2: Add missing declarations.Lorenz Meier2014-10-091-0/+21
|
* FMUv2: added define for PX4_I2C_BUS_ONBOARDAndrew Tridgell2014-07-081-1/+2
| | | | needed for hmc5883 on main bus (for FMUv3)
* FMUv2: added defines for FMUv3 sensorsAndrew Tridgell2014-07-081-0/+10
| | | | | this enables EXT0 to EXT3 on external SPI bus, and gives correct names for FMUv3 board
* Count devices on SPI4 / EXT from 1 as for the other busesLorenz Meier2014-05-281-2/+4
|
* Add SPI4 init bits for FMUv2Lorenz Meier2014-05-281-0/+5
|
* 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>
* Fix FMUs B/E led pin configLorenz Meier2014-01-161-1/+1
|
* Patching up MPU6K pin disable definesLorenz Meier2014-01-141-2/+2
|
* Added unique ID locationLorenz Meier2014-01-071-0/+2
|
* Board config sweep / cleanup. No further functionality-relevant points foundLorenz Meier2014-01-021-13/+13
|
* Added IOCTL and command for sensor rail reset (does not yet re-initialize ↵Lorenz Meier2013-12-041-0/+17
| | | | sensor drivers)
* FMUv2: change CS pins to 2MHzAndrew Tridgell2013-11-301-5/+5
| | | | this gives cleaner traces
* FMUv2: added define for MPU DRDY pinAndrew Tridgell2013-11-301-0/+1
|
* FMUv2: added support for MPU6000 on v2.4 boardAndrew Tridgell2013-11-301-0/+2
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-0/+192
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.