summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: Program default flight log max value for new boardsKeith Packard2011-01-19
* altos: Use 5V reference data to correct accelerometer measurements.Keith Packard2011-01-16
* altos: Optimize fetching of ADC data in flight codeKeith Packard2011-01-16
* 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: Auto-calibrate linux-based flight testing codeKeith Packard2011-01-16
* Rework invalid accel cal detection codeMike Beattie2011-01-17
* altos: Add DATA_TO_XDATA to linux test harnessKeith Packard2011-01-16
* altos: Added check for out of bounds accelMike Beattie2011-01-16
* altos: Added check for an accel value above 1.5gMike Beattie2011-01-16
* altos: average 512 accel/baro samples at startup instead of 1000Keith Packard2011-01-16
* altos: Restructure skytraq NMEA parsing code to save some spaceAnthony Towns2011-01-16
* altos: Flush log when fullKeith Packard2011-01-16
* altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.Keith Packard2011-01-16
* 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