diff options
author | Sergey Vlasov <sigprof@gmail.com> | 2020-08-12 18:53:53 +0300 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | d00ac5dfb6388957d51f2666d8bd223bd3529151 (patch) | |
tree | 6bdb94a82495c115be91dd2019edcc179a5401da /docs/flashing.md | |
parent | ea43bc8972d254e75062ac20472b156fd3d92ddc (diff) | |
download | qmk_firmware-d00ac5dfb6388957d51f2666d8bd223bd3529151.tar.gz qmk_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 'docs/flashing.md')
-rw-r--r-- | docs/flashing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index 1f71c253c3..5c245c5675 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -239,3 +239,4 @@ There are a number of DFU commands that you can use to flash firmware to a STM32 * `:dfu-util-split-left` - This flashes the normal firmware, just like the default option (`:dfu-util`). However, this also configures the "Left Side" EEPROM setting for split keyboards. * `:dfu-util-split-right` - This flashes the normal firmware, just like the default option (`:dfu-util`). However, this also configures the "Right Side" EEPROM setting for split keyboards. * `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util. +* `:st-flash` - This allows you to flash the firmware via the `st-flash` utility from [STLink Tools](https://github.com/stlink-org/stlink), rather than dfu-util. |