Add missing BOOTLOADER
for a handful of boards (#16225)
This commit is contained in:
parent
e16dd1bcc0
commit
f4f3bf81c7
7 changed files with 17 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"maintainer": "skullydazed",
|
||||
"debounce": 5,
|
||||
"processor": "MK20DX256",
|
||||
"bootloader": "halfkay",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"maintainer": "skullydazed",
|
||||
"debounce": 5,
|
||||
"processor": "MKL26Z64",
|
||||
"bootloader": "halfkay",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# MCU name
|
||||
MCU = MKL26Z64
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = halfkay
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# MCU name
|
||||
MCU = STM32L433
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# MCU name
|
||||
MCU = STM32L433
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# MCU name
|
||||
MCU = STM32L433
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# MCU name
|
||||
MCU = STM32L433
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue