Migrate MCU and BOOTLOADER to data-driven (#19529)

This commit is contained in:
Ryan
2023-02-08 18:41:46 +11:00
committed by GitHub
parent 3499677b6a
commit f9aeea64c1
4886 changed files with 5301 additions and 14866 deletions

View File

@@ -8,6 +8,8 @@
"pid": "0x3536",
"device_version": "0.0.3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"community_layouts": ["split_3x5_3"],
"layouts": {
"LAYOUT_split_3x5_3": {

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3435",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3435",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1,12 +1,3 @@
# MCU for Elite-C/Pro Micro
MCU = atmega32u4
# BOOTLOADER for Elite-C
BOOTLOADER = atmel-dfu
# BOOTLOADER for Pro Micro
# BOOTLOADER = caterina
# Build Options
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite

View File

@@ -8,6 +8,8 @@
"pid": "0x3436",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3436",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3536",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_5x6": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3536",
"device_version": "0.0.3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_5x6_2_5": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3536",
"device_version": "0.0.2"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_5x6_5": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3536",
"device_version": "0.0.3"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_split_5x6_6": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3537",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_5x7": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -0,0 +1,5 @@
{
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F411"
}

View File

@@ -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
#

View File

@@ -0,0 +1,4 @@
{
"processor": "atmega32u4",
"bootloader": "caterina"
}

View File

@@ -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

View File

@@ -8,6 +8,8 @@
"pid": "0x3636",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_6x6_4": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3636",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_6x6_kinesis": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#

View File

@@ -8,6 +8,8 @@
"pid": "0x3636",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT_6x7": {
"layout": [

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#