summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Collapse)AuthorAgeFilesLines
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-29/+29
|
* More interface narrowing.Eric S. Raymond2005-07-251-2/+12
|
* Narrow an interface.Eric S. Raymond2005-07-251-1/+1
|
* Documentation fixes and another EverMore patch.Eric S. Raymond2005-07-221-0/+4
|
* Factor out subframe interpretation so EverMore can use it.Eric S. Raymond2005-07-201-99/+4
|
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-13/+4
|
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
|
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+3
|
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-1/+1
|
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-0/+2
| | | | | I did this more to document the dependencies in the code than anything else.
* Big driver structure refactoring.Eric S. Raymond2005-07-081-24/+37
| | | | | Move stuff out of gps.h into driver-specific storage and local variables.
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
| | | | | ...because the NMEA driver sets them in different places. Add satellite-picture parsing to Evermore driver.
* Various documentation fixes.Eric S. Raymond2005-07-071-1/+0
|
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-29/+29
|
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-2/+2
|
* DOP computation is now general to all drivers.Eric S. Raymond2005-06-201-5/+0
| | | | DOP reports from individual drivers override it.
* This version passes the regression test.Eric S. Raymond2005-06-201-1/+1
|
* Back out a change that (harmlessly) broke the regression test...Eric S. Raymond2005-06-201-1/+1
| | | | ...until we grok why it did.
* First steps towards solving Rob Janssen's DOP problem.Eric S. Raymond2005-06-201-1/+1
|
* This may fix Andreas Brauchli's climb bug.Eric S. Raymond2005-06-201-1/+1
|
* New data-lifetime code looks like it might be ready for prime time.Eric S. Raymond2005-06-171-1/+1
|
* Close off any possibility that CYCLE_START_SET could be set twice.Eric S. Raymond2005-06-171-4/+5
|
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-41/+41
|
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-1/+1
|
* Rob Jansssen's second-round TSIP patches.Eric S. Raymond2005-06-121-3/+3
|
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-1/+0
|
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-15/+1
| | | | ...after the driver is called, rather than within the driver.
* More int to size_t conversions.Eric S. Raymond2005-06-101-6/+6
|
* Type cleanup.Eric S. Raymond2005-06-101-7/+7
| | | | | Mainly introducing size_t, speed_t, and bool to replace plain integral types. Passes all regression tests.
* Make sirfmon use the bits macros.Eric S. Raymond2005-06-091-82/+80
|
* Revert to 'Gary has a better fix.' (26 May 2005)...Eric S. Raymond2005-06-081-53/+55
| | | | | ...but with the newer function signatures and some type cleanups that don't touch the macros.
* Zero splint warnings!Eric S. Raymond2005-06-081-3/+3
|
* 41 splint warnings.Eric S. Raymond2005-06-071-4/+5
| | | | | gps_mask_t type introduced so we won't wire in a bunch of dependencies on the size of the flag mask.
* Attempt to back out the flaky speed and altitude bugs.Eric S. Raymond2005-06-031-3/+2
|
* 560 splint errors.Eric S. Raymond2005-05-291-81/+81
|
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-19/+22
|
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-6/+10
|
* 1383 splint error messages.Eric S. Raymond2005-05-261-63/+69
|
* 1485 splint warnings.Eric S. Raymond2005-05-261-37/+38
|
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-1/+1
|
* Down to 1562 splint warnings.Eric S. Raymond2005-05-261-33/+44
|
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-8/+8
|
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-4/+1
|
* Support R=2.Eric S. Raymond2005-05-241-3/+11
|
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-2/+2
|
* We're going to merge packet_sniff into the main loop.Eric S. Raymond2005-05-241-1/+0
|
* Enable MID52 if SiRF firmware version is 232 or higher.Eric S. Raymond2005-05-231-0/+6
|
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-2/+2
|
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-5/+5
|
* Comment cleanup.Eric S. Raymond2005-05-181-19/+6
|