summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* all: clean up .gitignore files and Makefile clean targetsMike Beattie2013-02-15
* test: Accept micropeak CSV files for micropeak testingKeith Packard2013-02-04
* altos: Add Kalman filter to MicroPeakKeith Packard2013-01-16
* altos: Average MPU6000 values on ground for later useKeith Packard2012-12-17
* altos: Test APRS rounding by using coordinates near the boundaryKeith Packard2012-12-16
* altos: Hook APRS up to the radioKeith Packard2012-12-06
* altos: Prepare APRS for use within altos itselfKeith Packard2012-12-05
* altos: Start restructuring APRS code to create and send packetsKeith Packard2012-12-05
* altos: Remove more unused APRS codeKeith Packard2012-12-05
* altos: Strip out everything but the basic position reporting from APRSKeith Packard2012-12-05
* Signed-off-by: Keith Packard <keithp@keithp.com>Keith Packard2012-12-05
* altos: Generate all of the APRS messagesKeith Packard2012-12-05
* altos: Add test scaffolding for APRSKeith Packard2012-12-05
* altos: Make skytraq reflashing code try both 9600 and 4800 baudKeith Packard2012-11-30
* altos: Add support for 115200 baud serial ratesKeith Packard2012-11-30
* altos/test: Use MMA655X in ao_flight_test_mm. Add run-mm to plot mm dataKeith Packard2012-10-21
* altos/test: Display MPU6000 values in ao_flight_test_mm outputKeith Packard2012-10-13
* altos/test: Add ao_flight_test_mmKeith Packard2012-10-13
* altos: Eliminate implicit 1 byte offset in uint16/int16 functionsKeith Packard2012-10-13
* altos: Clean up flight data definitionsKeith Packard2012-09-09
* altos: Add a bunch of .gitignore entriesKeith Packard2012-08-30
* altos: Fix gcc compiler warnings in GPS codeKeith Packard2012-07-11
* altos: Have 'make clean' remove all programs, even old onesKeith Packard2012-07-11
* altos: Save some memory.Keith Packard2012-07-10
* altos: Improve ao_flight_test a bitKeith Packard2012-07-10
* altos: add some (unused) test code for different soft-decision sizesKeith Packard2012-07-10
* altos: Rename *_mm.c back to *.cKeith Packard2012-07-10
* altos: Crank up the gaussian noise in the FEC testKeith Packard2012-07-03
* altos: Clean up radio CRC handlingKeith Packard2012-06-27
* altos: Optimize FEC encode and decodeKeith Packard2012-06-26
* altos: rename ao_viterbi.c to ao_fec_rx.cKeith Packard2012-06-26
* altos: Incremental viterbi decodeKeith Packard2012-06-25
* altos: Get cc1120 packet reception workingKeith Packard2012-06-25
* altos: improve FEC apis to reduce data copyingKeith Packard2012-06-23
* altos: Make ao_fec_tx_test build cleanly with -WallKeith Packard2012-06-23
* altos: Add the simplest possible viterbi decoderKeith Packard2012-06-22
* altos: Software implemenation of CC1111 radio encodingKeith Packard2012-06-17
* altos: Make telescience-v0.1 build with new ao_data structKeith Packard2012-05-27
* altos: Add conversion between Pa and metersKeith Packard2012-05-18
* altos: Respect apogee lockout time in flight algorithmKeith Packard2012-04-14
* altos: Clean up test scriptsKeith Packard2012-04-14
* altos: Massive product config cleanupKeith Packard2012-04-14
* altos: A bunch of missing .gitignore files (mostly)Keith Packard2011-10-27
* altos: Improve TM v1.0 apogee estimateKeith Packard2011-10-08
* altos: Write xdata versions of memory functions1.0.9.1Keith Packard2011-10-07
* altos: Restructure altos build to prepare for multi-arch supportKeith Packard2011-08-25
* altos: Reflect ao_flight split in ao_flight_test dependenciesKeith Packard2011-03-31
* Add description to test flightsKeith Packard2011-03-23
* altos: Exit flight test at landing. Allow description in test flight listKeith Packard2011-03-23
* altos: Fix up flight code testingKeith Packard2011-03-22