ao-tools: Add ao-dumpflash program
authorKeith Packard <keithp@keithp.com>
Mon, 4 Mar 2013 00:53:52 +0000 (16:53 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 4 Mar 2013 00:53:52 +0000 (16:53 -0800)
commit3605e97ee918b3f87e4c471906f708c3ea027eef
tree9b1413a05752e566e43943330fdda1b7489ecc5c
parent784edcda52d681bbc9302fbc7efb80cb214f71b8
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>
ao-tools/Makefile.am
ao-tools/ao-dumpflash/.gitignore [new file with mode: 0644]
ao-tools/ao-dumpflash/Makefile.am [new file with mode: 0644]
ao-tools/ao-dumpflash/ao-dumpflash.1 [new file with mode: 0644]
ao-tools/ao-dumpflash/ao-dumpflash.c [new file with mode: 0644]
ao-tools/lib/cc-usb.c
ao-tools/lib/cc-usb.h
ao-tools/lib/ccdbg-flash.c
configure.ac