Add aoload to load serial-numbered altos binaries.
authorKeith Packard <keithp@keithp.com>
Thu, 28 May 2009 04:53:15 +0000 (21:53 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 28 May 2009 04:53:15 +0000 (21:53 -0700)
commit8a9a3f02b951382573ff74dd6ce5a1c0f335fa86
treeba5a54a3e61a026a7a585091562225e7153436b6
parent837c620f07b63efc171be3ac14c78bc99adf7592
Add aoload to load serial-numbered altos binaries.

aoload is a custom version of ccload which edits the data before sending it
to the target machine, writing the target serial number into the data.

Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile.am
aoload/Makefile.am [new file with mode: 0644]
aoload/aoload.c [new file with mode: 0644]
configure.ac