ao-tools: Add ao-makebin
authorKeith Packard <keithp@keithp.com>
Fri, 18 Mar 2016 18:15:57 +0000 (11:15 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Mar 2016 18:15:57 +0000 (11:15 -0700)
commitf393482ec47e857db654fa071d4df95e98dab381
tree423a7cd98f161814d920f43626c69f6025b3ec0b
parent1d7f88bf7521fa6d301da072f95f97fa42d9d247
ao-tools: Add ao-makebin

This constructs a raw binary or DFU format file for use with dfu-util,
which can be used with a bare STM processor to load code before the
boot loader is available.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/Makefile.am
ao-tools/ao-makebin/Makefile.am [new file with mode: 0644]
ao-tools/ao-makebin/ao-makebin.1 [new file with mode: 0644]
ao-tools/ao-makebin/ao-makebin.c [new file with mode: 0644]
ao-tools/lib/Makefile.am
ao-tools/lib/ao-dfu.c [new file with mode: 0644]
ao-tools/lib/ao-dfu.h [new file with mode: 0644]
configure.ac