467 Commits (a07a8aece1955bd4ce48617ab31c79e89b3e1aac)

Author SHA1 Message Date
Jonathan Challinger 04dc7130f5 AP_GPS: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi 5bb4e3eda9 AP_GPS: stop using Progmem.h 9 years ago
Andrew Tridgell bc8ee8af36 AP_GPS: added QURT GPS 9 years ago
Aaron Wang Shi 800c142ac0 BH: Support UBLOX GPS M8N 9 years ago
Michael Oborne 1c1eea6119 AP_GPS_SBF: add sd logging by default, improve init 9 years ago
Michael Oborne 0bcc6e324a AP_GPS_SBF: formatting fixes 9 years ago
Lucas De Marchi 2b5417046b AP_GPS: remove unused AP_ADC_AnalogSource 9 years ago
Peter Barker 0f9e7a905d AP_GPS: remove use of AddLogFormats 9 years ago
Michael du Breuil 2f97f9f416 AP_GPS: Fix incorrect values docstring on RAW_DATA 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho c33b86a783 AP_GPS: use millis/micros/panic functions 9 years ago
Randy Mackay 36c0beb918 GPS_UBlox: reorder init to resolve compiler warning 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Michael Oborne 2f49fa1531 AP_GPS_GSOF: add second comport to base config 9 years ago
Siddharth Bharat Purohit 5e2382ea09 AP_GPS:UBLOX: send save cfg msg once per 5s and 5 times only 9 years ago
Siddharth Bharat Purohit 360c09f9bd AP_GPS_UBLOX: send cfg save msg only once every 1 second 9 years ago
Jonathan Challinger bc708f9808 AP_GPS: add SAVE_CFG parameter make ublox config saving optional 9 years ago
Jonathan Challinger e82df48631 AP_GPS: save configuration to non-volatile memory in UBlox GPS 9 years ago
Lucas De Marchi 1a9b57da1f AP_GPS: remove check for GPS_SKIP_SIRF_NMEA 9 years ago
Lucas De Marchi e31595c60c AP_GPS: remove check for GPS_RTK_AVAILABLE 9 years ago
Lucas De Marchi c75c1d84d9 AP_GPS: remove check for GPS_MAX_INSTANCES 9 years ago
Lucas De Marchi 4cef751aef AP_GPS: remove check for AVR CPUs 9 years ago
Lucas De Marchi 24e5deb906 AP_GPS: remove comments about AVR boards 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 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 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
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Caio Marcelo de Oliveira Filho db1491f079 AP_GPS: remove unnecessary board includes from examples 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Caio Marcelo de Oliveira Filho b5abab9d37 AP_GPS_GSOF: minor tweak to avoid warning 9 years ago
Michael Oborne 8ec9ab6ad3 AP_GPS: add SBF and GSOF to gps documentation 9 years ago
Michael Oborne 0fceb76493 AP_GPS_GSOF: add trimble gsof driver 9 years ago
Michael du Breuil 75c0644b9a AP_GPS: Use state.instance instead of trying to track instance numbers inside of the ublox driver 10 years ago
Andy Piper 5adb6d2b89 AP_GPS: Support UBX messages for dual UBLOX GPS setups. 10 years ago
Andrew Tridgell 6fbe88ba3a AP_GPS: improved fake ublox to give enough for EKF health 10 years ago
Andrew Tridgell e87139eb32 AP_GPS: fixed a build warning 10 years ago
Andrew Tridgell d07d2f3a46 AP_GPS: removed UBX3 message 10 years ago
Randy Mackay f1322252ae GPS: fix GNSS_MODE param descriptions 10 years ago
Michael Oborne 88cf710f94 AP_GPS_SBF: add accuracy estimates 10 years ago
Michael du Breuil 9f02834f6d AP_GPS: Broadcast vDOP data over mavlink 10 years ago
Michael du Breuil 0e3a188f6f AP_GPS: Read the vdop information from a ublox GPS 10 years ago
Michael Oborne 993904f01c AP_GPS_SBF: add init string and increase union size 10 years ago
Michael Oborne cce46cf0c5 AP_GPS_SBF: add support for Septentrio gps 10 years ago
Randy Mackay 6701d53d49 GPS: add GNSS_MODE parameter bitmask 10 years ago