summaryrefslogtreecommitdiff
path: root/gpsflash.c
Commit message (Collapse)AuthorAgeFilesLines
* More steps towards getting the packet state machine to recognize RTCM.Eric S. Raymond2005-07-191-0/+27
|
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-0/+30
|
* Restore some lost splint cleanups. Stronger regression tests.Eric S. Raymond2005-07-161-59/+120
|
* Do consistent naming and some splint cleaning.Eric S. Raymond2005-07-161-9/+10
|
* The big gpsflash refactoring.Eric S. Raymond2005-07-151-60/+252
| | | | | Shouldn't change any actual behavior, except the environment variable checked now natches the manual page.
* Turn off BOFH mode.Chris Kuethe2005-07-151-2/+4
| | | | | | | In case of improper invocation, don't unlink the program (gpsflash has no business writing the local filesystem) and don't be rude to the user. Rather, explain that something could go very wrong, and that you must read our warnings in the manpage.
* ESR pointed out that I wasn't actually calling serialConfig() anywhere...Chris Kuethe2005-07-151-0/+4
| | | | | | | | | which was wrong. The serialConfig function sets up a number of useful parameters like flow control, parity checking and VMIN/VTIME. This only needs to be done once, so we do it right after we open the port. Other port changes are baud rate only, so we call a different function to just set the baud rate.
* Remove SiRF-specific assumptions from srecord.c and add it to libgps.c Eric S. Raymond2005-07-151-0/+4
| | | | for future use.
* Firmware loader rename -- internal filename and #ifdef changes.Eric S. Raymond2005-07-151-1/+1
|
* Rename Chris's firmware loader files.Eric S. Raymond2005-07-151-0/+191