summaryrefslogtreecommitdiff
path: root/src/ao.h
Commit message (Expand)AuthorAge
* altos, altosui: Add igniter mode (dual, apogee, main)split-telemetryKeith Packard2011-07-17
* altos: Switch flash drivers __xdata to __pdataKeith Packard2011-07-06
* altos: Switch ao_flight and ao_flight_nano __xdata to __pdataKeith Packard2011-07-06
* altos: switch ao_cmd __xdata to __pdataKeith Packard2011-07-06
* altos: Switch const for __code in struct ao_cmdsKeith Packard2011-07-06
* altos: Switch ao_stdio.c __data to __pdataKeith Packard2011-07-06
* altos: Switch ao_sample.c __xdata to __pdataKeith Packard2011-07-06
* altos: Switch ao_log.c and ao_log_big.c __xdata to __pdataKeith Packard2011-07-06
* altos: Switch ao_gps_skytraq and ao_gps_sirf __xdata to __pdataKeith Packard2011-07-06
* altos: Adapt to changes in telemetry Configuration packetKeith Packard2011-07-05
* altos: Complete new telemetry switchoverKeith Packard2011-07-04
* altos: Add split telemetry codeKeith Packard2011-07-04
* altos: Start adding new telemetry frame definitionsKeith Packard2011-06-27
* altos: Add arbitrary telemetry packet monitoringKeith Packard2011-06-27
* altos: Rename telemetry to telemetry_origKeith Packard2011-06-27
* altos: Hook up the P1 ISR for TeleBT v0.1 bt_link lineKeith Packard2011-05-06
* altos: Solidify BT connectionsKeith Packard2011-04-19
* altos: Use PIO(6) on BTM to monitor BT connection. Fix BTM init.Keith Packard2011-04-07
* altos: Make cmd echo per-connection instead of globalKeith Packard2011-04-01
* altos: Make ao_serial_drain publicKeith Packard2011-04-01
* altos: Provide for a pre-filter on commandsKeith Packard2011-04-01
* altos: expose set of available stdio valuesKeith Packard2011-04-01
* altos: Add initial TeleBT codeKeith Packard2011-03-31
* altos: Create custom nano flight codeKeith Packard2011-03-28
* altos: Split up flight code into separate flight/sample/kalman bitsKeith Packard2011-03-28
* altos: Switch telemetrum over to kalman filterKeith Packard2011-03-22
* altos: New telemetry report format (version 4). Supports tiny telemetry.Keith Packard2011-03-19
* altos: Split out tiny telemetry from full telemetryKeith Packard2011-03-19
* altos: Make telemetry interval more consistentKeith Packard2011-03-19
* altos: Configure packet size from send/recv parameters.Keith Packard2011-03-19
* altos: Don't init packet slave on TD. Make slave start optionalKeith Packard2011-03-19
* altos: Write height values to log for nano/miniKeith Packard2011-03-18
* altos: Add tiny logging for TeleMini/TeleNanoKeith Packard2011-03-17
* altos: Make serial, usb, beeper and accelerometer optional componentsKeith Packard2011-03-16
* src/ao_cmd: Shave off bytes from doc stringsAnthony Towns2011-03-07
* 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