Add missing `BOOTLOADER` for a handful of boards (#16225)

master
Ryan 2022-02-05 16:55:24 +11:00 committed by GitHub
parent e16dd1bcc0
commit f4f3bf81c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MK20DX256",
"bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,

View File

@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"debounce": 5,
"processor": "MKL26Z64",
"bootloader": "halfkay",
"features": {
"bootmagic": true,
"extrakey": true,

View File

@ -1,6 +1,9 @@
# MCU name
MCU = MKL26Z64
# Bootloader selection
BOOTLOADER = halfkay
# Build Options
# change yes to no to disable
#

View File

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

View File

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

View File

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#

View File

@ -1,6 +1,9 @@
# MCU name
MCU = STM32L433
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#