Add DFU Suffix for ARM boards (#5763)
* Add DFU Suffix for ARM boards * Blindly flash DFU SUFFIX ARGS for now * Fix commented out check * Fix DFU Suffix Argument check Thank you jack! * Update Travis CI Scripts to include dfu-util So we can get dfu-suffix as well * Manually add dfu-suffix package * Use external repo for newer version of dfu-util One that includes dfu-suffix * Update .travis.yml * Silence unnecessary output from dfu-suffix
This commit is contained in:
parent
29f68459a0
commit
41beecfc18
23 changed files with 30 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue