summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
* Re-entreancy fixes.Eric S. Raymond2005-03-061-10/+10
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-0/+1
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-2/+1
* Logic to automatically switch to SiRF binary... Eric S. Raymond2005-03-021-33/+45
* Course and climb/sink still fluctuate in a suspicious way, but thisEric S. Raymond2005-03-021-51/+48
* Correct HDOP interpreatation.Eric S. Raymond2005-03-021-1/+1
* Prototype SiRF driver now returns geodetic altitude.Eric S. Raymond2005-03-021-46/+139
* SiRF driver knows how to poll for software version.Eric S. Raymond2005-03-011-5/+46
* Documentation fixes.Eric S. Raymond2005-03-011-3/+3
* Interpret 0xA packet type.Eric S. Raymond2005-03-011-2/+2
* We can report GSA now.Eric S. Raymond2005-03-011-6/+19
* Get rid of some unused macros. Report time properly, with fractional seconds.Eric S. Raymond2005-02-281-9/+5
* Arnim's code is gone.Eric S. Raymond2005-02-281-8/+0
* SiRF functions are no longer exported (because there's a driver now) soEric S. Raymond2005-02-281-28/+25
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-3/+253
* Swith SiRF-binary GPSes to NMEA mode.Eric S. Raymond2005-02-251-17/+16
* Clean up after SiRF-detection change.Eric S. Raymond2005-02-201-2/+0
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-20/+0
* Don't compile in things we won't need.Eric S. Raymond2005-02-141-0/+3
* Make the baud rate change a little safer.Eric S. Raymond2005-02-141-0/+1
* Finish the interval->cycle change.Eric S. Raymond2005-02-141-1/+9
* We seem to have found the minimum settle time.Eric S. Raymond2005-02-141-1/+1
* First version with working baud rate change.Eric S. Raymond2005-02-131-0/+1
* Refactor so the baud-rate setting is all in one place.Eric S. Raymond2005-02-131-8/+2
* SETTLE_TIME needs to be used in two places.Eric S. Raymond2005-02-131-2/+5
* More documentation.Eric S. Raymond2005-02-121-1/+3
* Chris Kuethe warns:Eric S. Raymond2005-02-121-7/+1
* Set the baud rate correctly.Eric S. Raymond2005-02-111-4/+7
* This version of the code changes the GPS speed OK, but doesn't changeEric S. Raymond2005-02-111-1/+1
* Code for changing a SiRF-II chip's baud rate.Eric S. Raymond2005-02-111-17/+22
* Convert sirf.c to use gpsd's existing NMEA checksum and send code.Eric S. Raymond2005-02-111-44/+3
* Add capability to set baud without switching mode.Eric S. Raymond2005-02-111-4/+3
* Document what the SiRF control functions do.Eric S. Raymond2005-02-111-13/+36
* Clean up and integrate Arnin's SiRF control code.Eric S. Raymond2005-02-111-0/+257