stm: Make family IDs consistent with TinyUF2

This should allow UF2 images for STM32F405 boards to be flashed by
TinyUF2.
This commit is contained in:
Nathan Young 2022-07-10 21:34:07 +02:00
parent f95bd243c6
commit f22f4f896a

View File

@ -8,6 +8,9 @@ ifeq ($(MCU_VARIANT),$(filter $(MCU_VARIANT),STM32F405xx STM32F407xx))
CIRCUITPY_SDIOIO ?= 1
# Number of USB endpoint pairs.
USB_NUM_ENDPOINT_PAIRS = 4
endif
ifeq ($(MCU_VARIANT),STM32F407xx)
UF2_FAMILY_ID ?= 0x6d0922fa
endif