summaryrefslogtreecommitdiff
path: root/src/ao.h
Commit message (Expand)AuthorAge
* ao_radio: generalise setup of packet sizeAnthony Towns2011-02-18
* altos: Sample the accelerometer reference voltage on v1.1 boardsKeith Packard2011-01-16
* altos: Ensure flight code gets first crack at new ADC dataKeith Packard2011-01-16
* altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.Keith Packard2011-01-16
* altos: Check for full log and complainKeith 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: 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: 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
* altos: Bounds check Skytraq GPS tracking data arrayKeith Packard2010-09-01
* altos: prepare for sdcc 2.9.1Keith Packard2010-08-27
* altos: mark gps date written only after it gets into eepromKeith 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: 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
* Telemetry code was mis-computing RSSIKeith Packard2010-07-14
* Add special code for USB panic's.Keith Packard2010-06-16
* Tasks may move in task structure as a result of ao_exitKeith Packard2010-04-06
* Fix up LED colors for each product.Keith Packard2010-02-27
* Change altos build process to support per-product compile-time changesKeith Packard2010-02-20
* Log GPS data on pad after boost detect.Keith Packard2010-02-13
* Force idle mode by shorting the SPI clock to ground at boot time.Keith Packard2010-01-09
* Add AT45DBxx1D driverKeith Packard2010-01-09
* Use ao_radio_get/ao_radio_put in packet code.Keith Packard2009-12-19
* Re-order config values. Change frequency to calKeith Packard2009-12-05
* Add radio calibration configuration.Keith Packard2009-12-04
* Make ao_cmd_decimal produce both 32 and 16 bit values.Keith Packard2009-12-04
* Stop using SiRF state info.Keith Packard2009-11-15
* Add date to GPS data, captured from GPRMC packet.Keith Packard2009-11-15
* Add flight number to telemetry stream.Keith Packard2009-11-15
* Add reboot command.Keith Packard2009-11-05
* Move ao_match_word from ao_ignite.c to ao_cmd.cKeith Packard2009-11-05
* Pass accel calibration over telemetry stream. Telemetry data format change.Keith Packard2009-11-03
* Add two-point accelerometer calibration.Keith Packard2009-11-02
* Add ao_usb_pollchar to ao.hKeith Packard2009-11-02
* Enable packet-based communcation to command processorKeith Packard2009-11-01
* Poke master to speed up packet rate when things are busyKeith Packard2009-10-31
* Send SYN packet to set sequence numbersKeith Packard2009-10-30
* Remove reason from ao_dma_abortKeith Packard2009-10-30
* Add ao_alarmKeith Packard2009-10-30
* Wait for TX to finish sending dataKeith Packard2009-10-30
* Initial packet bits. Just testing transmissionKeith Packard2009-10-30
* Add ao_wake_task and ao_exitKeith Packard2009-10-16
* Merge branch 'master' into skytraqKeith Packard2009-10-10
|\
| * Add apogee igniter delay.Keith Packard2009-10-10