summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
* SiRF coordinate conversion should now work with all firmware versions.Eric S. Raymond2005-04-011-23/+5
* No longer necessary to be so version-sensitive.Eric S. Raymond2005-04-011-52/+39
* Move all the datum-specific stuff into geoid.cEric S. Raymond2005-04-011-36/+4
* Use computed geoid separation rather than SiRF packet 42 MSL height.Eric S. Raymond2005-04-011-82/+23
* MacOS compiler fixes. Oleg's fix for the bilinear interpolation.Eric S. Raymond2005-04-011-2/+6
* Add timestamp to the 'Y' command.Eric S. Raymond2005-04-011-1/+1
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-1/+1
* Limit some field widths...Eric S. Raymond2005-03-301-1/+1
* Better time selection, from Robert Janssen.Eric S. Raymond2005-03-301-6/+8
* Rob Jannsen's second round of time patches.Eric S. Raymond2005-03-291-4/+21
* Profile all packets, not just the ones with internal timestamps.Eric S. Raymond2005-03-291-1/+0
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-4/+1
* Make the code for converting GMT dates independent of Unix time-zone weirdness.Eric S. Raymond2005-03-281-1/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-5/+5
* We now get valid-looking profile data from MTD (04).Eric S. Raymond2005-03-281-2/+2
* Robert Jannsen's patch for uBlox support.Eric S. Raymond2005-03-271-13/+56
* Add a sentence_time member...Eric S. Raymond2005-03-261-2/+5
* Make offset an argument of the GPS time converter.Eric S. Raymond2005-03-261-3/+3
* Use UTC when we get to firmware version 232.Eric S. Raymond2005-03-261-10/+10
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-4/+0
* Latency profiling work better now, but splitplot is still broken.Eric S. Raymond2005-03-251-3/+1
* Raw-mode profiling now works on SiRF. Only split mode is still broken.Eric S. Raymond2005-03-241-1/+21
* Report when the firmware has XTrac capability.Eric S. Raymond2005-03-241-7/+9
* Set SBAS parameters at startup time.Eric S. Raymond2005-03-241-6/+12
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-1/+1
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-22/+12
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+4
* SiRF driver does set speed and track.Eric S. Raymond2005-03-221-1/+1
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-35/+6
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-11/+0
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-0/+6
* Second step in library refactoring.Eric S. Raymond2005-03-221-6/+2
* Big structure reorganization.Eric S. Raymond2005-03-221-69/+67
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-4/+0
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-2/+0
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-4/+0
* Remove redundant timestamps.Eric S. Raymond2005-03-211-5/+2
* SiRF PVT updates are atomic now.Eric S. Raymond2005-03-211-50/+51
* Conditionalize ome code so that SiRF updates will be atomic atEric S. Raymond2005-03-211-39/+41
* Use float constants wherever we might trigger integer division.Eric S. Raymond2005-03-211-9/+22
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-21/+31
* First cut at NTPD notifications.Eric S. Raymond2005-03-181-0/+3
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-12/+10
* SiRF rate-limit command is brain-dead, so we'll do it in the driver.Eric S. Raymond2005-03-161-6/+13
* Clean up device initialization.Eric S. Raymond2005-03-161-0/+1
* Refactor the baud-rate-change code...Eric S. Raymond2005-03-161-5/+1
* Insert timeout needed to make baud-switching work reliably.Eric S. Raymond2005-03-161-17/+20
* Simplify the SirRF control-write logic and put in some breadcrumbs.Eric S. Raymond2005-03-161-11/+13
* Remove unused code.Eric S. Raymond2005-03-161-151/+0
* N command is now fully implemented.Eric S. Raymond2005-03-151-10/+26