summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: check for valid flight number in ao_log_deleteKeith Packard2011-01-12
* altos: oops -- 'e' command was only showing 7 of the 8 bytes per lineKeith Packard2011-01-11
* altos: Remove redundant initialization of ao_interval variablesAnthony Towns2011-01-07
* altos: Remove unused accel_vel_mach and accel_vel_boost variablesAnthony Towns2011-01-07
* altos: Check for full log and complainKeith Packard2011-01-07
* altos: Check requested log max size against available spaceKeith Packard2011-01-07
* altos: Optimize Morse code generationAnthony Towns2011-01-07
* altos: ensure erase mark is written when erasing flightsKeith Packard2011-01-07
* altos: report flight log offsets in hex block numbers instead of bytesKeith Packard2011-01-07
* altos: white space fixKeith Packard2011-01-07
* altos: Speed up at45 and 25lc erase speedsKeith Packard2011-01-07
* altos: support storage of multiple flights.Keith Packard2011-01-07
* altos: Add configuration parameter for maximum flight log sizeKeith Packard2011-01-07
* altos: Mark end of available flight list with 'done' to make the UIKeith Packard2011-01-06
* altos: Rip out 'optimization' in ao_log_scanKeith Packard2011-01-06
* altos: Move common storage code to ao_storage.c. Add M25P80 driverKeith Packard2011-01-06
* altos: Require manual flight erasing.Keith Packard2011-01-06
* altos: Simplify storage APIKeith Packard2011-01-06
* altos: packet and usb i/o routines use 'char', not 'uint8_t'Keith Packard2011-01-06
* altos: Add telemetrum-v1.1 directoryKeith Packard2010-12-22
* altos: Split out SPI driver.Keith Packard2010-12-22
* altos: eliminate ao_wake_taskKeith Packard2010-12-22
* altos: clean up radio abort paths. Share radio code.Keith Packard2010-12-22
* Revert "altos: Don't abort radio transmissions with ao_radio_abort"Keith Packard2010-11-25
* altos: Make radio test command careful with the radio mutex.Keith Packard2010-11-23
* altos: Don't abort radio transmissions with ao_radio_abortKeith Packard2010-11-23
* altos: remove unused variable from ao_igniterKeith Packard2010-11-23
* altos: assume igniter worked.Keith Packard2010-11-22
* altos: Add on/off modes to 'C' commandKeith Packard2010-11-21
* Add version numbers to released files. Set version to 0.7.1Keith Packard2010-09-04
* altos: add some SDCDB config filesKeith Packard2010-09-04
* altos: Bounds check Skytraq GPS tracking data arrayKeith Packard2010-09-01
* altos: Windows sends USB Out packets of 0 length. Ack them.Keith Packard2010-08-30
* altos: shut down packet mode cleanlyKeith Packard2010-08-29
* altos: Abort radio harder when terminating packet mode.Keith Packard2010-08-29
* altos: flush pending output when terminating packet modeKeith Packard2010-08-29
* altos: prepare for sdcc 2.9.1Keith Packard2010-08-27
* altos: mark gps date written only after it gets into eepromKeith Packard2010-08-26
* altos: print GPS state flags in GPS 'g' commandKeith Packard2010-08-26
* altos: always rebuild ao_product.c to track git versionKeith Packard2010-08-26
* altosui: write USB serial number string while flashingKeith Packard2010-08-24
* altos: Place rom config variables in fixed locationKeith Packard2010-08-23
* altos: Define USB product ID in per-product Makefile.defs fileKeith Packard2010-08-21
* altos: add callsign to packet mode, increase payload to 64 bytesKeith Packard2010-08-07
* Make ao_log_data re-entrant as it is used for both sensor and GPS logsKeith Packard2010-07-28
* When the EP0 IN buffer is full, don't panic, just skip sending anotherKeith Packard2010-07-26
* Switch DBG pins to GPIO when using any debug commands. Reboot to restore.Keith Packard2010-07-14
* Telemetry code was mis-computing RSSIKeith Packard2010-07-14
* Abort any in-progress radio operation when changing radio channelKeith Packard2010-06-21
* Add special code for USB panic's.Keith Packard2010-06-16