aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4fmu-v1
Commit message (Collapse)AuthorAgeFilesLines
* NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like ↵David Sidrane2015-03-031-0/+1
| | | | leds etc
* FMUv1: Simplify configLorenz Meier2015-02-111-7/+2
|
* FMUv1: CXX initLorenz Meier2015-02-111-4/+4
|
* Fix compiler warning on prototypesLorenz Meier2015-02-111-1/+1
|
* FMUv1: board initLorenz Meier2015-02-111-18/+22
|
* Added Support for C++ static initializers for all boards. Including compile ↵David Sidrane2015-02-112-0/+20
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* Added conditional for SPI 2 BussDavid Sidrane2015-02-111-0/+3
|
* Fixes the warning from missing protptypes. It is not a proper fix but itDavid Sidrane2015-02-111-0/+6
| | | | | | is consistent with the other platform xxx_init.c files The issues is there multiple definition is the tree for led_on() and led_off() (void led_on|off(int) and int led_on|off(int))
* FMUv1: Update driver APILorenz Meier2015-02-112-43/+16
|
* 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.