From b76687602fbfdab73022dd81c25e698dd6eef3b8 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 28 Feb 2024 17:33:58 +0000 Subject: [PATCH] boards: Add yaml files for boards missing revisions Adds dedicated yaml files for board that have revisions Signed-off-by: Jamie McCrae --- ...aml => actinius_icarus_nrf9160_1_4_0.yaml} | 2 +- .../icarus/actinius_icarus_nrf9160_2_0_0.yaml | 23 ++++++++++++++++++ ... => actinius_icarus_nrf9160_ns_1_4_0.yaml} | 2 +- .../actinius_icarus_nrf9160_ns_2_0_0.yaml | 23 ++++++++++++++++++ ...=> cy8ckit_062_ble_cy8c6347_m0_0_0_0.yaml} | 2 +- .../cy8ckit_062_ble_cy8c6347_m0_1_0_0.yaml | 23 ++++++++++++++++++ ...=> cy8ckit_062_ble_cy8c6347_m4_0_0_0.yaml} | 2 +- .../cy8ckit_062_ble_cy8c6347_m4_1_0_0.yaml | 21 ++++++++++++++++ .../nrf9160dk/nrf9160dk_nrf52840_0_14_0.yaml | 14 +++++++++++ ...840.yaml => nrf9160dk_nrf52840_0_7_0.yaml} | 2 +- .../nrf9160dk/nrf9160dk_nrf9160_0_14_0.yaml | 22 +++++++++++++++++ ...9160.yaml => nrf9160dk_nrf9160_0_7_0.yaml} | 2 +- .../nrf9160dk_nrf9160_ns_0_14_0.yaml | 21 ++++++++++++++++ ...s.yaml => nrf9160dk_nrf9160_ns_0_7_0.yaml} | 2 +- ...9161.yaml => nrf9161dk_nrf9161_0_7_0.yaml} | 2 +- .../nrf9161dk/nrf9161dk_nrf9161_0_9_0.yaml | 22 +++++++++++++++++ ...s.yaml => nrf9161dk_nrf9161_ns_0_7_0.yaml} | 2 +- .../nrf9161dk/nrf9161dk_nrf9161_ns_0_9_0.yaml | 20 ++++++++++++++++ ...yaml => olimex_lora_stm32wl_devkit_C.yaml} | 2 +- .../olimex_lora_stm32wl_devkit_D.yaml | 20 ++++++++++++++++ boards/others/stm32_min_dev/revision.cmake | 8 +++---- .../stm32_min_dev/stm32_min_dev_black.yaml | 15 ++++++++++++ ...2_min_dev.yaml => stm32_min_dev_blue.yaml} | 2 +- .../{reel_board.yaml => reel_board_1.yaml} | 2 +- boards/phytec/reel_board/reel_board_2.yaml | 22 +++++++++++++++++ boards/seagate/legend/legend_25hdd.yaml | 20 ++++++++++++++++ boards/seagate/legend/legend_25ssd.yaml | 20 ++++++++++++++++ .../legend/{legend.yaml => legend_35.yaml} | 2 +- ...ucleo_f030r8.yaml => nucleo_f030r8_1.yaml} | 2 +- boards/st/nucleo_f030r8/nucleo_f030r8_2.yaml | 24 +++++++++++++++++++ ...tm32f3_disco.yaml => stm32f3_disco_B.yaml} | 2 +- ...11e_disco.yaml => stm32f411e_disco_B.yaml} | 2 +- .../stm32f411e_disco/stm32f411e_disco_D.yaml | 11 +++++++++ 33 files changed, 341 insertions(+), 20 deletions(-) rename boards/actinius/icarus/{actinius_icarus_nrf9160.yaml => actinius_icarus_nrf9160_1_4_0.yaml} (86%) create mode 100644 boards/actinius/icarus/actinius_icarus_nrf9160_2_0_0.yaml rename boards/actinius/icarus/{actinius_icarus_nrf9160_ns.yaml => actinius_icarus_nrf9160_ns_1_4_0.yaml} (86%) create mode 100644 boards/actinius/icarus/actinius_icarus_nrf9160_ns_2_0_0.yaml rename boards/cypress/cy8ckit_062_ble/{cy8ckit_062_ble_cy8c6347_m0.yaml => cy8ckit_062_ble_cy8c6347_m0_0_0_0.yaml} (87%) create mode 100644 boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.yaml rename boards/cypress/cy8ckit_062_ble/{cy8ckit_062_ble_cy8c6347_m4.yaml => cy8ckit_062_ble_cy8c6347_m4_0_0_0.yaml} (86%) create mode 100644 boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_1_0_0.yaml create mode 100644 boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_14_0.yaml rename boards/nordic/nrf9160dk/{nrf9160dk_nrf52840.yaml => nrf9160dk_nrf52840_0_7_0.yaml} (81%) create mode 100644 boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.yaml rename boards/nordic/nrf9160dk/{nrf9160dk_nrf9160.yaml => nrf9160dk_nrf9160_0_7_0.yaml} (88%) create mode 100644 boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.yaml rename boards/nordic/nrf9160dk/{nrf9160dk_nrf9160_ns.yaml => nrf9160dk_nrf9160_ns_0_7_0.yaml} (87%) rename boards/nordic/nrf9161dk/{nrf9161dk_nrf9161.yaml => nrf9161dk_nrf9161_0_7_0.yaml} (88%) create mode 100644 boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_9_0.yaml rename boards/nordic/nrf9161dk/{nrf9161dk_nrf9161_ns.yaml => nrf9161dk_nrf9161_ns_0_7_0.yaml} (87%) create mode 100644 boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_9_0.yaml rename boards/olimex/lora_stm32wl_devkit/{olimex_lora_stm32wl_devkit.yaml => olimex_lora_stm32wl_devkit_C.yaml} (84%) create mode 100644 boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_D.yaml create mode 100644 boards/others/stm32_min_dev/stm32_min_dev_black.yaml rename boards/others/stm32_min_dev/{stm32_min_dev.yaml => stm32_min_dev_blue.yaml} (84%) rename boards/phytec/reel_board/{reel_board.yaml => reel_board_1.yaml} (90%) create mode 100644 boards/phytec/reel_board/reel_board_2.yaml create mode 100644 boards/seagate/legend/legend_25hdd.yaml create mode 100644 boards/seagate/legend/legend_25ssd.yaml rename boards/seagate/legend/{legend.yaml => legend_35.yaml} (90%) rename boards/st/nucleo_f030r8/{nucleo_f030r8.yaml => nucleo_f030r8_1.yaml} (90%) create mode 100644 boards/st/nucleo_f030r8/nucleo_f030r8_2.yaml rename boards/st/stm32f3_disco/{stm32f3_disco.yaml => stm32f3_disco_B.yaml} (90%) rename boards/st/stm32f411e_disco/{stm32f411e_disco.yaml => stm32f411e_disco_B.yaml} (80%) create mode 100644 boards/st/stm32f411e_disco/stm32f411e_disco_D.yaml diff --git a/boards/actinius/icarus/actinius_icarus_nrf9160.yaml b/boards/actinius/icarus/actinius_icarus_nrf9160_1_4_0.yaml similarity index 86% rename from boards/actinius/icarus/actinius_icarus_nrf9160.yaml rename to boards/actinius/icarus/actinius_icarus_nrf9160_1_4_0.yaml index 2126208b0fd..1f3d3d9e0c0 100644 --- a/boards/actinius/icarus/actinius_icarus_nrf9160.yaml +++ b/boards/actinius/icarus/actinius_icarus_nrf9160_1_4_0.yaml @@ -1,4 +1,4 @@ -identifier: actinius_icarus/nrf9160 +identifier: actinius_icarus@1.4.0/nrf9160 name: Actinius Icarus type: mcu arch: arm diff --git a/boards/actinius/icarus/actinius_icarus_nrf9160_2_0_0.yaml b/boards/actinius/icarus/actinius_icarus_nrf9160_2_0_0.yaml new file mode 100644 index 00000000000..d8bce888556 --- /dev/null +++ b/boards/actinius/icarus/actinius_icarus_nrf9160_2_0_0.yaml @@ -0,0 +1,23 @@ +identifier: actinius_icarus@2.0.0/nrf9160 +name: Actinius Icarus +type: mcu +arch: arm +toolchain: + - gnuarmemb + - xtools + - zephyr +ram: 88 +flash: 256 +supported: + - gpio + - i2c + - pwm + - spi + - watchdog + - counter + - feather_serial + - feather_i2c + - feather_spi + - arduino_i2c + - arduino_spi +vendor: actinius diff --git a/boards/actinius/icarus/actinius_icarus_nrf9160_ns.yaml b/boards/actinius/icarus/actinius_icarus_nrf9160_ns_1_4_0.yaml similarity index 86% rename from boards/actinius/icarus/actinius_icarus_nrf9160_ns.yaml rename to boards/actinius/icarus/actinius_icarus_nrf9160_ns_1_4_0.yaml index f45b5d12e7c..46005a7da10 100644 --- a/boards/actinius/icarus/actinius_icarus_nrf9160_ns.yaml +++ b/boards/actinius/icarus/actinius_icarus_nrf9160_ns_1_4_0.yaml @@ -1,4 +1,4 @@ -identifier: actinius_icarus/nrf9160/ns +identifier: actinius_icarus@1.4.0/nrf9160/ns name: Actinius Icarus Non-Secure type: mcu arch: arm diff --git a/boards/actinius/icarus/actinius_icarus_nrf9160_ns_2_0_0.yaml b/boards/actinius/icarus/actinius_icarus_nrf9160_ns_2_0_0.yaml new file mode 100644 index 00000000000..e8d9256f3f0 --- /dev/null +++ b/boards/actinius/icarus/actinius_icarus_nrf9160_ns_2_0_0.yaml @@ -0,0 +1,23 @@ +identifier: actinius_icarus@2.0.0/nrf9160/ns +name: Actinius Icarus Non-Secure +type: mcu +arch: arm +toolchain: + - gnuarmemb + - xtools + - zephyr +ram: 128 +flash: 192 +supported: + - gpio + - i2c + - pwm + - spi + - watchdog + - counter + - feather_serial + - feather_i2c + - feather_spi + - arduino_i2c + - arduino_spi +vendor: actinius diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.yaml b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.yaml similarity index 87% rename from boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.yaml rename to boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.yaml index e7598fc8f27..311c88f58ac 100644 --- a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0.yaml +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_0_0_0.yaml @@ -5,7 +5,7 @@ # SPDX-License-Identifier: Apache-2.0 # -identifier: cy8ckit_062_ble/cy8c6347/m0 +identifier: cy8ckit_062_ble@0.0.0/cy8c6347/m0 name: Cypress PSoC6 BLE Pioneer Kit (M0) type: mcu arch: arm diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.yaml b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.yaml new file mode 100644 index 00000000000..c3bcfac49c5 --- /dev/null +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_1_0_0.yaml @@ -0,0 +1,23 @@ +# +# Copyright (c) 2018, Cypress +# Copyright (c) 2020-2021, ATL Electronics +# +# SPDX-License-Identifier: Apache-2.0 +# + +identifier: cy8ckit_062_ble@1.0.0/cy8c6347/m0 +name: Cypress PSoC6 BLE Pioneer Kit (M0) +type: mcu +arch: arm +ram: 288 +flash: 1024 +toolchain: + - zephyr + - gnuarmemb + - xtools +supported: + - arduino_gpio + - arduino_spi + - gpio + - spi +vendor: cypress diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.yaml b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_0_0_0.yaml similarity index 86% rename from boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.yaml rename to boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_0_0_0.yaml index de5b41ce861..ba22e8aa624 100644 --- a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.yaml +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_0_0_0.yaml @@ -5,7 +5,7 @@ # SPDX-License-Identifier: Apache-2.0 # -identifier: cy8ckit_062_ble/cy8c6347/m4 +identifier: cy8ckit_062_ble@0.0.0/cy8c6347/m4 name: Cypress PSoC6 BLE Pioneer Kit (M4) type: mcu arch: arm diff --git a/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_1_0_0.yaml b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_1_0_0.yaml new file mode 100644 index 00000000000..bd4a3affce9 --- /dev/null +++ b/boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_1_0_0.yaml @@ -0,0 +1,21 @@ +# +# Copyright (c) 2018, Cypress +# Copyright (c) 2020-2021, ATL Electronics +# +# SPDX-License-Identifier: Apache-2.0 +# + +identifier: cy8ckit_062_ble@1.0.0/cy8c6347/m4 +name: Cypress PSoC6 BLE Pioneer Kit (M4) +type: mcu +arch: arm +ram: 288 +flash: 1024 +toolchain: + - zephyr + - gnuarmemb + - xtools +supported: + - arduino_gpio + - gpio +vendor: cypress diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_14_0.yaml b/boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_14_0.yaml new file mode 100644 index 00000000000..3c1d3ea2805 --- /dev/null +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_14_0.yaml @@ -0,0 +1,14 @@ +identifier: nrf9160dk@0.14.0/nrf52840 +name: nRF9160-DK-NRF52840 +type: mcu +arch: arm +ram: 64 +flash: 512 +toolchain: + - zephyr + - gnuarmemb +supported: + - ble + - netif:openthread + - gpio +vendor: nordic diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf52840.yaml b/boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_7_0.yaml similarity index 81% rename from boards/nordic/nrf9160dk/nrf9160dk_nrf52840.yaml rename to boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_7_0.yaml index 2219fa3b3a4..20b76523286 100644 --- a/boards/nordic/nrf9160dk/nrf9160dk_nrf52840.yaml +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf52840_0_7_0.yaml @@ -1,4 +1,4 @@ -identifier: nrf9160dk/nrf52840 +identifier: nrf9160dk@0.7.0/nrf52840 name: nRF9160-DK-NRF52840 type: mcu arch: arm diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.yaml b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.yaml new file mode 100644 index 00000000000..8aeba61668c --- /dev/null +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.yaml @@ -0,0 +1,22 @@ +identifier: nrf9160dk@0.14.0/nrf9160 +name: nRF9160-DK-NRF9160 +type: mcu +arch: arm +toolchain: + - gnuarmemb + - xtools + - zephyr +ram: 88 +flash: 1024 +supported: + - arduino_gpio + - arduino_i2c + - arduino_serial + - arduino_spi + - gpio + - i2c + - pwm + - spi + - watchdog + - counter +vendor: nordic diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.yaml b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_7_0.yaml similarity index 88% rename from boards/nordic/nrf9160dk/nrf9160dk_nrf9160.yaml rename to boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_7_0.yaml index 71e5bc2d0b3..d66078fde8b 100644 --- a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.yaml +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_7_0.yaml @@ -1,4 +1,4 @@ -identifier: nrf9160dk/nrf9160 +identifier: nrf9160dk@0.7.0/nrf9160 name: nRF9160-DK-NRF9160 type: mcu arch: arm diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.yaml b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.yaml new file mode 100644 index 00000000000..2b5726b63a1 --- /dev/null +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.yaml @@ -0,0 +1,21 @@ +identifier: nrf9160dk@0.14.0/nrf9160/ns +name: nRF9160-DK-NRF9160-Non-Secure +type: mcu +arch: arm +toolchain: + - gnuarmemb + - xtools + - zephyr +ram: 128 +flash: 192 +supported: + - arduino_gpio + - arduino_i2c + - arduino_serial + - arduino_spi + - i2c + - pwm + - watchdog + - netif:modem + - gpio +vendor: nordic diff --git a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.yaml b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_7_0.yaml similarity index 87% rename from boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.yaml rename to boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_7_0.yaml index d610095afaf..1957bc3ad25 100644 --- a/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.yaml +++ b/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_7_0.yaml @@ -1,4 +1,4 @@ -identifier: nrf9160dk/nrf9160/ns +identifier: nrf9160dk@0.7.0/nrf9160/ns name: nRF9160-DK-NRF9160-Non-Secure type: mcu arch: arm diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161.yaml b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_7_0.yaml similarity index 88% rename from boards/nordic/nrf9161dk/nrf9161dk_nrf9161.yaml rename to boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_7_0.yaml index 55e021d3f68..47842c49d46 100644 --- a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161.yaml +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_7_0.yaml @@ -1,4 +1,4 @@ -identifier: nrf9161dk/nrf9161 +identifier: nrf9161dk@0.7.0/nrf9161 name: nRF9161-DK-NRF9161 type: mcu arch: arm diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_9_0.yaml b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_9_0.yaml new file mode 100644 index 00000000000..b8ce383f4c0 --- /dev/null +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_0_9_0.yaml @@ -0,0 +1,22 @@ +identifier: nrf9161dk@0.9.0/nrf9161 +name: nRF9161-DK-NRF9161 +type: mcu +arch: arm +toolchain: + - gnuarmemb + - xtools + - zephyr +ram: 88 +flash: 1024 +supported: + - arduino_gpio + - arduino_i2c + - arduino_serial + - arduino_spi + - gpio + - i2c + - pwm + - spi + - watchdog + - counter +vendor: nordic diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns.yaml b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_7_0.yaml similarity index 87% rename from boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns.yaml rename to boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_7_0.yaml index 13cf209bc2d..fd95098a773 100644 --- a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns.yaml +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_7_0.yaml @@ -1,4 +1,4 @@ -identifier: nrf9161dk/nrf9161/ns +identifier: nrf9161dk@0.7.0/nrf9161/ns name: nRF9161-DK-NRF9161-Non-Secure type: mcu arch: arm diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_9_0.yaml b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_9_0.yaml new file mode 100644 index 00000000000..75894fc1f8c --- /dev/null +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_ns_0_9_0.yaml @@ -0,0 +1,20 @@ +identifier: nrf9161dk@0.9.0/nrf9161/ns +name: nRF9161-DK-NRF9161-Non-Secure +type: mcu +arch: arm +toolchain: + - gnuarmemb + - xtools + - zephyr +ram: 128 +flash: 192 +supported: + - arduino_gpio + - arduino_i2c + - arduino_serial + - arduino_spi + - i2c + - pwm + - watchdog + - netif:modem +vendor: nordic diff --git a/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.yaml b/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_C.yaml similarity index 84% rename from boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.yaml rename to boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_C.yaml index 5fdb67ec933..6b5e350a339 100644 --- a/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit.yaml +++ b/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_C.yaml @@ -1,4 +1,4 @@ -identifier: olimex_lora_stm32wl_devkit +identifier: olimex_lora_stm32wl_devkit@C name: Olimex LoRa STM32WL DevKit type: mcu arch: arm diff --git a/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_D.yaml b/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_D.yaml new file mode 100644 index 00000000000..29559d1e262 --- /dev/null +++ b/boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_D.yaml @@ -0,0 +1,20 @@ +identifier: olimex_lora_stm32wl_devkit@D +name: Olimex LoRa STM32WL DevKit +type: mcu +arch: arm +toolchain: + - zephyr + - gnuarmemb + - xtools +ram: 64 +flash: 256 +supported: + - counter + - gpio + - i2c + - nvs + - spi + - uart + - watchdog + - lora +vendor: olimex diff --git a/boards/others/stm32_min_dev/revision.cmake b/boards/others/stm32_min_dev/revision.cmake index 99d7b432858..37dc3550db8 100644 --- a/boards/others/stm32_min_dev/revision.cmake +++ b/boards/others/stm32_min_dev/revision.cmake @@ -1,8 +1,8 @@ -set(LEGEND_REVISIONS "blue" "black") -if (NOT DEFINED BOARD_REVISION) +set(BOARD_REVISIONS "blue" "black") +if(NOT DEFINED BOARD_REVISION) set(BOARD_REVISION "blue") else() - if (NOT BOARD_REVISION IN_LIST LEGEND_REVISIONS) - message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for Legend. Accepted revisions: ${LEGEND_REVISIONS}") + if(NOT BOARD_REVISION IN_LIST BOARD_REVISIONS) + message(FATAL_ERROR "${BOARD_REVISION} is not a valid revision for stm32_min_dev. Accepted revisions: ${BOARD_REVISIONS}") endif() endif() diff --git a/boards/others/stm32_min_dev/stm32_min_dev_black.yaml b/boards/others/stm32_min_dev/stm32_min_dev_black.yaml new file mode 100644 index 00000000000..0740dc17faf --- /dev/null +++ b/boards/others/stm32_min_dev/stm32_min_dev_black.yaml @@ -0,0 +1,15 @@ +identifier: stm32_min_dev@black +name: STM32 Minimum Development Board +type: mcu +arch: arm +toolchain: + - zephyr + - gnuarmemb + - xtools +ram: 20 +supported: + - i2c + - pwm + - spi + - adc + - gpio diff --git a/boards/others/stm32_min_dev/stm32_min_dev.yaml b/boards/others/stm32_min_dev/stm32_min_dev_blue.yaml similarity index 84% rename from boards/others/stm32_min_dev/stm32_min_dev.yaml rename to boards/others/stm32_min_dev/stm32_min_dev_blue.yaml index 9c982e48b35..8249d6f9719 100644 --- a/boards/others/stm32_min_dev/stm32_min_dev.yaml +++ b/boards/others/stm32_min_dev/stm32_min_dev_blue.yaml @@ -1,4 +1,4 @@ -identifier: stm32_min_dev +identifier: stm32_min_dev@blue name: STM32 Minimum Development Board type: mcu arch: arm diff --git a/boards/phytec/reel_board/reel_board.yaml b/boards/phytec/reel_board/reel_board_1.yaml similarity index 90% rename from boards/phytec/reel_board/reel_board.yaml rename to boards/phytec/reel_board/reel_board_1.yaml index 07b5087b6c6..2f7430a80f9 100644 --- a/boards/phytec/reel_board/reel_board.yaml +++ b/boards/phytec/reel_board/reel_board_1.yaml @@ -1,4 +1,4 @@ -identifier: reel_board +identifier: reel_board@1 name: reel-board type: mcu arch: arm diff --git a/boards/phytec/reel_board/reel_board_2.yaml b/boards/phytec/reel_board/reel_board_2.yaml new file mode 100644 index 00000000000..dc6361d4f50 --- /dev/null +++ b/boards/phytec/reel_board/reel_board_2.yaml @@ -0,0 +1,22 @@ +identifier: reel_board@2 +name: reel-board +type: mcu +arch: arm +ram: 512 +flash: 1024 +toolchain: + - zephyr + - gnuarmemb + - xtools +supported: + - i2c + - spi + - gpio + - usb_device + - usb_cdc + - ble + - pwm + - arduino_i2c + - arduino_spi + - arduino_gpio +vendor: phytec diff --git a/boards/seagate/legend/legend_25hdd.yaml b/boards/seagate/legend/legend_25hdd.yaml new file mode 100644 index 00000000000..a9eb85aee47 --- /dev/null +++ b/boards/seagate/legend/legend_25hdd.yaml @@ -0,0 +1,20 @@ +identifier: legend@25hdd +name: Legend +type: mcu +arch: arm +ram: 16 +flash: 128 +toolchain: + - zephyr + - gnuarmemb + - xtools +supported: + - gpio + - i2c + - pwm + - spi +testing: + ignore_tags: + - net + - bluetooth +vendor: seagate diff --git a/boards/seagate/legend/legend_25ssd.yaml b/boards/seagate/legend/legend_25ssd.yaml new file mode 100644 index 00000000000..db494bd878c --- /dev/null +++ b/boards/seagate/legend/legend_25ssd.yaml @@ -0,0 +1,20 @@ +identifier: legend@25ssd +name: Legend +type: mcu +arch: arm +ram: 16 +flash: 128 +toolchain: + - zephyr + - gnuarmemb + - xtools +supported: + - gpio + - i2c + - pwm + - spi +testing: + ignore_tags: + - net + - bluetooth +vendor: seagate diff --git a/boards/seagate/legend/legend.yaml b/boards/seagate/legend/legend_35.yaml similarity index 90% rename from boards/seagate/legend/legend.yaml rename to boards/seagate/legend/legend_35.yaml index 1762e786318..37ed59788d9 100644 --- a/boards/seagate/legend/legend.yaml +++ b/boards/seagate/legend/legend_35.yaml @@ -1,4 +1,4 @@ -identifier: legend +identifier: legend@35 name: Legend type: mcu arch: arm diff --git a/boards/st/nucleo_f030r8/nucleo_f030r8.yaml b/boards/st/nucleo_f030r8/nucleo_f030r8_1.yaml similarity index 90% rename from boards/st/nucleo_f030r8/nucleo_f030r8.yaml rename to boards/st/nucleo_f030r8/nucleo_f030r8_1.yaml index 814f2a7fc1b..b8ec5be0c54 100644 --- a/boards/st/nucleo_f030r8/nucleo_f030r8.yaml +++ b/boards/st/nucleo_f030r8/nucleo_f030r8_1.yaml @@ -1,4 +1,4 @@ -identifier: nucleo_f030r8 +identifier: nucleo_f030r8@1 name: ST Nucleo F030R8 type: mcu arch: arm diff --git a/boards/st/nucleo_f030r8/nucleo_f030r8_2.yaml b/boards/st/nucleo_f030r8/nucleo_f030r8_2.yaml new file mode 100644 index 00000000000..194e1b45199 --- /dev/null +++ b/boards/st/nucleo_f030r8/nucleo_f030r8_2.yaml @@ -0,0 +1,24 @@ +identifier: nucleo_f030r8@2 +name: ST Nucleo F030R8 +type: mcu +arch: arm +toolchain: + - zephyr + - gnuarmemb + - xtools +ram: 8 +flash: 64 +supported: + - arduino_gpio + - arduino_i2c + - arduino_spi + - i2c + - spi + - gpio + - watchdog + - adc +testing: + ignore_tags: + - net + - bluetooth +vendor: st diff --git a/boards/st/stm32f3_disco/stm32f3_disco.yaml b/boards/st/stm32f3_disco/stm32f3_disco_B.yaml similarity index 90% rename from boards/st/stm32f3_disco/stm32f3_disco.yaml rename to boards/st/stm32f3_disco/stm32f3_disco_B.yaml index 1c87cb7fd36..73560ba2315 100644 --- a/boards/st/stm32f3_disco/stm32f3_disco.yaml +++ b/boards/st/stm32f3_disco/stm32f3_disco_B.yaml @@ -1,4 +1,4 @@ -identifier: stm32f3_disco +identifier: stm32f3_disco@B name: ST STM32F3 Discovery rev B type: mcu arch: arm diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco.yaml b/boards/st/stm32f411e_disco/stm32f411e_disco_B.yaml similarity index 80% rename from boards/st/stm32f411e_disco/stm32f411e_disco.yaml rename to boards/st/stm32f411e_disco/stm32f411e_disco_B.yaml index 725a9fd46bd..05f3c979f7f 100644 --- a/boards/st/stm32f411e_disco/stm32f411e_disco.yaml +++ b/boards/st/stm32f411e_disco/stm32f411e_disco_B.yaml @@ -1,4 +1,4 @@ -identifier: stm32f411e_disco +identifier: stm32f411e_disco@B name: ST STM32F411E Discovery type: mcu arch: arm diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco_D.yaml b/boards/st/stm32f411e_disco/stm32f411e_disco_D.yaml new file mode 100644 index 00000000000..67d12b565a5 --- /dev/null +++ b/boards/st/stm32f411e_disco/stm32f411e_disco_D.yaml @@ -0,0 +1,11 @@ +identifier: stm32f411e_disco@D +name: ST STM32F411E Discovery +type: mcu +arch: arm +toolchain: + - zephyr + - gnuarmemb + - xtools +supported: + - counter +vendor: st