Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
"usb": {
|
||||
"pid": "0x8775",
|
||||
"device_version": "0.0.4"
|
||||
}
|
||||
},
|
||||
"processor": "STM32F401",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
@@ -1,10 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32F401
|
||||
BOARD = GENERIC_STM32_F401XC
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
@@ -3,5 +3,7 @@
|
||||
"usb": {
|
||||
"pid": "0x8774",
|
||||
"device_version": "0.0.3"
|
||||
}
|
||||
},
|
||||
"processor": "STM32F411",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
@@ -1,10 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32F411
|
||||
BOARD = GENERIC_STM32_F411XE
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user