summaryrefslogtreecommitdiff
path: root/driver_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of subframes are invalid, only SUBFRAME_IS on good ones.Gary E. Miller2011-01-031-2/+1
* Reporting framework for subframes. All regression tests pass.Eric S. Raymond2011-01-031-1/+2
* Tweak a SiRF log message.Gary E. Miller2011-01-021-1/+1
* Tweak a SiRF log messageGary E. Miller2011-01-021-1/+1
* Allow reading of SiRF nav parameters, even if ALLOW_RECONFIGURE not set.Gary E. Miller2011-01-021-6/+2
* Even if ALLOW_RECONFIGURE is not set still report SiRF firmware version.Gary E. Miller2011-01-021-5/+5
* Message cleanup following gem's notification-level change.Eric S. Raymond2010-12-301-3/+2
* Warn users if their SiRF link is too slow.Gary E. Miller2010-12-291-3/+7
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-38/+38
* Be explicit about the type and signedness of subframe data.Eric S. Raymond2010-12-241-2/+3
* Revert SUB test for seeing if a SiRF is fast engough to send subframes.Gary E. Miller2010-12-231-4/+4
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+3
* Insert GPS week rollover checks everywhere we rely on GPS time.Eric S. Raymond2010-12-201-2/+4
* Enable SiRF subframe (50bps) data on USB as well as high speed serial.Gary E. Miller2010-12-171-1/+1
* Enable SiRF subframe (50bps) data on USB as well as high speed serial.Gary E. Miller2010-12-171-1/+2
* Enable SiRF subframe (50bps) data on USB as well as high speed serial.Gary E. Miller2010-12-171-1/+2
* Subframe decoder will need PRNChris Kuethe2010-12-111-1/+1
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-4/+0
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-3/+3
* convert sirf_ntp_offset to single return onlyJon Schlueter2010-05-271-25/+37
* Tweak the NTP offset a bit more for SiRF.Gary E. Miller2010-05-261-3/+3
* Tweak the NTP offset for SiRF when using USB.Gary E. Miller2010-05-251-0/+3
* Whitespace and indenting cleanup.Jon Schlueter2010-04-291-14/+14
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-3/+4
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-2/+0
* Splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2010-04-201-5/+5
* Eliminate a lot of private copies of gps_tow for one global copy inGary E. Miller2010-04-181-4/+5
* Smoke out more private copies of gps_week and move into session->context. Gary E. Miller2010-04-181-1/+3
* revert last commit. the top two bits are usefulChris Kuethe2010-04-171-1/+1
* Mask to accept only the 30 bits we wantChris Kuethe2010-04-171-2/+1
* Tests by Chris Keuthe show that itrax has the same 50BPS issues asGary E. Miller2010-04-161-47/+2
* Doc update and reindent.Eric S. Raymond2010-04-161-6/+6
* remove word-specific parity checksChris Kuethe2010-04-141-54/+4
* driver_sirf.c 50BPS parity check seems to work. No wonder there areGary E. Miller2010-04-141-7/+36
* Try to use isgps_parity() from isgps.c, but not quite right yet.Gary E. Miller2010-04-141-5/+13
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-2/+3
* Lovely. GNU indent isn't idempotent after the first reindent.Eric S. Raymond2010-04-141-5/+5
* Reindented SiRF driver and subframe code. All regression tests pass.Eric S. Raymond2010-04-141-452/+502
* Whoops, went one step to far. Gary E. Miller2010-04-141-3/+6
* Another baby step to a clean 50BPS message in driver_sirf.cGary E. Miller2010-04-141-22/+23
* Tweak the 50BPS inversion algorith.Gary E. Miller2010-04-141-12/+9
* thrashing at the 50bps decoder.Chris Kuethe2010-04-141-32/+39
* Protect more displayed structures from indent.Eric S. Raymond2010-04-131-0/+2
* Fix more bitrot.Eric S. Raymond2010-04-131-4/+4
* Fix some bitrot in an unused function that was confusing indent.Eric S. Raymond2010-04-131-1/+1
* In driver_sirf set the TIME_IS flag when appropriate.Gary E. Miller2010-04-131-4/+7
* In driver_sirf.c 50BPS Get the check for 'must be zero' bits right.Gary E. Miller2010-04-131-13/+16
* In driver_sirf.c 50BPS decode add a check for 'must be zero' bits.Gary E. Miller2010-04-131-0/+15
* Another driver_sirf 50BPS message comment tweakGary E. Miller2010-04-131-6/+10
* Brain fart. revert the SiRF complement test in 50BPSGary E. Miller2010-04-131-5/+4