Enable GPS degraded mode, set 10 sec degraded timeout.
[fw/altos] / src / ao_gps.c
2009-08-22 Keith PackardEnable GPS degraded mode, set 10 sec degraded timeout.
2009-08-19 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git... 0.5
2009-08-19 Keith PackardHandle GPS satellite tracking data
2009-07-18 Keith PackardSwitch to 57600 baud for GPS data
2009-07-18 Keith PackardReset GPS at boot time
2009-07-18 Keith PackardAllow the GPS port to run at 4800 baud if desired
2009-07-18 Keith PackardInitialize the GPS serial protocol state
2009-07-18 Keith PackardUse uint8_t for comparisons to avoid int conversions
2009-07-18 Keith PackardAdd AO_GPS_RUNNING state.
2009-07-18 Keith PackardUse 57600 baud for GPS. Clean up gps init.
2009-07-18 Keith PackardTry harder to get the GPS receiver serial link sync...
2009-07-17 Keith PackardSplit GPS data into a separate column
2009-07-17 Keith PackardFix up SiRF parsing and test code so that it actually...
2009-07-17 Keith PackardAdd host-side gps protocol testing program
2009-06-30 Keith PackardAdd GPS speed and error data to telemetry and aoview
2009-06-29 Keith PackardConvert GPS to SiRF binary protocol.
2009-06-04 Keith PackardMerge ccdbg and altos sources into one giant repository
2009-06-04 Keith PackardUse autotools, move altos to src subdir