Fix STM32duino bootloader (#10648)

This commit is contained in:
Ryan
2020-10-15 12:55:31 +11:00
committed by GitHub
parent af2c506383
commit b0dbe7365b
2 changed files with 2 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ endif
ifeq ($(strip $(BOOTLOADER)), stm32duino)
OPT_DEFS += -DBOOTLOADER_STM32DUINO
MCU_LDSCRIPT ?= STM32F103x8_stm32duino_bootloader
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
BOARD = STM32_F103_STM32DUINO
# STM32F103 does NOT have an USB bootloader in ROM (only serial), so setting anything here does not make much sense
STM32_BOOTLOADER_ADDRESS = 0x80000000