Add DFU Suffix for APM chips (#15414)
This commit is contained in:
parent
02618c6340
commit
366d26a2ef
2 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,9 @@ MCU = STM32F072
|
|||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
|
||||
# Do not put the microcontroller into power saving mode
|
||||
# when we get USB suspend event. We want it to keep updating
|
||||
# backlight effects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue