| Commit message (Expand) | Author | Age | Files | Lines |
* | driver_nmea0183: Update xxGSV to handle NMEA 4.10. | Gary E. Miller | 2019-04-19 | 1 | -20/+91 |
* | driver_nmea0183: remove redundant clears., add comment. | Gary E. Miller | 2019-04-19 | 1 | -2/+4 |
* | driver_nmea0183: Whoops, debug code removed. | Gary E. Miller | 2019-04-19 | 1 | -2/+2 |
* | ubxtool: Fix output of UBX-COMMS portId. | Gary E. Miller | 2019-04-19 | 1 | -2/+10 |
* | driver_nmea0183: Minor code cleanup. No functional change. | Gary E. Miller | 2019-04-18 | 1 | -9/+36 |
* | driver_nmea0183: Prep work to support gnssid in xxGSV. | Gary E. Miller | 2019-04-12 | 1 | -3/+18 |
* | driver_nmea0183: Comment on NMEA 4.10 additions to xxGSA | Gary E. Miller | 2019-04-11 | 1 | -1/+13 |
* | driver_nmea0183: Comment new xxGSV field in NMEA 4.10 | Gary E. Miller | 2019-04-11 | 1 | -0/+11 |
* | driver_nmea0183: rearrange nmeaid_to_prn(), no functional change. | Gary E. Miller | 2019-04-11 | 1 | -21/+37 |
* | driver_nmea0813: Add unused sentence types to table. | Gary E. Miller | 2019-03-26 | 1 | -0/+17 |
* | gpsd_error_model(): be more consistent with HERR_SET. | Gary E. Miller | 2019-03-26 | 1 | -0/+2 |
* | driver_nmea0183: Add decode for $PGRME. | Gary E. Miller | 2019-03-25 | 1 | -11/+86 |
* | driver_nmea0183: Minor table format cleanup. | Gary E. Miller | 2019-03-25 | 1 | -2/+2 |
* | drivber_nmae0183: Comment $xxDTM fails due to cycle ender. | Gary E. Miller | 2019-03-25 | 1 | -0/+1 |
* | driver_nmea0183: Decode $xxDTM for datum. | Gary E. Miller | 2019-03-25 | 1 | -1/+72 |
* | gps_data_t: Add datum field. Add decode for $PGRMM. | Gary E. Miller | 2019-03-25 | 1 | -2/+28 |
* | driver_nmea0183: Tweak $PSRFEPE. No regressions changes. | Gary E. Miller | 2019-03-25 | 1 | -5/+8 |
* | VERR_SET: Removed flag from daemon. No regressions changed. | Gary E. Miller | 2019-03-25 | 1 | -1/+0 |
* | driver_nmea0183: Use eph from $PSRFEPE if available. | Gary E. Miller | 2019-03-25 | 1 | -2/+4 |
* | driver_nmea0183: Use epv from $PSRFEPE if available. | Gary E. Miller | 2019-03-25 | 1 | -2/+1 |
* | driver_nmae0183: Command on $GPGBS. | Gary E. Miller | 2019-03-23 | 1 | -0/+2 |
* | driver_nmea0183: Add 3 more NMEA messages, but no new decodes. | Gary E. Miller | 2019-03-23 | 1 | -1/+4 |
* | Split epe into eph and sep. | Gary E. Miller | 2019-03-22 | 1 | -3/+3 |
* | Fix fencepost errors in GPS epoch (mainly comments). | Fred Wright | 2019-03-20 | 1 | -2/+2 |
* | driver_nmea0183: Move error checking into do_lat_lon(). | Gary E. Miller | 2019-03-19 | 1 | -92/+102 |
* | driver_nmea0183: Tweak xxGGA mode setting. | Gary E. Miller | 2019-03-19 | 1 | -37/+41 |
* | driver_nmea0183: Have xxGNS report No FIX from FAA mode. | Gary E. Miller | 2019-03-19 | 1 | -11/+12 |
* | driver_nmea0183: xxRMC: Stop reporting missing fields as zero. | Gary E. Miller | 2019-03-18 | 1 | -17/+32 |
* | driver_nmea0183: Have xxGGA set time and mode. | Gary E. Miller | 2019-03-18 | 1 | -24/+30 |
* | driver_nmea0183: Fix 32/64 bug in cycle enders. | Gary E. Miller | 2019-03-18 | 1 | -62/+69 |
* | driver_nmea0183: Another place ss.ss -> ss.sss | Gary E. Miller | 2019-03-15 | 1 | -1/+1 |
* | driver_nmea0183: remove bad cast. | Gary E. Miller | 2019-03-15 | 1 | -1/+1 |
* | driver_nmea: Another place to report time to %.3f | Gary E. Miller | 2019-03-15 | 1 | -1/+1 |
* | driver_nmea0183: Better subseconds in merge_hhmmss(). | Gary E. Miller | 2019-03-15 | 1 | -3/+11 |
* | driver_nmea0183: Fix comment about Telit malformed year. | Gary E. Miller | 2019-03-15 | 1 | -1/+1 |
* | driver_nmea0183: Handle 2099 on 32-bits as 1999. | Gary E. Miller | 2019-03-15 | 1 | -1/+13 |
* | Move epe from gps_data_t to be near its friends in gps_fix_t. | Gary E. Miller | 2019-03-15 | 1 | -6/+4 |
* | driver_nmea0183: $PSRFEPE,V sets MODE_NO_FIX | Gary E. Miller | 2019-03-14 | 1 | -4/+13 |
* | driver_nmea0183: xxGLL,V now sets MODE_NO_FIX. | Gary E. Miller | 2019-03-14 | 1 | -2/+9 |
* | driver_nmea0183: Be more aggressive reporting NO_FIX in GPRMC. | Gary E. Miller | 2019-03-14 | 1 | -9/+4 |
* | driver_nmea0183: Add STATUS_SIM. Update status in GPGGA. | Gary E. Miller | 2019-03-14 | 1 | -5/+13 |
* | driver_nmea0183: Have $GPRMC,V, report no fix. | Gary E. Miller | 2019-03-14 | 1 | -1/+2 |
* | drier_nmea: Make merge_hhmmss() more paranoid, return error codes. | Gary E. Miller | 2019-03-14 | 1 | -79/+108 |
* | driver_nmea: Fix potential segfault w/ DD() in merge_ddmmyy() | Gary E. Miller | 2019-03-14 | 1 | -3/+4 |
* | driver_nmea0183: Be more paranoid in merge_ddmmyy() | Gary E. Miller | 2019-03-14 | 1 | -2/+28 |
* | driver_nmea0813: Change merge_ddmmyy() to return errors. | Gary E. Miller | 2019-03-14 | 1 | -11/+20 |
* | driver_nmea0183 and more: Decode $PSRFEPE add eps. | Gary E. Miller | 2019-03-13 | 1 | -6/+11 |
* | driver_nmea0183 and more: Decode $PSRFEPE, and epd. | Gary E. Miller | 2019-03-13 | 1 | -2/+66 |
* | driver_nmea0183: Be more consisten on gps_mask_t mask. | Gary E. Miller | 2019-03-13 | 1 | -50/+37 |
* | driver_nmea0183: Change $PSTI,030, use faa_mode() and altitude. | Gary E. Miller | 2019-03-08 | 1 | -50/+35 |