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>
Sun, 24 Mar 2013 22:33:31 +0000 (15:33 -0700)
commit68b139c2cf3f29333a7bc46f4cb4890ca47be471
treefa52ebcbc019f5b59cd6dd479bdcaed566363213
parent0d8d882d9aab09b7346e3ea748f270154556cf33
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]