summaryrefslogtreecommitdiff
path: root/driver_ubx.c
Commit message (Expand)AuthorAgeFilesLines
* Another minor code simplification. All regression tests pass.Eric S. Raymond2015-01-101-2/+3
* Code simplification.Eric S. Raymond2015-01-101-13/+12
* Fix a bug that produced duplicate satellite IDs in psesudo-NMA GSA.Eric S. Raymond2015-01-101-3/+1
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-9/+13
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-56/+56
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-56/+56
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-56/+56
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-6/+6
* Minor refactoring step in the UBX driver.Eric S. Raymond2014-08-271-8/+8
* splint cleanup. All regression tests pass.Eric S. Raymond2014-08-251-2/+2
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-3/+11
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-4/+0
* Fix ubx_mode link error when reconfigure=falseSimon Dawson2014-01-031-0/+4
* Silence compiler warning.Eric S. Raymond2013-11-271-1/+1
* Get vertical error position and speed estimates from the u-blox driver.Pavel Kirienko2013-11-261-3/+28
* Minor correction to use UBX error estimstes.Pavel Kirienko2013-11-201-0/+1
* gpsctl ID now gets basic version info from u-blox receivers.Eric S. Raymond2013-11-131-0/+5
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-1/+1
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-35/+35
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-3/+3
* Virtuous code removal.Eric S. Raymond2013-11-121-18/+0
* We can now change baud rates on the GR601-W.Eric S. Raymond2013-11-121-12/+34
* Fix a truly stupid u-blox driver bug. Make baud rate change effective.Eric S. Raymond2013-11-111-54/+54
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-2/+2
* Typo fixes.Eric S. Raymond2013-11-091-2/+2
* Typo fix.Eric S. Raymond2013-11-091-1/+1
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-4/+4
* Typo fixes. All regression test pass. PPS is live.Eric S. Raymond2013-11-081-1/+1
* Improve the UBX sentence mix in NMEA mode.Eric S. Raymond2013-11-081-0/+76
* Better solution to the flapping problem.Eric S. Raymond2013-11-081-0/+27
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+3
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-3/+3
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-3/+3
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-3/+3
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-3/+0
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+3
* Deal with the Macx-1's quirk of not being able to turn off ASCII.Eric S. Raymond2013-10-131-1/+13
* splint cleanup.Eric S. Raymond2013-10-121-1/+1
* Compiler warning cleanup.Eric S. Raymond2013-10-121-1/+1
* Correct a comment.Eric S. Raymond2013-10-111-5/+6
* Add a caveat.Eric S. Raymond2013-10-101-1/+9
* Yet another bug due to wacky CFG-PRT semantics.Eric S. Raymond2013-10-091-26/+25
* Remove a mistaken optimization.Eric S. Raymond2013-10-091-1/+1
* Fixed UBX baud-rate switching.Eric S. Raymond2013-10-091-2/+2
* splint cleanup.Eric S. Raymond2013-10-091-5/+5
* Introduce a mode option so gpscotl can be less intrusive than gpsd.Eric S. Raymond2013-10-091-1/+1
* Switch UBX to binary mode when it's identified.Eric S. Raymond2013-10-091-9/+4
* New, simpler UBX mode switching with synthesized config blocks works.Eric S. Raymond2013-10-081-208/+97
* Cosmetic fixes.Eric S. Raymond2013-10-071-8/+11