ao-tools/ao-stmload: Fix ELF, add IHX, add self-flashing
authorKeith Packard <keithp@keithp.com>
Sun, 24 Mar 2013 22:33:31 +0000 (15:33 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 8 May 2013 03:16:52 +0000 (20:16 -0700)
commitc9ba2d17b979410acfa41f9954674757f7f321fc
tree26f1aa51c08354b056d81f0235a02db92ae834f4
parent1f30b1f14dbab6e6ea94177e459c80732e31e433
ao-tools/ao-stmload: Fix ELF, add IHX, add self-flashing

This splits loading into ELF and IHX paths, and splits flashing into
stlink and self-flashing paths.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-stmload/Makefile.am
ao-tools/ao-stmload/ao-elf.c [new file with mode: 0644]
ao-tools/ao-stmload/ao-elf.h [new file with mode: 0644]
ao-tools/ao-stmload/ao-selfload.c [new file with mode: 0644]
ao-tools/ao-stmload/ao-stmload.c
ao-tools/ao-stmload/ao-stmload.h [new file with mode: 0644]