aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/drv_gps.h
Commit message (Collapse)AuthorAgeFilesLines
* [gps] Conditionally set default GPS portAsh Charles2014-05-131-3/+3
| | | | | | | | 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-131-0/+4
| | | | | | | | | | | 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>
* Cleanup of Doxygen tagsLorenz Meier2013-10-281-1/+3
|
* Hotfix: Silence GPS driver if no GPS is connectedLorenz Meier2013-09-221-2/+1
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-0/+70