diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-03 16:53:52 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-03 16:53:52 -0800 |
commit | 3605e97ee918b3f87e4c471906f708c3ea027eef (patch) | |
tree | 9b1413a05752e566e43943330fdda1b7489ecc5c /configure.ac | |
parent | 784edcda52d681bbc9302fbc7efb80cb214f71b8 (diff) |
ao-tools: Add ao-dumpflash program
This program dumps the entire flash contents of an AltOS device to
allow for external analysis.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 448df6a4..9e5dcaa7 100644 --- a/configure.ac +++ b/configure.ac @@ -181,6 +181,7 @@ ao-tools/ao-telem/Makefile ao-tools/ao-stmload/Makefile ao-tools/ao-send-telem/Makefile ao-tools/ao-sky-flash/Makefile +ao-tools/ao-dumpflash/Makefile ao-utils/Makefile src/Version ]) |