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 @@ -142,6 +142,10 @@ "name": "ch32v307v_r1_1v0", "inherits": "default" }, + { + "name": "ch582m_evt", + "inherits": "default" + }, { "name": "circuitplayground_bluefruit", "inherits": "default" @@ -734,6 +738,10 @@ "name": "stm32h503nucleo", "inherits": "default" }, + { + "name": "stm32h533nucleo", + "inherits": "default" + }, { "name": "stm32h563nucleo", "inherits": "default" @@ -878,6 +886,10 @@ "name": "xmc4700_relax", "inherits": "default" }, + { + "name": "yd-ch582m", + "inherits": "default" + }, { "name": "adafruit_feather_esp32_v2", "inherits": "default single config" @@ -1120,6 +1132,11 @@ "description": "Build preset for the ch32v307v_r1_1v0 board", "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", @@ -1905,6 +1922,11 @@ "description": "Build preset for the stm32h503nucleo board", "configurePreset": "stm32h503nucleo" }, + { + "name": "stm32h533nucleo", + "description": "Build preset for the stm32h533nucleo board", + "configurePreset": "stm32h533nucleo" + }, { "name": "stm32h563nucleo", "description": "Build preset for the stm32h563nucleo board", @@ -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": [ @@ -2555,6 +2582,19 @@ } ] }, + { + "name": "ch582m_evt", + "steps": [ + { + "type": "configure", + "name": "ch582m_evt" + }, + { + "type": "build", + "name": "ch582m_evt" + } + ] + }, { "name": "circuitplayground_bluefruit", "steps": [ @@ -4596,6 +4636,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" + } + ] } ] }