1
0
Fork 0

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

This commit is contained in:
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
#