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
commit f4f3bf81c7
Failed to generate hash of commit
7 changed files with 17 additions and 0 deletions

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
#