Show acceleration only during boost phase.
[fw/altos] / src /
2009-09-04 Keith PackardSet all of the values to reset the radio for telemetry
2009-09-04 Keith PackardMake RDF beacon only run on pad and after landing.
2009-09-04 Keith PackardAdd back the RDF tone generator
2009-09-03 Bdale GarbeeMerge commit 'origin/master'
2009-09-03 Keith PackardRemove bit-banging debug support from TM board builds
2009-09-03 Keith PackardMake the ao_log_record structures 8 bytes again.
2009-09-03 Keith PackardMake eeprom reads and writes across block boundary...
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 PackardUpdate ao-view to add GPS satellite tracking data
2009-08-19 Keith PackardHandle GPS satellite tracking data
2009-08-19 Bdale Garbeeadd support for building Debian package
2009-07-18 Keith PackardAdd B command to set serial baud rate
2009-07-18 Keith PackardGet rid of spaces after minus sign in climb value
2009-07-18 Keith PackardSwitch to 57600 baud for GPS data
2009-07-18 Keith PackardDrain serial port before changing speed
2009-07-18 Keith PackardReset GPS at boot time
2009-07-18 Keith PackardFix up serial debug output
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