altos: Shrink ao_config_callsign_set
[fw/altos] / src / ao_flight.c
2011-03-30 Keith Packardaltos: Run RDF beacon after apogee instead of waiting...
2011-03-29 Keith Packardaltos: Split up flight code into separate flight/sample...
2011-03-23 Keith Packardaltos: Ignore alt error for fast->coast. Allow larger...
2011-03-22 Keith Packardaltos: Missing parens and some bad arithmetic in the...
2011-03-22 Keith Packardaltos: Add ao_flight_debug code
2011-03-22 Keith Packardaltos: Clean up some debug stuff in ao_flight.c
2011-03-21 Keith Packardaltos: Compute a 'trust' value for the barometer
2011-03-21 Keith Packardaltos: Switch telemetrum over to kalman filter
2011-03-20 Keith Packardaltos: The kalman code requires a constant sample rate
2011-03-19 Keith Packardaltos: Baro-only boards must not detect launch on accel...
2011-03-18 Keith Packardaltos: Add kalman filters for baro-only boards
2011-03-16 Keith Packardaltos: Start with packet slave running. Turn off in...
2011-03-16 Keith Packardaltos: Make serial, usb, beeper and accelerometer optio...
2011-01-17 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2011-01-17 Keith Packardaltos: Use 5V reference data to correct accelerometer...
2011-01-17 Keith Packardaltos: Optimize fetching of ADC data in flight code
2011-01-17 Keith Packardaltos: Ensure flight code gets first crack at new ADC...
2011-01-17 Mike BeattieRework invalid accel cal detection code
2011-01-16 Mike Beattiealtos: Added check for out of bounds accel
2011-01-16 Mike Beattiealtos: Added check for an accel value above 1.5g
2011-01-16 Keith Packardaltos: average 512 accel/baro samples at startup instea...
2011-01-08 Anthony Townsaltos: Remove redundant initialization of ao_interval...
2011-01-08 Anthony Townsaltos: Remove unused accel_vel_mach and accel_vel_boost...
2010-02-14 Keith PackardLog GPS data on pad after boost detect.
2010-01-10 Keith PackardForce idle mode by shorting the SPI clock to ground...
2009-11-15 Keith PackardLoosen tolerances for main->landed transition
2009-11-03 Keith PackardRemove "f" command
2009-11-03 Keith PackardAdd two-point accelerometer calibration.
2009-11-02 Keith PackardMerge remote branch 'origin/master' 0.6
2009-11-02 Keith PackardMerge remote branch 'origin/master' into skytraq
2009-11-02 Keith PackardEnable packet-based communcation to command processor
2009-10-16 Keith PackardSave some DSEG space by marking cmd functions __reentrant
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-06-14 Keith PackardRename state apogee -> coast
2009-06-14 Keith Packardrename states. launchpad -> pad, coast -> fast
2009-06-04 Keith PackardMerge ccdbg and altos sources into one giant repository
2009-06-04 Keith PackardUse autotools, move altos to src subdir