summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add ao_kalman.h to .gitignoreKeith Packard2011-03-23
|
* Ignore libtool files.Keith Packard2010-09-04
|
* initial harness for documentationBdale Garbee2010-03-30
|
* Update .gitignore filesKeith Packard2010-02-20
|
* Build two versions of TM, one for SiRF, one for SkyTraqKeith Packard2009-10-09
| | | | | | | This creates two separate images, depending on which GPS unit is connected. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add simple post-flight analysis tool (ao-postflight)Keith Packard2009-09-05
| | | | | | | This tool reads either an eeprom or telem log file and displays some rudimentary data (max accel/alt for each flight stage). Signed-off-by: Keith Packard <keithp@keithp.com>
* Use --tty/-T on command line to specify target deviceKeith Packard2009-08-18
| | | | | | | | Also, use the ALTOS_TTY environment variable in all tools. Note that the magic value of "BITBANG" switches the library to connecting through a CP2103 instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge ccdbg and altos sources into one giant repositoryKeith Packard2009-06-04
|\ | | | | | | | | | | Keeping these separate isn't making things any easier. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Clean up autotools stuff.Keith Packard2008-12-19
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Ignore .ihx filesKeith Packard2008-12-19
| |
| * ignore more stuffKeith Packard2008-12-19
| |
| * Add prototypes, add stub mainline, add .gitignoreKeith Packard2008-11-27
|
* Use autotools, move altos to src subdirKeith Packard2009-06-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Change .gitignore to match new aoload procedureKeith Packard2009-05-28
|
* Label binaries with product and serial infoKeith Packard2009-04-26
|
* Update flight algorithm based on data collected from SN-1 Flight 1Keith Packard2009-04-24
| | | | | | | | This now correctly sequences through the flight data collected from the first TeleMetrum test flight. This also completes up the flight algorithm test harness (ao_flight_test), which runs the flight algorithm on the Linux host from a captured data log.
* Add new binaries to .gitignoreKeith Packard2009-04-22
|
* Add beep/led support.Keith Packard2009-04-12
| | | | | | Support our P2_0 connected buzzer, and formalize LED output support. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add .gitignoreKeith Packard2009-04-12