diff options
| author | HiFiPhile <[email protected]> | 2026-06-27 11:54:51 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-06-27 11:54:51 +0200 |
| commit | 29745b62f9c8beebb3a373c8d5a4191867e500b8 (patch) | |
| tree | 206d4a1da5c01e2a65f38f10cdbe0b6185d99811 | |
| parent | a0a1caf58c1f120a4f177bb12cb388f49c81c25a (diff) | |
refresh presets
Signed-off-by: HiFiPhile <[email protected]>
| -rw-r--r-- | hw/bsp/BoardPresets.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/hw/bsp/BoardPresets.json b/hw/bsp/BoardPresets.json index 2ad940caf..93a8f2c32 100644 --- a/hw/bsp/BoardPresets.json +++ b/hw/bsp/BoardPresets.json @@ -143,6 +143,10 @@ "inherits": "default" }, { + "name": "ch582m_evt", + "inherits": "default" + }, + { "name": "circuitplayground_bluefruit", "inherits": "default" }, @@ -735,6 +739,10 @@ "inherits": "default" }, { + "name": "stm32h533nucleo", + "inherits": "default" + }, + { "name": "stm32h563nucleo", "inherits": "default" }, @@ -879,6 +887,10 @@ "inherits": "default" }, { + "name": "yd-ch582m", + "inherits": "default" + }, + { "name": "adafruit_feather_esp32_v2", "inherits": "default single config" }, @@ -1121,6 +1133,11 @@ "configurePreset": "ch32v307v_r1_1v0" }, { + "name": "ch582m_evt", + "description": "Build preset for the ch582m_evt board", + "configurePreset": "ch582m_evt" + }, + { "name": "circuitplayground_bluefruit", "description": "Build preset for the circuitplayground_bluefruit board", "configurePreset": "circuitplayground_bluefruit" @@ -1906,6 +1923,11 @@ "configurePreset": "stm32h503nucleo" }, { + "name": "stm32h533nucleo", + "description": "Build preset for the stm32h533nucleo board", + "configurePreset": "stm32h533nucleo" + }, + { "name": "stm32h563nucleo", "description": "Build preset for the stm32h563nucleo board", "configurePreset": "stm32h563nucleo" @@ -2084,6 +2106,11 @@ "name": "xmc4700_relax", "description": "Build preset for the xmc4700_relax board", "configurePreset": "xmc4700_relax" + }, + { + "name": "yd-ch582m", + "description": "Build preset for the yd-ch582m board", + "configurePreset": "yd-ch582m" } ], "workflowPresets": [ @@ -2556,6 +2583,19 @@ ] }, { + "name": "ch582m_evt", + "steps": [ + { + "type": "configure", + "name": "ch582m_evt" + }, + { + "type": "build", + "name": "ch582m_evt" + } + ] + }, + { "name": "circuitplayground_bluefruit", "steps": [ { @@ -4597,6 +4637,19 @@ ] }, { + "name": "stm32h533nucleo", + "steps": [ + { + "type": "configure", + "name": "stm32h533nucleo" + }, + { + "type": "build", + "name": "stm32h533nucleo" + } + ] + }, + { "name": "stm32h563nucleo", "steps": [ { @@ -5063,6 +5116,19 @@ "name": "xmc4700_relax" } ] + }, + { + "name": "yd-ch582m", + "steps": [ + { + "type": "configure", + "name": "yd-ch582m" + }, + { + "type": "build", + "name": "yd-ch582m" + } + ] } ] } |
