Skip to content

Commit f22f4f8

Browse files
committed
stm: Make family IDs consistent with TinyUF2
This should allow UF2 images for STM32F405 boards to be flashed by TinyUF2.
1 parent f95bd24 commit f22f4f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/stm/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ifeq ($(MCU_VARIANT),$(filter $(MCU_VARIANT),STM32F405xx STM32F407xx))
88
CIRCUITPY_SDIOIO ?= 1
99
# Number of USB endpoint pairs.
1010
USB_NUM_ENDPOINT_PAIRS = 4
11+
endif
12+
13+
ifeq ($(MCU_VARIANT),STM32F407xx)
1114
UF2_FAMILY_ID ?= 0x6d0922fa
1215
endif
1316

0 commit comments

Comments
 (0)