aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/aerocore/aerocore_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed to Support boardctrl in upstream NuttXDavid Sidrane2015-04-071-3/+3
|
* Aerocore: CXX initLorenz Meier2015-04-071-4/+0
|
* Fix compiler warning on prototypesLorenz Meier2015-04-071-1/+1
|
* Aerocore: board initLorenz Meier2015-04-071-0/+4
|
* NuttX now uses nuttx/board.h not arch.h for board_ related intrerfaces like ↵David Sidrane2015-04-071-0/+1
| | | | leds etc
* Aerocore: CXX initLorenz Meier2015-04-071-4/+4
|
* Fix compiler warning on prototypesLorenz Meier2015-04-071-1/+1
|
* Aerocore: board initLorenz Meier2015-04-071-4/+14
|
* Added Support for C++ static initializers for all boards. Including compile ↵David Sidrane2015-04-071-0/+15
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* Aerocore: update driver APILorenz Meier2015-04-071-5/+5
|
* Aerocore: Add missing declarationsLorenz Meier2014-10-091-0/+13
|
* Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+282
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>