Fixup bootloaders. (#16256)
This commit is contained in:
parent
53a7306682
commit
a86d6fffc9
17 changed files with 70 additions and 0 deletions
|
@ -3,6 +3,9 @@ MCU = STM32F072
|
|||
BOARD = ST_STM32F072B_DISCOVERY
|
||||
MCU_LDSCRIPT = STM32F072_0x2000_bootloader
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = custom
|
||||
|
||||
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08002000:leave
|
||||
DFU_SUFFIX_ARGS = -v 0483 -p DF11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue