summaryrefslogtreecommitdiff
path: root/monitor_garmin.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-0/+1
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-6/+0
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* More portable equivalent of #pracgma pack, will work with clang.Eric S. Raymond2015-02-201-4/+5
| | | | No code changes. All regression tests pass.
* cppcheck cleanup.Eric S. Raymond2015-01-221-0/+7
|
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-2/+2
| | | | All regression tests pass.
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
|
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-0/+2
|
* Garmin Serial binary monitor. When GPS have status nofix error value is very ↵Michael Tatarinov2011-10-311-0/+2
| | | | | | large. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Revert "Garmin binary driver. Fixed bug in getting leap seconds."Eric S. Raymond2011-10-251-1/+1
| | | | Originator withdrew the patch after noticing his assumptions were wrong.
* Garmin binary driver. Fixed bug in getting leap seconds.Michael Tatarinov2011-10-251-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Compiler warning and splint cleanup.Eric S. Raymond2011-10-241-4/+5
|
* GPS monitor for Garmin Serial binary protocol.Michael Tatarinov2011-10-241-0/+296
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>