aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/aerocore
Commit message (Collapse)AuthorAgeFilesLines
* Added Support for C++ static initializers for all boards. Including compile ↵David Sidrane2015-01-222-0/+21
| | | | time checking for proper C++ configuration and not calling up_cxxinitialize redundantly
* Merged master into nuttx_bringup / nuttx_noappconfigLorenz Meier2014-12-281-1/+2
|\
| * turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-1/+2
| |
* | Merged masterLorenz Meier2014-11-231-0/+2
|\|
| * Board drivers: Optimize for sizeLorenz Meier2014-11-151-0/+2
| |
* | Aerocore: update driver APILorenz Meier2014-11-122-6/+6
|/
* Aerocore: Add missing declarationsLorenz Meier2014-10-092-0/+32
|
* [l3gd20] Make gyro orientation board-overridableAsh Charles2014-05-141-0/+1
| | | | | | | | | | As discussed [1], provide a default SENSOR_BOARD_ROTATION (270 degrees as this seems most common) and let boards override it as necessary. [1] https://github.com/gumstix/m4-firmware/commit/7d0850a710b3ac9e9e165beb36389577d0e5adcb#commitcomment-6315550 Signed-off-by: Ash Charles <ashcharles@gmail.com>
* [aerocore] Remove commented code for GPIO2Ash Charles2014-05-131-2/+0
| | | | | | GPIO2 is currently used for the tone alarm, not an arbitrary GPIO. Signed-off-by: Ash Charles <ashcharles@gmail.com>
* [gps] Conditionally set default GPS portAsh Charles2014-05-131-0/+1
| | | | | | | | AeroCore uses ttyS0 not ttyS3 as the serial port connected to the GPS. Now, a board can set GPS_DEFAULT_UART_PORT to override the default setting in a board-specific fashion. Signed-off-by: Ash Charles <ashcharles@gmail.com>
* Add Gumstix AeroCore deviceAsh Charles2014-05-136-0/+887
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>