80 Commits (352121e16a9303ee9d02c29896f9a9437ea30094)

Author SHA1 Message Date
murata e4455491aa AP_GPS: Use common hexadecimal character to number conversion method 6 years ago
Grant Morphett 64ed76326b AP_GPS: Adding support for the NMEA GPHDT sentence 6 years ago
Peter Barker 2aa0de49bb AP_GPS: remove pointless initialisers 6 years ago
Arjun Vinod 978cea97cf AP_GPS: whitespace and typo fixes 6 years ago
Andrew Tridgell 4af857da44 AP_GPS: adjust NMEA sentence length calculation 6 years ago
Andrew Tridgell 3fe4b9c0f8 AP_GPS: make GPS packet timestamps more accurate 6 years ago
Michael du Breuil 53c66106d6 AP_GPS: Remove unneeded intilizers 7 years ago
chobitsfan 02cfe9128d AP_GPS: parse RTK status in NMEA GGA message 8 years ago
Michael du Breuil 2f8f2ffd2d AP_GPS: Remove NMEA init blobs for binary drivers 8 years ago
Lucas De Marchi 8389158d76 AP_GPS: use FALLTHROUGH define 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 2239fd6a6e AP_GPS: fixed hexdigit in NMEA detector 9 years ago
Lucas De Marchi 035937ea7e AP_GPS: add some safety checks to _parse_decimal_100() 9 years ago
Lucas De Marchi fc6dd97e61 AP_GPS: make _parse_decimal_100() a static function 9 years ago
Bert Regelink 7379d120e1 AP_GPS: fix _parse_decimal_100() with negative numbers 9 years ago
Andrew Tridgell b424c49bc7 AP_GPS: change ground course to be in degrees 9 years ago
Andrew Tridgell 2a214f1e46 AP_GPS: support a wider variety of NMEA receivers 9 years ago
Andrew Tridgell a7079b730a AP_GPS: GPVTG can give new velocity 9 years ago
Andrew Tridgell 4beb1748c5 AP_GPS: better handle corrupted NMEA sentences 9 years ago
Caio Marcelo de Oliveira Filho c33b86a783 AP_GPS: use millis/micros/panic functions 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi aa370fe758 Replace use of strcmp_P() with strcmp() 9 years ago
Andrew Tridgell 2c7a113790 AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 10 years ago
Gustavo Jose de Sousa 67db430583 AP_GPS: standardize inclusion of libaries headers 10 years ago
Randy Mackay 8aa7a3cffc GPS: suppress compile warning 10 years ago
Randy Mackay be6089e903 GPS: fix compile warning for NMEA logging 10 years ago
Andrew Tridgell 25fe2b3fb0 AP_GPS: added optional NMEA debug log 10 years ago
Andrew Tridgell 3b1b7ea029 AP_GPS: fixed time handling with NMEA driver 10 years ago
Julien BERAUD a852e48f37 AP_GPS_NMEA: fix gps startup 10 years ago
kozinalexey 20a04bad77 AP_GPS: request RMC message in NMEA driver 10 years ago
Andrew Tridgell 21c895f6f3 AP_GPS: prevent extra NMEA messages causing rapid fix rates 10 years ago
Andrew Tridgell 809ff15b43 AP_GPS: make NMEA driver a bit easier to read 10 years ago
Andrew Tridgell b81b9e1bb8 AP_GPS: prevent bad NMEA strings from causing overruns in parser 10 years ago
Andrew Tridgell 59de5a8465 AP_GPS: avoid some float conversion warnings 11 years ago
Andrew Tridgell 0191355488 AP_GPS: fixed init strings to all be in progmem 11 years ago
Andrew Tridgell 368daf89f1 AP_GPS: new GPS API 11 years ago
Andrew Tridgell 2dd92832dc AP_GPS: support multiple AP_GPS_Auto drivers 11 years ago
Andrew Tridgell 7ff293ca38 AP_GPS: added DataFlash to GPS init to allow for detailed logging 11 years ago
JakobSt 986417067e AP_GPS: Improved accuracy of NMEA driver 11 years ago
Andrew Tridgell de96ad9445 AP_GPS: fixed date handling in NMEA driver 11 years ago
Andrew Tridgell 6f5ac1d553 AP_GPS: added support for GPS time in week/millisec 11 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell b43bf44552 AP_GPS: improved the precision of the NMEA driver 12 years ago
Andrew Tridgell 7dbb898264 AP_GPS: switch fields to add units suffix 12 years ago
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
Randy Mackay d7454bb09e GPS: add 2D fix type 12 years ago