diff options
| author | Zixun LI <[email protected]> | 2025-12-16 12:14:35 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2025-12-16 12:14:35 +0100 |
| commit | 412f4d306901f6d373213b972191b2decba330a1 (patch) | |
| tree | 568c9edd3e1b2eb7303e681519e961366b885be2 | |
| parent | 22534a60193c4616717cc86da851465f30bdd54a (diff) | |
update preset
Signed-off-by: Zixun LI <[email protected]>
| -rw-r--r-- | hw/bsp/BoardPresets.json | 66 |
1 files changed, 22 insertions, 44 deletions
diff --git a/hw/bsp/BoardPresets.json b/hw/bsp/BoardPresets.json index 5df924138..5fbc378d2 100644 --- a/hw/bsp/BoardPresets.json +++ b/hw/bsp/BoardPresets.json @@ -235,6 +235,10 @@ "inherits": "default" }, { + "name": "frdm_rw612", + "inherits": "default" + }, + { "name": "itsybitsy_m0", "inherits": "default" }, @@ -363,10 +367,6 @@ "inherits": "default" }, { - "name": "metro_nrf52840", - "inherits": "default" - }, - { "name": "mimxrt1010_evk", "inherits": "default" }, @@ -519,10 +519,6 @@ "inherits": "default" }, { - "name": "raspberry_pi_pico2_riscv", - "inherits": "default" - }, - { "name": "raspberry_pi_pico_w", "inherits": "default" }, @@ -1229,6 +1225,11 @@ "configurePreset": "frdm_mcxn947" }, { + "name": "frdm_rw612", + "description": "Build preset for the frdm_rw612 board", + "configurePreset": "frdm_rw612" + }, + { "name": "itsybitsy_m0", "description": "Build preset for the itsybitsy_m0 board", "configurePreset": "itsybitsy_m0" @@ -1389,11 +1390,6 @@ "configurePreset": "metro_m7_1011_sd" }, { - "name": "metro_nrf52840", - "description": "Build preset for the metro_nrf52840 board", - "configurePreset": "metro_nrf52840" - }, - { "name": "mimxrt1010_evk", "description": "Build preset for the mimxrt1010_evk board", "configurePreset": "mimxrt1010_evk" @@ -1584,11 +1580,6 @@ "configurePreset": "raspberry_pi_pico2" }, { - "name": "raspberry_pi_pico2_riscv", - "description": "Build preset for the raspberry_pi_pico2_riscv board", - "configurePreset": "raspberry_pi_pico2_riscv" - }, - { "name": "raspberry_pi_pico_w", "description": "Build preset for the raspberry_pi_pico_w board", "configurePreset": "raspberry_pi_pico_w" @@ -2855,6 +2846,19 @@ ] }, { + "name": "frdm_rw612", + "steps": [ + { + "type": "configure", + "name": "frdm_rw612" + }, + { + "type": "build", + "name": "frdm_rw612" + } + ] + }, + { "name": "itsybitsy_m0", "steps": [ { @@ -3271,19 +3275,6 @@ ] }, { - "name": "metro_nrf52840", - "steps": [ - { - "type": "configure", - "name": "metro_nrf52840" - }, - { - "type": "build", - "name": "metro_nrf52840" - } - ] - }, - { "name": "mimxrt1010_evk", "steps": [ { @@ -3778,19 +3769,6 @@ ] }, { - "name": "raspberry_pi_pico2_riscv", - "steps": [ - { - "type": "configure", - "name": "raspberry_pi_pico2_riscv" - }, - { - "type": "build", - "name": "raspberry_pi_pico2_riscv" - } - ] - }, - { "name": "raspberry_pi_pico_w", "steps": [ { |
