summaryrefslogtreecommitdiff
path: root/ao-tools/ao-stmload
Commit message (Collapse)AuthorAge
* altos: Add a bunch of .gitignore entriesKeith Packard2012-08-30
| | | | | | Clean up the git status output Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-stmload: Always round up load amount to 4 byte boundaryKeith Packard2012-08-28
| | | | | | The flashing code doesn't deal with partial writes. Signed-off-by: Keith Packard <keithp@keithp.com>
* Don't build ao-stmload if stlink is not available.Mike Beattie2012-07-31
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* tools: Use pkgconfig to find stlink for ao-stmloadKeith Packard2012-07-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-stmload toolKeith Packard2012-07-17
This loads an ELF image through the STlink programming interface using the stlink utility library Signed-off-by: Keith Packard <keithp@keithp.com>