forked from mirrors/qmk_userspace
Remove bootloader logic from mcu_selection.mk
(#20150)
* Remove bootloader logic from mcu_selection.mk * Move MCU/BOOTLOADER to info.json
This commit is contained in:
parent
2c19e5d1c3
commit
50cb8a3bf5
13 changed files with 109 additions and 58 deletions
|
@ -93,7 +93,6 @@ ifeq ($(strip $(BOOTLOADER)), kiibohd)
|
|||
endif
|
||||
ifeq ($(strip $(BOOTLOADER)), stm32duino)
|
||||
OPT_DEFS += -DBOOTLOADER_STM32DUINO
|
||||
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
BOOTLOADER_TYPE = stm32duino
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue