diff options
| author | Joel Challis | 2023-09-25 05:05:28 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-25 05:05:28 +0200 |
| commit | 61702b25648a4ffb8ae42b739f7134f4709e393a (patch) | |
| tree | f9f528db2039940d783ad7e144ae38f824ae8094 /platforms | |
| parent | a4760c4d1b03e1006eb62ca72ecc22e0e6ea44bb (diff) | |
Set default board files for uf2boot bootloader (#22129)
Diffstat (limited to 'platforms')
| -rw-r--r-- | platforms/chibios/bootloader.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/chibios/bootloader.mk b/platforms/chibios/bootloader.mk index fc898e7699..5b6edd73ad 100644 --- a/platforms/chibios/bootloader.mk +++ b/platforms/chibios/bootloader.mk @@ -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 |