summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
* Allow NMEA 4.1 GSVs in the NMEA0183 driver.Eric S. Raymond2015-06-011-1/+8
* Revert "Fix nmea0183 v4.1 problem in processGSV()."Eric S. Raymond2015-05-311-1/+1
* Fix nmea0183 v4.1 problem in processGSV().Reinhard Arlt2015-05-301-1/+1
* Various attempted clarifications about satellite IDs.Eric S. Raymond2015-04-071-6/+2
* Document assumptions about NMEA satellite IDs and PRNs more thoroughly.Eric S. Raymond2015-04-071-2/+2
* Note some conflict about PRNs.Eric S. Raymond2015-04-071-0/+4
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-7/+0
* An ACK is no warning, so they can be logged with LOG_DATA.Beat Bolli2015-03-231-1/+1
* Comment PMTK324Gary E. Miller2015-03-201-0/+2
* Fix PMTK Version sentence.Gary E. Miller2015-03-201-0/+2
* PMTK was not being decoded.Gary E. Miller2015-03-201-0/+4
* Reorder PMTK packet order. Me being OCD and numerical.Gary E. Miller2015-03-201-20/+20
* Process GPTXT, GNTXT messages from u-blox.Gary E. Miller2015-03-181-8/+77
* Alpha sort NMEA 0183 sentence displatch array.Gary E. Miller2015-03-181-13/+13
* Add commment that NEO-M8N uses GPGSV and GLGSV together.Gary E. Miller2015-03-181-4/+6
* Document that Ashtech ans OXYS both use $PASHR in incompatible ways.Gary E. Miller2015-03-101-0/+12
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-170/+170
* solint cleanup.Eric S. Raymond2015-03-021-1/+1
* Code to accommodate alternat Beidou talker ID of $GB. Also, add a test for it.Eric S. Raymond2015-03-021-0/+2
* Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond2015-02-281-12/+65
* Improved comment. No code changes.Eric S. Raymond2015-02-151-3/+4
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-11/+11
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-1/+2
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-3/+3
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-27/+32
* A bug fix for error modeling when NMEA 0183 reports empty DOP fields.Eric S. Raymond2014-09-191-3/+6
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-46/+46
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-46/+46
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-46/+46
* GNSS and GLOSS SKY reoport are now mergedEric S. Raymond2014-08-261-2/+11
* Accumulate GNSS+GLONASS satelite reports.Eric S. Raymond2014-08-251-2/+15
* Change names in nmea0183 driver to make them GNSS/GLONASS agnostic.Eric S. Raymond2014-08-251-16/+16
* Recreare the driver union, curtting per-device storage requirements.Eric S. Raymond2014-08-241-82/+82
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-3/+0
* More refactoring of century handling.Eric S. Raymond2013-11-271-4/+2
* Refactor NMEA0183 century handling.Eric S. Raymond2013-11-271-22/+1
* Derive new CENTURY_VALID flag in context. Not used yet. No logic changes.Eric S. Raymond2013-11-271-0/+2
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-1/+2
* Fix more build breakage. Partial splint cleanup.Eric S. Raymond2013-11-121-1/+1
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-1/+1
* More clarification.Eric S. Raymond2013-11-081-1/+3
* Configure and explain pulse width black magic.Eric S. Raymond2013-11-081-3/+44
* Partial code for setting MTK pulse width to a good value.Eric S. Raymond2013-11-081-1/+9
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+2
* Remove a redundant test, and explain the redundancy.Eric S. Raymond2013-10-251-7/+5
* Compiler warning cleanup.Eric S. Raymond2013-10-121-6/+6
* Move the MTK extension parset to where it belongs in the NMEA 0183 driver.Eric S. Raymond2013-10-111-0/+43
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-49/+73
* Additional checking isn't required.Michael Tatarinov2012-10-241-6/+2