1
0
Fork 0

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
This commit is contained in:
Sergey Vlasov 2020-08-12 18:53:53 +03:00 committed by James Young
parent ea43bc8972
commit d00ac5dfb6
3 changed files with 7 additions and 0 deletions

View file

@ -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')