summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* be more aggressive about removing and ignoring .mdwn filesBdale Garbee2017-09-18
|
* Move pdclib build results to pdclib-rootKeith Packard2013-12-18
| | | | | | This makes pdclib easier to manage as a submodule Signed-off-by: Keith Packard <keithp@keithp.com>
* Add new tools to .gitignoreKeith Packard2013-12-08
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ignore "compile" scriptKeith Packard2013-11-12
|
* altos: update .gitignore filesMike Beattie2013-04-22
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* ao-tools: Add ao-edit-telem to .gitignoreMike Beattie2013-03-10
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* all: clean up .gitignore files and Makefile clean targetsMike Beattie2013-02-15
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Reverted package name to 'altosui' from 'AltosUI'Tom Marble2012-09-11
| | | | Also added emacs backup regex (*~) to .gitignore
* Add ao-send-telem to .gitignoreMike Beattie2012-08-08
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* ignore generated log fileBdale Garbee2011-08-26
|
* 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