ardupilot/libraries/AP_GPS
Randy Mackay f630f9abc3 GPS: exclude SIRF and NMEA on APM copter build
This only works for the centralised builder, the modified Arduino IDE
will still include the NMEA and SIRF drivers meaning it will require
approximately 4k additional flash which may push us over the limit on
the APM2.  Users will instead need to exclude other features to get
below the APM1/2 flash limit.
2014-07-13 15:41:11 +09:00
..
config Ublox: Enable 1Hz Lock LED by default 2014-04-01 20:57:18 -07:00
examples AP_GPS: work around scheduling issue in example code 2014-05-16 22:35:32 +10:00
AP_GPS.cpp GPS: exclude SIRF and NMEA on APM copter build 2014-07-13 15:41:11 +09:00
AP_GPS.h GPS: exclude SIRF and NMEA on APM copter build 2014-07-13 15:41:11 +09:00
AP_GPS_Glitch.cpp AP_GPS: new GPS API 2014-04-01 06:38:23 +11:00
AP_GPS_Glitch.h AP_GPS: new GPS API 2014-04-01 06:38:23 +11:00
AP_GPS_MTK.cpp AP_GPS: fixed init strings to all be in progmem 2014-04-01 06:38:25 +11:00
AP_GPS_MTK.h AP_GPS: fixed init strings to all be in progmem 2014-04-01 06:38:25 +11:00
AP_GPS_MTK19.cpp AP_GPS: fixed init strings to all be in progmem 2014-04-01 06:38:25 +11:00
AP_GPS_MTK19.h AP_GPS: new GPS API 2014-04-01 06:38:23 +11:00
AP_GPS_MTK_Common.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
AP_GPS_NMEA.cpp AP_GPS: avoid some float conversion warnings 2014-07-08 20:27:03 +10:00
AP_GPS_NMEA.h AP_GPS: handle multiple GPS in GPS setHIL() 2014-04-02 07:55:28 +11:00
AP_GPS_SBP.cpp AP_GPS: avoid some float conversion warnings 2014-07-08 20:27:03 +10:00
AP_GPS_SBP.h AP_GPS: fixed build errors and warnings in SBP driver 2014-06-30 11:15:51 +10:00
AP_GPS_SIRF.cpp AP_GPS: fixed init strings to all be in progmem 2014-04-01 06:38:25 +11:00
AP_GPS_SIRF.h AP_GPS: fixed init strings to all be in progmem 2014-04-01 06:38:25 +11:00
AP_GPS_UBLOX.cpp AP_GPS: Fix bug that causes permanent lag if we miss a message 2014-04-29 15:35:46 +10:00
AP_GPS_UBLOX.h AP_GPS: Fix bug that causes permanent lag if we miss a message 2014-04-29 15:35:46 +10:00
GPS_Backend.cpp AP_GPS: new GPS API 2014-04-01 06:38:23 +11:00
GPS_Backend.h AP_GPS: SwiftNav RTK Driver and GPS AutoSwitch param 2014-06-30 10:29:56 +10:00
GPS_detect_state.h AP_GPS: Swift Binary Protocol SINGLE-POINT-POSITIONING Driver 2014-04-05 13:42:23 +11:00