aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4fmu-v2
Commit message (Collapse)AuthorAgeFilesLines
* Board drivers: Only print if init failsLorenz Meier2015-04-271-7/+0
|
* 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-262-0/+17
|
* Board drivers: Optimize for sizeLorenz Meier2014-11-151-0/+2
|
* FMUv2: Add missing declarations.Lorenz Meier2014-10-092-0/+34
|
* 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-082-0/+34
| | | | | this enables EXT0 to EXT3 on external SPI bus, and gives correct names for FMUv3 board
* Fix compiler warningsDon Gagne2014-06-291-1/+1
|
* Count devices on SPI4 / EXT from 1 as for the other busesLorenz Meier2014-05-281-2/+4
|
* Fix SPI select on port 4 to use the right definesLorenz Meier2014-05-281-4/+4
|
* Add SPI4 init bits for FMUv2Lorenz Meier2014-05-283-0/+52
|
* 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
|
* Cleaned up init config and picked a safe bet on FRAM clock speedLorenz Meier2014-01-091-6/+9
|
* Added unique ID locationLorenz Meier2014-01-071-0/+2
|
* Board config sweep / cleanup. No further functionality-relevant points foundLorenz Meier2014-01-021-13/+13
|
* px4fmu2: enable SPI sensor DRDY pinsAndrew Tridgell2013-12-101-0/+5
|
* Added IOCTL and command for sensor rail reset (does not yet re-initialize ↵Lorenz Meier2013-12-041-0/+17
| | | | sensor drivers)
* FMUv2: don't config ADC pins that are now used for MPU6k CS and other usesAndrew Tridgell2013-11-301-3/+3
|
* FMUv2: change CS pins to 2MHzAndrew Tridgell2013-11-301-5/+5
| | | | this gives cleaner traces
* FMUv2: set MPU6000 CS as initially de-selectedAndrew Tridgell2013-11-301-0/+1
|
* FMUv2: added define for MPU DRDY pinAndrew Tridgell2013-11-301-0/+1
|
* FMUv2: added support for MPU6000 on v2.4 boardAndrew Tridgell2013-11-302-0/+15
|
* Make the init code compile if we don't have the granule allocator / dma ↵px4dev2013-09-111-4/+11
| | | | allocator required
* Add DMA buffer allocation pool.px4dev2013-09-111-1/+60
|
* Added LED_TOGGLE for normal LEDsJulian Oes2013-08-151-0/+12
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-028-0/+1047
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.