diff options
| author | Keith Packard <keithp@keithp.com> | 2009-09-05 22:03:31 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-09-05 22:03:31 -0700 |
| commit | c46e832b28820d7c5be4efaacbbd7c0607927fe5 (patch) | |
| tree | bd312fdc625042c824a438573d242bc90ebee70e /ao-tools/lib/Makefile.am | |
| parent | 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f (diff) | |
Add simple post-flight analysis tool (ao-postflight)
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>
Diffstat (limited to 'ao-tools/lib/Makefile.am')
| -rw-r--r-- | ao-tools/lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index da13ede9..e682f757 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -14,6 +14,8 @@ libao_tools_a_SOURCES = \ ccdbg-memory.c \ ccdbg-rom.c \ ccdbg-state.c \ + cc-analyse.c \ + cc-convert.c \ cc-log.c \ cc-usb.c \ cc-usb.h \ @@ -22,5 +24,7 @@ libao_tools_a_SOURCES = \ cc-util.c \ cc-bitbang.c \ cc-bitbang.h \ + cc-logfile.c \ + cc-telem.c \ cp-usb-async.c \ cp-usb-async.h |
