Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"processor": "STM32F411",
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "BLACKPILL_STM32_F411"
|
||||
}
|
@@ -1,13 +1,3 @@
|
||||
# Copyright 2021 Bartosz Nowak (@dumam)
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# MCU name
|
||||
MCU = STM32F411
|
||||
BOARD = BLACKPILL_STM32_F411
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = tinyuf2
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina"
|
||||
}
|
@@ -1,8 +0,0 @@
|
||||
# Copyright 2021 Bartosz Nowak (@dumam)
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# MCU name
|
||||
MCU = atmega32u4
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = caterina
|
||||
|
Reference in New Issue
Block a user