summaryrefslogtreecommitdiff
path: root/driver_garmin_txt.c
Commit message (Collapse)AuthorAgeFilesLines
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
| | | | No effect on compilation. All regression tests pass.
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-1/+2
| | | | | and the fact that its cycle end indication is reliable. All regression tests pass.
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-2/+1
| | | | Refactoring step, no behavior changes. All regression tests pass.
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+1
| | | | | | ...but still report eph by re-mixing them in the JSON dumper. This was worth doing because all regression tests still pass, showing that visible behavior for old-protocol users gas not changed.
* Get a size_t format right.Eric S. Raymond2009-03-251-1/+1
|
* Pacify splint.Eric S. Raymond2009-03-241-7/+7
|
* Garmintxt integration patches from Petr Slansky.Eric S. Raymond2009-03-241-34/+53
|
* make sure that the Id keyword is present and expandedChris Kuethe2009-03-031-0/+1
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+405
rename the packet drivers to driver_$(protocol).c