Refresh board presets

Signed-off-by: Mengsk <admin@hifiphile.com>
This commit is contained in:
Mengsk
2025-09-29 16:00:21 +02:00
parent bd35dd17a8
commit 4cf7e95e66
2 changed files with 503 additions and 23 deletions

View File

@ -0,0 +1,6 @@
{
"version": 6,
"include": [
"../../../hw/bsp/BoardPresets.json"
]
}

View File

@ -12,31 +12,33 @@
"BOARD": "${presetName}"
}
},
{
"name": "default single",
"hidden": true,
"description": "Configure preset for the ${presetName} board",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/${presetName}",
"cacheVariables": {
"BOARD": "${presetName}"
}
},
{
"name": "adafruit_clue",
"inherits": "default"
},
{
"name": "adafruit_feather_esp32_v2",
"inherits": "default single"
"inherits": "default"
},
{
"name": "adafruit_feather_esp32c6",
"inherits": "default"
},
{
"name": "adafruit_feather_esp32s2",
"inherits": "default single"
"inherits": "default"
},
{
"name": "adafruit_feather_esp32s3",
"inherits": "default single"
"inherits": "default"
},
{
"name": "adafruit_feather_rp2040_usb_host",
"inherits": "default"
},
{
"name": "adafruit_fruit_jam",
"inherits": "default"
},
{
"name": "adafruit_magtag_29gray",
@ -44,7 +46,11 @@
},
{
"name": "adafruit_metro_esp32s2",
"inherits": "default single"
"inherits": "default"
},
{
"name": "adafruit_metro_rp2350",
"inherits": "default"
},
{
"name": "apard32690",
@ -54,6 +60,50 @@
"name": "arduino_nano33_ble",
"inherits": "default"
},
{
"name": "at32f403a_weact_blackpill",
"inherits": "default"
},
{
"name": "at_start_f402",
"inherits": "default"
},
{
"name": "at_start_f403a",
"inherits": "default"
},
{
"name": "at_start_f405",
"inherits": "default"
},
{
"name": "at_start_f407",
"inherits": "default"
},
{
"name": "at_start_f413",
"inherits": "default"
},
{
"name": "at_start_f415",
"inherits": "default"
},
{
"name": "at_start_f423",
"inherits": "default"
},
{
"name": "at_start_f425",
"inherits": "default"
},
{
"name": "at_start_f435",
"inherits": "default"
},
{
"name": "at_start_f437",
"inherits": "default"
},
{
"name": "atsamd21_xpro",
"inherits": "default"
@ -140,39 +190,39 @@
},
{
"name": "espressif_addax_1",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_c3_devkitc",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_c6_devkitc",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_kaluga_1",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_p4_function_ev",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_s2_devkitc",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_s3_devkitc",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_s3_devkitm",
"inherits": "default single"
"inherits": "default"
},
{
"name": "espressif_saola_1",
"inherits": "default single"
"inherits": "default"
},
{
"name": "f1c100s",
@ -226,6 +276,10 @@
"name": "frdm_mcxa153",
"inherits": "default"
},
{
"name": "frdm_mcxa156",
"inherits": "default"
},
{
"name": "frdm_mcxn947",
"inherits": "default"
@ -410,6 +464,10 @@
"name": "nanoch32v203",
"inherits": "default"
},
{
"name": "nanoch32v305",
"inherits": "default"
},
{
"name": "pca10056",
"inherits": "default"
@ -482,6 +540,10 @@
"name": "raspberry_pi_pico2",
"inherits": "default"
},
{
"name": "raspberry_pi_pico_w",
"inherits": "default"
},
{
"name": "raspberrypi_cm4",
"inherits": "default"
@ -694,6 +756,18 @@
"name": "stm32l4r5nucleo",
"inherits": "default"
},
{
"name": "stm32n6570dk",
"inherits": "default"
},
{
"name": "stm32n657nucleo",
"inherits": "default"
},
{
"name": "stm32u083cdk",
"inherits": "default"
},
{
"name": "stm32u545nucleo",
"inherits": "default"
@ -714,6 +788,10 @@
"name": "stm32wb55nucleo",
"inherits": "default"
},
{
"name": "stm32wba_nucleo",
"inherits": "default"
},
{
"name": "teensy_35",
"inherits": "default"
@ -758,6 +836,11 @@
"description": "Build preset for the adafruit_feather_esp32_v2 board",
"configurePreset": "adafruit_feather_esp32_v2"
},
{
"name": "adafruit_feather_esp32c6",
"description": "Build preset for the adafruit_feather_esp32c6 board",
"configurePreset": "adafruit_feather_esp32c6"
},
{
"name": "adafruit_feather_esp32s2",
"description": "Build preset for the adafruit_feather_esp32s2 board",
@ -768,6 +851,16 @@
"description": "Build preset for the adafruit_feather_esp32s3 board",
"configurePreset": "adafruit_feather_esp32s3"
},
{
"name": "adafruit_feather_rp2040_usb_host",
"description": "Build preset for the adafruit_feather_rp2040_usb_host board",
"configurePreset": "adafruit_feather_rp2040_usb_host"
},
{
"name": "adafruit_fruit_jam",
"description": "Build preset for the adafruit_fruit_jam board",
"configurePreset": "adafruit_fruit_jam"
},
{
"name": "adafruit_magtag_29gray",
"description": "Build preset for the adafruit_magtag_29gray board",
@ -778,6 +871,11 @@
"description": "Build preset for the adafruit_metro_esp32s2 board",
"configurePreset": "adafruit_metro_esp32s2"
},
{
"name": "adafruit_metro_rp2350",
"description": "Build preset for the adafruit_metro_rp2350 board",
"configurePreset": "adafruit_metro_rp2350"
},
{
"name": "apard32690",
"description": "Build preset for the apard32690 board",
@ -788,6 +886,61 @@
"description": "Build preset for the arduino_nano33_ble board",
"configurePreset": "arduino_nano33_ble"
},
{
"name": "at32f403a_weact_blackpill",
"description": "Build preset for the at32f403a_weact_blackpill board",
"configurePreset": "at32f403a_weact_blackpill"
},
{
"name": "at_start_f402",
"description": "Build preset for the at_start_f402 board",
"configurePreset": "at_start_f402"
},
{
"name": "at_start_f403a",
"description": "Build preset for the at_start_f403a board",
"configurePreset": "at_start_f403a"
},
{
"name": "at_start_f405",
"description": "Build preset for the at_start_f405 board",
"configurePreset": "at_start_f405"
},
{
"name": "at_start_f407",
"description": "Build preset for the at_start_f407 board",
"configurePreset": "at_start_f407"
},
{
"name": "at_start_f413",
"description": "Build preset for the at_start_f413 board",
"configurePreset": "at_start_f413"
},
{
"name": "at_start_f415",
"description": "Build preset for the at_start_f415 board",
"configurePreset": "at_start_f415"
},
{
"name": "at_start_f423",
"description": "Build preset for the at_start_f423 board",
"configurePreset": "at_start_f423"
},
{
"name": "at_start_f425",
"description": "Build preset for the at_start_f425 board",
"configurePreset": "at_start_f425"
},
{
"name": "at_start_f435",
"description": "Build preset for the at_start_f435 board",
"configurePreset": "at_start_f435"
},
{
"name": "at_start_f437",
"description": "Build preset for the at_start_f437 board",
"configurePreset": "at_start_f437"
},
{
"name": "atsamd21_xpro",
"description": "Build preset for the atsamd21_xpro board",
@ -1003,6 +1156,11 @@
"description": "Build preset for the frdm_mcxa153 board",
"configurePreset": "frdm_mcxa153"
},
{
"name": "frdm_mcxa156",
"description": "Build preset for the frdm_mcxa156 board",
"configurePreset": "frdm_mcxa156"
},
{
"name": "frdm_mcxn947",
"description": "Build preset for the frdm_mcxn947 board",
@ -1233,6 +1391,11 @@
"description": "Build preset for the nanoch32v203 board",
"configurePreset": "nanoch32v203"
},
{
"name": "nanoch32v305",
"description": "Build preset for the nanoch32v305 board",
"configurePreset": "nanoch32v305"
},
{
"name": "pca10056",
"description": "Build preset for the pca10056 board",
@ -1323,6 +1486,11 @@
"description": "Build preset for the raspberry_pi_pico2 board",
"configurePreset": "raspberry_pi_pico2"
},
{
"name": "raspberry_pi_pico_w",
"description": "Build preset for the raspberry_pi_pico_w board",
"configurePreset": "raspberry_pi_pico_w"
},
{
"name": "raspberrypi_cm4",
"description": "Build preset for the raspberrypi_cm4 board",
@ -1588,6 +1756,21 @@
"description": "Build preset for the stm32l4r5nucleo board",
"configurePreset": "stm32l4r5nucleo"
},
{
"name": "stm32n6570dk",
"description": "Build preset for the stm32n6570dk board",
"configurePreset": "stm32n6570dk"
},
{
"name": "stm32n657nucleo",
"description": "Build preset for the stm32n657nucleo board",
"configurePreset": "stm32n657nucleo"
},
{
"name": "stm32u083cdk",
"description": "Build preset for the stm32u083cdk board",
"configurePreset": "stm32u083cdk"
},
{
"name": "stm32u545nucleo",
"description": "Build preset for the stm32u545nucleo board",
@ -1613,6 +1796,11 @@
"description": "Build preset for the stm32wb55nucleo board",
"configurePreset": "stm32wb55nucleo"
},
{
"name": "stm32wba_nucleo",
"description": "Build preset for the stm32wba_nucleo board",
"configurePreset": "stm32wba_nucleo"
},
{
"name": "teensy_35",
"description": "Build preset for the teensy_35 board",
@ -1681,6 +1869,19 @@
}
]
},
{
"name": "adafruit_feather_esp32c6",
"steps": [
{
"type": "configure",
"name": "adafruit_feather_esp32c6"
},
{
"type": "build",
"name": "adafruit_feather_esp32c6"
}
]
},
{
"name": "adafruit_feather_esp32s2",
"steps": [
@ -1707,6 +1908,32 @@
}
]
},
{
"name": "adafruit_feather_rp2040_usb_host",
"steps": [
{
"type": "configure",
"name": "adafruit_feather_rp2040_usb_host"
},
{
"type": "build",
"name": "adafruit_feather_rp2040_usb_host"
}
]
},
{
"name": "adafruit_fruit_jam",
"steps": [
{
"type": "configure",
"name": "adafruit_fruit_jam"
},
{
"type": "build",
"name": "adafruit_fruit_jam"
}
]
},
{
"name": "adafruit_magtag_29gray",
"steps": [
@ -1733,6 +1960,19 @@
}
]
},
{
"name": "adafruit_metro_rp2350",
"steps": [
{
"type": "configure",
"name": "adafruit_metro_rp2350"
},
{
"type": "build",
"name": "adafruit_metro_rp2350"
}
]
},
{
"name": "apard32690",
"steps": [
@ -1759,6 +1999,149 @@
}
]
},
{
"name": "at32f403a_weact_blackpill",
"steps": [
{
"type": "configure",
"name": "at32f403a_weact_blackpill"
},
{
"type": "build",
"name": "at32f403a_weact_blackpill"
}
]
},
{
"name": "at_start_f402",
"steps": [
{
"type": "configure",
"name": "at_start_f402"
},
{
"type": "build",
"name": "at_start_f402"
}
]
},
{
"name": "at_start_f403a",
"steps": [
{
"type": "configure",
"name": "at_start_f403a"
},
{
"type": "build",
"name": "at_start_f403a"
}
]
},
{
"name": "at_start_f405",
"steps": [
{
"type": "configure",
"name": "at_start_f405"
},
{
"type": "build",
"name": "at_start_f405"
}
]
},
{
"name": "at_start_f407",
"steps": [
{
"type": "configure",
"name": "at_start_f407"
},
{
"type": "build",
"name": "at_start_f407"
}
]
},
{
"name": "at_start_f413",
"steps": [
{
"type": "configure",
"name": "at_start_f413"
},
{
"type": "build",
"name": "at_start_f413"
}
]
},
{
"name": "at_start_f415",
"steps": [
{
"type": "configure",
"name": "at_start_f415"
},
{
"type": "build",
"name": "at_start_f415"
}
]
},
{
"name": "at_start_f423",
"steps": [
{
"type": "configure",
"name": "at_start_f423"
},
{
"type": "build",
"name": "at_start_f423"
}
]
},
{
"name": "at_start_f425",
"steps": [
{
"type": "configure",
"name": "at_start_f425"
},
{
"type": "build",
"name": "at_start_f425"
}
]
},
{
"name": "at_start_f435",
"steps": [
{
"type": "configure",
"name": "at_start_f435"
},
{
"type": "build",
"name": "at_start_f435"
}
]
},
{
"name": "at_start_f437",
"steps": [
{
"type": "configure",
"name": "at_start_f437"
},
{
"type": "build",
"name": "at_start_f437"
}
]
},
{
"name": "atsamd21_xpro",
"steps": [
@ -2318,6 +2701,19 @@
}
]
},
{
"name": "frdm_mcxa156",
"steps": [
{
"type": "configure",
"name": "frdm_mcxa156"
},
{
"type": "build",
"name": "frdm_mcxa156"
}
]
},
{
"name": "frdm_mcxn947",
"steps": [
@ -2916,6 +3312,19 @@
}
]
},
{
"name": "nanoch32v305",
"steps": [
{
"type": "configure",
"name": "nanoch32v305"
},
{
"type": "build",
"name": "nanoch32v305"
}
]
},
{
"name": "pca10056",
"steps": [
@ -3150,6 +3559,19 @@
}
]
},
{
"name": "raspberry_pi_pico_w",
"steps": [
{
"type": "configure",
"name": "raspberry_pi_pico_w"
},
{
"type": "build",
"name": "raspberry_pi_pico_w"
}
]
},
{
"name": "raspberrypi_cm4",
"steps": [
@ -3839,6 +4261,45 @@
}
]
},
{
"name": "stm32n6570dk",
"steps": [
{
"type": "configure",
"name": "stm32n6570dk"
},
{
"type": "build",
"name": "stm32n6570dk"
}
]
},
{
"name": "stm32n657nucleo",
"steps": [
{
"type": "configure",
"name": "stm32n657nucleo"
},
{
"type": "build",
"name": "stm32n657nucleo"
}
]
},
{
"name": "stm32u083cdk",
"steps": [
{
"type": "configure",
"name": "stm32u083cdk"
},
{
"type": "build",
"name": "stm32u083cdk"
}
]
},
{
"name": "stm32u545nucleo",
"steps": [
@ -3904,6 +4365,19 @@
}
]
},
{
"name": "stm32wba_nucleo",
"steps": [
{
"type": "configure",
"name": "stm32wba_nucleo"
},
{
"type": "build",
"name": "stm32wba_nucleo"
}
]
},
{
"name": "teensy_35",
"steps": [