summaryrefslogtreecommitdiff
path: root/driver_ubx.c
Commit message (Expand)AuthorAgeFilesLines
* driver_ubx: cppcheck tweak to variable scope.Gary E. Miller2018-09-251-1/+1
* driver_ubx: Fix decode of UBX-NAV-TIMEGPS and cppcheck nits.Gary E. Miller2018-09-251-13/+21
* driver_ubx: Add missing SBAS to gnssid:svid.Gary E. Miller2018-09-191-0/+4
* driver_ubx: fill in skyview the gnssid:svid from PRNGary E. Miller2018-09-191-7/+47
* UBX: UBX_MODE_TMON is a 3D state.Gary E. Miller2018-09-121-1/+2
* driver_ubx another printf/size_t issue fixed.Gary E. Miller2018-07-241-1/+1
* driver_ubx: fix a compiler warning in 32-bit mode.Gary E. Miller2018-07-241-1/+1
* driver_ubx: remove set, but unused fTOW.Gary E. Miller2018-07-241-2/+0
* driver_ubx: Put ECEF data fro mUBX-NAV-SOL into TPV.Gary E. Miller2018-06-171-11/+17
* u-blox: repect the often ignored readonly (-b) flag.Gary E. Miller2018-06-151-0/+4
* Ensure UBX device is actually switched to binary modeChris Lawrence2018-06-151-13/+20
* u-blox: Fix length test on UBX-NAV-SVINFO.Gary E. Miller2018-05-111-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* ECEF: remove unused and unneeded ecef.valid.Gary E. Miller2018-02-121-2/+0
* UBX: revert end of cycle change, but make regression changes.Gary E. Miller2018-02-091-4/+3
* Add ECEF support to u-blocx driver, data comes out in json.Gary E. Miller2018-02-081-9/+91
* Support UBX NAV-PVTClark Li2017-09-191-6/+117
* Check valid flags in NAV-TIMEGPSClark Li2017-09-191-10/+22
* Revert "Support UBX NAV-PVT"Gary E. Miller2017-09-051-146/+19
* Support UBX NAV-PVTClark Li2017-08-071-19/+146
* UBX: fix xdop and ydop only updating once.Gary E. Miller2017-01-091-0/+3
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-2/+2
* Now we can use GOODTIME_IS in the UBX driver.Eric S. Raymond2016-03-221-1/+1
* Comment out a build breaker until the patch defining it lands.Eric S. Raymond2016-03-221-1/+1
* Don't claim to be able to deliver a 3D fix in UBX timing mode.Eric S. Raymond2016-03-201-0/+3
* Tighten up a validity test in the UBX driver.Eric S. Raymond2016-03-171-1/+3
* Autodetect and configure Spectratime iSync deviceMichael Brown2016-02-091-5/+3
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-2/+2
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-3/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-22/+0
* splint cleanup. Fixes for minor but real issues...Eric S. Raymond2015-03-281-4/+4
* UBX-MON-VER now prints all info to LOG_INF.Gary E. Miller2015-03-191-5/+31
* Break off UBX-MON-VER into separate function.Gary E. Miller2015-03-191-13/+29
* Remove some UBX-MON-PVT test code.Gary E. Miller2015-03-191-75/+8
* Very preliminary cut at decoding UBX-MON-PVTGary E. Miller2015-03-191-1/+90
* Placeholder for decode of UBX-NAV-PVTGary E. Miller2015-03-191-0/+11
* Comment that UBX-NAV-SOL is depreacted, use UBX-NAV-PVT instead.Gary E. Miller2015-03-191-0/+5
* Fix UBX-MON-VER so we get u-blox version string.Gary E. Miller2015-03-181-6/+12
* Comment polishing.Eric S. Raymond2015-03-181-2/+2
* Add code to request SW and HW Versions from u-blox.Gary E. Miller2015-03-181-10/+36
* Add links to u-blox M8 specs.Gary E. Miller2015-03-181-0/+3
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-3/+2
* A step toards float elimination. No code changes.Eric S. Raymond2015-03-081-2/+3
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-98/+99
* Make ntpmon autoconfigure and do subsecond polling.Eric S. Raymond2015-02-251-2/+2
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-5/+5
* 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-1/+1