Skip to content

Commit 9d5b04e

Browse files
authored
Merge pull request #6577 from NathanY3G/uf2-family-id-for-stm32f405
stm: Make family IDs consistent with TinyUF2
2 parents 506a7b8 + f22f4f8 commit 9d5b04e

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)