diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-05 20:09:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-10-05 20:09:48 +0200 |
commit | d80594100af21feb7ff66d60f308c02a4e609810 (patch) | |
tree | 033b971a8298b5f87d096912fb3fb985c5a451c5 /target/config | |
parent | 6473d101da4e151ef09d27fb86c086dc8482736f (diff) |
stlink: add hosttool for stm32 flashing
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 3ca583294..074989fc9 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -120,6 +120,10 @@ config ADK_HOST_BUILD_SED bool default n +config ADK_HOST_BUILD_STLINK + bool + default n + config ADK_HOST_BUILD_TAR bool default n |