summaryrefslogtreecommitdiff
path: root/gpsflash.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-4/+4
| | | | | | | Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file.
* splint cleanup of gpsflash code.Eric S. Raymond2006-10-271-1/+0
|
* use the hex2bin function that libgpsd now providesChris Kuethe2006-09-281-1/+0
|
* More stringent firmware checks.Chris Kuethe2006-09-261-0/+2
| | | | | Validate the s-record file before trying to send it to the receiver, just in case it got corrupted.
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* More gpsflash infrastructure.Eric S. Raymond2005-07-291-1/+3
|
* Added expect(), so we can get a version string from the GPS.Eric S. Raymond2005-07-291-1/+4
|
* Added -n option and probe method to gpsflash.Eric S. Raymond2005-07-281-0/+1
|
* Restore some lost splint cleanups. Stronger regression tests.Eric S. Raymond2005-07-161-4/+4
|
* The big gpsflash refactoring.Eric S. Raymond2005-07-151-46/+20
| | | | | Shouldn't change any actual behavior, except the environment variable checked now natches the manual page.
* Remove SiRF-specific assumptions from srecord.c and add it to libgps.c Eric S. Raymond2005-07-151-10/+1
| | | | for future use.
* Firmware loader rename -- internal filename and #ifdef changes.Eric S. Raymond2005-07-151-3/+3
|
* Rename Chris's firmware loader files.Eric S. Raymond2005-07-151-0/+92