We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506a7b8 + f22f4f8 commit 9d5b04eCopy full SHA for 9d5b04e
ports/stm/mpconfigport.mk
@@ -8,6 +8,9 @@ ifeq ($(MCU_VARIANT),$(filter $(MCU_VARIANT),STM32F405xx STM32F407xx))
8
CIRCUITPY_SDIOIO ?= 1
9
# Number of USB endpoint pairs.
10
USB_NUM_ENDPOINT_PAIRS = 4
11
+endif
12
+
13
+ifeq ($(MCU_VARIANT),STM32F407xx)
14
UF2_FAMILY_ID ?= 0x6d0922fa
15
endif
16
0 commit comments