diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-17 01:18:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-17 01:18:45 -0700 |
commit | 20877ae9de8bb5d3a29e2a96024e53afbd396f55 (patch) | |
tree | 78371ee41c4063d7a6ff44b7bc84c83dcd7d98cb /configure.ac | |
parent | eda636c5f309b85282b4142118ee65673d28d137 (diff) |
Add ao-stmload tool
This loads an ELF image through the STlink programming interface using
the stlink utility library
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e78f5873..10bf9abf 100644 --- a/configure.ac +++ b/configure.ac @@ -154,6 +154,7 @@ ao-tools/ao-eeprom/Makefile ao-tools/ao-list/Makefile ao-tools/ao-load/Makefile ao-tools/ao-telem/Makefile +ao-tools/ao-stmload/Makefile ao-utils/Makefile src/Version ]) |