Fixes for bootloader refactor build failures (#15638)
This commit is contained in:
parent
99e11f4823
commit
5fb93934d0
27 changed files with 53 additions and 121 deletions
|
@ -1,12 +1,8 @@
|
|||
# MCU name
|
||||
MCU = STM32F103
|
||||
|
||||
MCU_LDSCRIPT = stm32f103_bootloader
|
||||
BOARD = ST_NUCLEO64_F103RB
|
||||
|
||||
CFLAGS += "-Wno-error=deprecated"
|
||||
EXTRAFLAGS = -O0 -g
|
||||
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue