36 Commits (605e6c3cf7a3dd6c8d9b29b2f094b28f11ed4f87)

Author SHA1 Message Date
Andrew Tridgell edfebc1f29 AP_GPS: fixed indent-tabs-mode 12 years ago
Andrew Tridgell b3ec5187f2 AP_GPS: fixed uninitialied variable bugs found with valgrind 12 years ago
Andrew Tridgell 551950c573 GPS_UBLOX: fixed auto-config of baudrate 12 years ago
Andrew Tridgell f67480fa50 AP_GPS: ensure constructors zero all key variables 12 years ago
Craig@3DR f778961acf Added support for Mediatek firmware Rev 1.9 12 years ago
Andrew Tridgell 4a6b46c661 AP_GPS: fixed multiple GPS detection bug 12 years ago
Andrew Tridgell 18db7b2efd GPS: move _port setting to init() 12 years ago
Andrew Tridgell 13309cceb3 AP_GPS: reverted formatting of GPS messages 12 years ago
Pat Hickey 2be552ea22 AP_GPS: less chatty autodetect 12 years ago
Pat Hickey 9ed023aeb4 AP_GPS: Builds under AP_HAL. Not tested. 12 years ago
Andrew Tridgell 72e97c6dfc AP_GPS: start detection timer on first bytes 12 years ago
Andrew Tridgell a53cbc08f3 GPS: avoid output delays in the GPS auto detection 12 years ago
Andrew Tridgell 728b3a133e GPS: disable auto detection of NMEA and SiRF on a 1280 board 13 years ago
Andrew Tridgell 59b44816ec GPS: replaced the GPS auto-detect mechanism 13 years ago
uncrustify b9d3f449b9 uncrustify libraries/AP_GPS/AP_GPS_Auto.cpp 13 years ago
Andrew Tridgell 70f18289c5 GPS: fixed auto-config of UBlox setup with no UBX messages 13 years ago
Andrew Tridgell 33a2ad7e07 GPS: add stub settings for nav_setting in the other GPS drivers 13 years ago
Andrew Tridgell a8bfc5d8e9 GPS: re-open the serial port with a 256 byte serial receive buffer 13 years ago
Andrew Tridgell 711814085b GPS: detect new style 3DR UBlox 13 years ago
Andrew Tridgell 7fbfcc2721 GPS: fixed some stdint types 13 years ago
Andrew Tridgell 1f05e7dafb fixed types in GPS detect code 13 years ago
Michael Oborne 306e2e3f7d add gps character count. 13 years ago
Michael Oborne 3d85f99546 remove gps callback in wait loop 13 years ago
James Goppert 14d27b1e4c Cleaned up AP_GPS formatting. 13 years ago
tridge60@gmail.com 91e101f47e GPS: added delay hook for GPS detection 14 years ago
deweibel@gmail.com 8d7e7ff58e revert gps lib to 2602 14 years ago
deweibel@gmail.com 5b9e7eff9d clean up idleTimeout 14 years ago
jasonshort 76d072591b made timeout public, settable 14 years ago
james.goppert 7809b0ca2a Massive warning fixes. 14 years ago
tridge60@gmail.com 860998d337 implemented typesafe PSTR() 14 years ago
DrZiplok@gmail.com 52a0a03d56 Bring AP_GPS_Auto closer to ready for prime-time: 14 years ago
DrZiplok@gmail.com 1bfcdaa2cb Add a delay after sending the GPS mode switch strings in an attempt to give any NMEA data time to drain before we attempt to sniff again. 14 years ago
DrZiplok@gmail.com 8da4a29d58 Add support for the DIYD MTK v1.6 firmware 14 years ago
james.goppert aa115aea68 AP_GPS libs now recover from disconnect or failed initialization. 14 years ago
DrZiplok@gmail.com ee105a0ebf The previous initialisation strategy for auto-detection doesn't play well with the way APM uses the GPS. 15 years ago
DrZiplok@gmail.com 0a94520682 Add support for automatically detecting the connected GPS and configuring accordingly. 15 years ago