Update .gitignore files
[fw/altos] / src /
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 PackardAdd M command to monitor serial bytes
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-17 Keith PackardFix clock initialization to not try to use 32kHz xtal...
2009-06-14 Keith PackardRename state apogee -> coast
2009-06-14 Keith Packardrename states. launchpad -> pad, coast -> fast
2009-06-04 Keith PackardFormat GPS seconds as %02d.%04d to avoid spaces in...
2009-06-04 Bdale Garbeeadd a distclean target to src/Makefile
2009-06-04 Keith PackardMerge ccdbg and altos sources into one giant repository
2009-06-04 Keith PackardUse autotools, move altos to src subdir