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
Failed to generate hash of commit
4886 changed files with 5301 additions and 14866 deletions

View file

@ -8,6 +8,8 @@
"pid": "0x0130",
"device_version": "1.0.2"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_numpad_6x4": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0100",
"device_version": "1.0.0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_ansi_82": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0101",
"device_version": "1.0.0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_ansi_82": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0102",
"device_version": "1.0.0"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_iso_83": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0103",
"device_version": "1.0.2"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT_iso_83": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x01A1",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_89": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x01A3",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_90": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0110",
"device_version": "1.0.0"
},
"processor": "STM32L433",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_67": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0111",
"device_version": "1.0.0"
},
"processor": "STM32L433",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_67": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0112",
"device_version": "1.0.0"
},
"processor": "STM32L433",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_68": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0113",
"device_version": "1.0.0"
},
"processor": "STM32L433",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_68": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0120",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_tkl_ansi": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0121",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_tkl_f13_ansi": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0122",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_tkl_iso": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0123",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_tkl_f13_iso": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0124",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_jis_91": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0125",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_jis_92": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0140",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_61": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0140",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_61": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0142",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_62": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0150",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_100": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0151",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_98": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0152",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_101": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0153",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_99": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0160",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_108": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0161",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_109": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0162",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_109": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0163",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_110": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x01C0",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_60": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x01B1",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_73": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0170",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_72": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0172",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_73": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0180",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_69": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0181",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_69": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0182",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_70": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0183",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_70": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0190",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_52": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0191",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_52": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0192",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_53": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0193",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_53": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0410",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layout_aliases": {
"LAYOUT_ansi_84": "LAYOUT_75_ansi"
},

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0411",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layout_aliases": {
"LAYOUT_ansi_84": "LAYOUT_75_ansi"
},

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0310",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_82": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0311",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_82": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0312",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_83": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0313",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_iso_83": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0314",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_jis_86": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0315",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_jis_86": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0320",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_67": {
"layout": [

View file

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

View file

@ -8,6 +8,8 @@
"pid": "0x0321",
"device_version": "1.0.0"
},
"processor": "STM32L432",
"bootloader": "stm32-dfu",
"layouts": {
"LAYOUT_ansi_67": {
"layout": [

View file

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

Some files were not shown because too many files have changed in this diff Show more