1
0
Fork 0

Set default board files for uf2boot bootloader (#22129)

This commit is contained in:
Joel Challis 2023-09-25 04:05:28 +01:00 committed by GitHub
parent a4760c4d1b
commit 61702b2564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

View file

@ -107,6 +107,7 @@ ifeq ($(strip $(BOOTLOADER)), tinyuf2)
endif
ifeq ($(strip $(BOOTLOADER)), uf2boot)
OPT_DEFS += -DBOOTLOADER_UF2BOOT
BOARD = STM32_F103_STM32DUINO
BOOTLOADER_TYPE = uf2boot
FIRMWARE_FORMAT = uf2
endif