clean up host programs, too
[fw/altos] / ao.h
2009-04-26 Keith PackardLabel binaries with product and serial info
2009-04-26 Keith PackardAdd configuration support
2009-04-25 Keith PackardAdd RDF beacon and callsign to telemetry
2009-04-25 Keith PackardAdd radio code to emit a 1kHz tone
2009-04-25 Keith PackardAllow the USB system to be disabled/enabled at run...
2009-04-25 Keith PackardMake LED usage depend on target device
2009-04-25 Keith PackardMake some functions reentrant to save DSEG space
2009-04-25 Keith PackardDefine ao_state_names in ao.h so other people can share
2009-04-24 Keith PackardUpdate flight algorithm based on data collected from...
2009-04-24 Keith PackardAdd igniters and update flight control algorithm
2009-04-24 Keith PackardAvoid ram from 0xfda2 through feff, its funky
2009-04-21 Keith PackardClean up telemetry now that all packets are the same
2009-04-21 Keith PackardFix up fancy dbg stuff. Add teleterra initial bits.
2009-04-21 Keith PackardAdd radio support. Build separate executables for TeleM...
2009-04-19 Keith PackardParse GPS data locally. Add 'g' command to display...
2009-04-19 Keith PackardAdd task names and 'T' command to show task status.
2009-04-18 Keith PackardAdd gps, debug dongle support and pressure alt tables
2009-04-15 Keith PackardMove a bunch of variables from __data to __xdata
2009-04-15 Keith PackardMake mutex functions reentrant
2009-04-15 Keith PackardAdd in existing flight pieces: flight/report/log
2009-04-14 Keith PackardAdd eeprom driver and command loop
2009-04-14 Keith PackardSwitch from --model-large to --model-small
2009-04-14 Keith PackardAdd comments, clean up white space, etc.
2009-04-14 Keith PackardUSB working up through reading strings
2009-04-13 Keith PackardAdd USB support.
2009-04-13 Keith PackardAdd beep/led support.
2009-04-13 Keith PackardAdd A/D sampler
2009-04-13 Keith PackardAdd 100Hz timer
2009-04-13 Keith PackardGPL Version 2 only
2009-04-13 Keith PackardInitial AltOS import