forked from mirrors/qmk_userspace
Fix STM32duino bootloader (#10648)
This commit is contained in:
parent
af2c506383
commit
b0dbe7365b
2 changed files with 2 additions and 4 deletions
|
|
@ -1,11 +1,9 @@
|
|||
# MCU name
|
||||
MCU = STM32F103
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32duino
|
||||
|
||||
# GENERIC STM32F103C8T6 board - mass storage bootloader
|
||||
MCU_LDSCRIPT = wm1_f103
|
||||
BOARD = STM32_F103_STM32DUINO
|
||||
|
||||
PROGRAM_CMD = echo 'CLI flashing not supported' >&2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue