diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-05-06 10:04:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-06 10:04:59 +0900 |
commit | 3504bf30e13f9e087180cd873ce95a9590d40d37 (patch) | |
tree | 17ed6f802fffdce7ebc976f99264574eeca6bf93 /quantum/stm32 | |
parent | 7a136f74405fc024dd8aa9b15ce18d819b8c4a0a (diff) | |
parent | caef39bf2aa5f6feba115b26c92e488f3a69a9e7 (diff) |
Merge pull request #42 from zsa/feature/add_dfu_util_signature
Add DFU Suffix for ARM boards (#5763)
Diffstat (limited to 'quantum/stm32')
-rw-r--r-- | quantum/stm32/proton_c.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/stm32/proton_c.mk b/quantum/stm32/proton_c.mk index a0fa013736..a65e283d3f 100644 --- a/quantum/stm32/proton_c.mk +++ b/quantum/stm32/proton_c.mk @@ -42,3 +42,4 @@ OPT_DEFS = # Options to pass to dfu-util when flashing DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave +DFU_SUFFIX_ARGS = -p df11 -v 0483 |