aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSergey Vlasov <sigprof@gmail.com>2020-08-12 18:53:53 +0300
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commitd00ac5dfb6388957d51f2666d8bd223bd3529151 (patch)
tree6bdb94a82495c115be91dd2019edcc179a5401da /lib
parentea43bc8972d254e75062ac20472b156fd3d92ddc (diff)
downloadfirmware-d00ac5dfb6388957d51f2666d8bd223bd3529151.tar.gz
firmware-d00ac5dfb6388957d51f2666d8bd223bd3529151.tar.bz2
firmware-d00ac5dfb6388957d51f2666d8bd223bd3529151.zip
Add `st-flash` flash target (#9964)
* Add `st-flash` flash target Add support for flashing the firmware via the `st-flash` utility from the STLink Tools package (https://github.com/stlink-org/stlink). * Add `st-flash` to the `qmk flash -b` output
Diffstat (limited to 'lib')
-rw-r--r--lib/python/qmk/cli/flash.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/flash.py b/lib/python/qmk/cli/flash.py
index f8497071e..cefb9ca31 100644
--- a/lib/python/qmk/cli/flash.py
+++ b/lib/python/qmk/cli/flash.py
@@ -27,6 +27,7 @@ def print_bootloader_help():
cli.echo('\tdfu-util-split-left')
cli.echo('\tdfu-util-split-right')
cli.echo('\tst-link-cli')
+ cli.echo('\tst-flash')
cli.echo('For more info, visit https://docs.qmk.fm/#/flashing')