482 Commits (92fea608f3cac24843d96d567996b2092c4d5294)

Author SHA1 Message Date
Tom Pittenger 12fab6c59a AP_GPS: save cfg only when needed 9 years ago
Tom Pittenger 18163bd01f AP_GPS_UBLOX: save cfg only when needed 9 years ago
Michael du Breuil 55e64b3622 AP_GPS: u-blox: copy paste typo in a #else 9 years ago
Michael du Breuil 217a06322b AP_GPS: u-blox: don't throw 5hz update warnings if no fix 9 years ago
Michael du Breuil 726bf110cc AP_GPS: update save_cfg description 9 years ago
Michael du Breuil 4251ee0e4b AP_GPS: u-blox verify ublox settings 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
Peter Barker ede7ffedfc AP_GPS: correct #if from UBLOX_DEBUG to UBLOX_DEBUGGING 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Michael du Breuil 8c9eafeb3c AP_GPS: Fix param docs that had incorrect spaces 9 years ago
Michael Oborne a42b286c01 AP_GPS_SBF: update logging based on vendor recommendation. 9 years ago
mirkix dee20a31f1 AP_Notify: Add gps_num_sats 9 years ago
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