ao-tools: Add ao-elftohex and .ihx symbol support
authorKeith Packard <keithp@keithp.com>
Thu, 28 Nov 2013 17:31:02 +0000 (09:31 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 28 Nov 2013 17:31:02 +0000 (09:31 -0800)
commit14204e3d147ad99cc249ad8de254809180fe5c38
treeda6dfb4b4d5ea02af596a83748af27080f0dfec7
parentee07f1a0f8e431bebb3b948f6249f5f33413e966
ao-tools: Add ao-elftohex and .ihx symbol support

ao-elftohex converts an elf file into a hex file so that we can load
it with java.

Signed-off-by: Keith Packard <keithp@keithp.com>
12 files changed:
ao-tools/Makefile.am
ao-tools/ao-elftohex/Makefile.am [new file with mode: 0644]
ao-tools/ao-elftohex/ao-elftohex.1 [new file with mode: 0644]
ao-tools/ao-elftohex/ao-elftohex.c [new file with mode: 0644]
ao-tools/ao-stmload/ao-stmload.c
ao-tools/ao-stmload/ao-stmload.h
ao-tools/lib/Makefile.am
ao-tools/lib/ao-elf.c
ao-tools/lib/ao-elf.h
ao-tools/lib/ao-hex.c
ao-tools/lib/ao-hex.h
configure.ac