Merge pull request #42 from zsa/feature/add_dfu_util_signature

Add DFU Suffix for ARM boards (#5763)
This commit is contained in:
Florian Didron
2019-05-06 10:04:59 +09:00
committed by GitHub
4 changed files with 11 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ ifneq ($(findstring STM32F303, $(MCU)),)
# 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
endif
ifneq (,$(filter $(MCU),atmega32u4 at90usb1286))
+1
View File
@@ -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