summaryrefslogtreecommitdiff
path: root/evermore.c
Commit message (Collapse)AuthorAgeFilesLines
* Petr Slanky's latest Evermore patch and some splint cleanups.Eric S. Raymond2005-07-251-42/+126
|
* Merged in Petr's stuff on undocumented EverMore control sequences.Eric S. Raymond2005-07-241-2/+51
|
* Documentation fixes and another EverMore patch.Eric S. Raymond2005-07-221-3/+6
|
* Get rid of statetable.el...Eric S. Raymond2005-07-201-0/+2
| | | | ...there's an easier way to keep enum and name arrays in sync.
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-1/+1
| | | | out subframe processing.
* More EverMore fixes from Petr Slansky.Eric S. Raymond2005-07-201-2/+3
|
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-10/+11
|
* Yet another incremental patch.Eric S. Raymond2005-07-191-6/+5
|
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-42/+45
|
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-35/+43
|
* Add little-endian macros to bits.h. More fixes for the DBUS problem.Eric S. Raymond2005-07-181-0/+1
|
* Another Evermore test from Petr Slansky.Eric S. Raymond2005-07-161-1/+21
|
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
|
* Documentation impriovenents.Eric S. Raymond2005-07-141-4/+3
| | | | | Also, call driver wrap hook when we switch to another driver. splint cleanup. Make the fontsize assumption in xgps explicit.
* Another Evermore patch from Petr Slansky.Eric S. Raymond2005-07-141-11/+43
|
* Initialization fix from Petr Slansky.Eric S. Raymond2005-07-111-13/+19
|
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-0/+2
|
* 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-1/+1
| | | | | 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-22/+47
| | | | | ...because the NMEA driver sets them in different places. Add satellite-picture parsing to Evermore driver.
* Petr Slansky's evermore_write() routine.Eric S. Raymond2005-07-071-45/+39
|
* Instrument so we can see the Evermore message cycle.Eric S. Raymond2005-07-071-2/+8
|
* Fail on unsupported baud rates.Eric S. Raymond2005-07-071-1/+2
|
* More typo fixes.Eric S. Raymond2005-07-061-2/+2
|
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+277
Satellite-picture packets are not yet completely interpreted. We don't know a probe string yet, so it might take as long as ten minutes for this driver to switch over.