From 307f6881691d6ed030e6772fcf98969ccb83e6a4 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 28 Feb 2024 17:33:58 +0000 Subject: [PATCH 1/2] 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 2126208b0fdb..1f3d3d9e0c0d 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 000000000000..d8bce8885569 --- /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 f45b5d12e7cb..46005a7da105 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 000000000000..e8d9256f3f0c --- /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 e7598fc8f27c..311c88f58acb 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 000000000000..c3bcfac49c51 --- /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 de5b41ce861f..ba22e8aa624b 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 000000000000..bd4a3affce9f --- /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 000000000000..3c1d3ea28056 --- /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 2219fa3b3a4c..20b765232869 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 000000000000..8aeba61668c8 --- /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 71e5bc2d0b39..d66078fde8bb 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 000000000000..2b5726b63a1a --- /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 d610095afafe..1957bc3ad259 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 55e021d3f681..47842c49d46d 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 000000000000..b8ce383f4c0d --- /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 13cf209bc2d0..fd95098a7734 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 000000000000..75894fc1f8c7 --- /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 5fdb67ec9332..6b5e350a339c 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 000000000000..29559d1e262d --- /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 99d7b4328581..37dc3550db83 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 000000000000..0740dc17fafb --- /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 9c982e48b350..8249d6f97199 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 07b5087b6c6f..2f7430a80f9f 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 000000000000..dc6361d4f501 --- /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 000000000000..a9eb85aee47a --- /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 000000000000..db494bd878cb --- /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 1762e786318b..37ed59788d9b 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 814f2a7fc1b4..b8ec5be0c541 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 000000000000..194e1b451993 --- /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 1c87cb7fd36b..73560ba23151 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 725a9fd46bd0..05f3c979f7f0 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 000000000000..67d12b565a54 --- /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 From 2ff73cceb0babec79a45dccf0cb92d916c8fe277 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 28 Feb 2024 13:18:12 +0000 Subject: [PATCH 2/2] samples/tests: Use board revisions Updates boards so that the correct revision/revisions is/are tested Signed-off-by: Jamie McCrae --- .../sysbuild/with_mcuboot/sample.yaml | 2 +- samples/basic/minimal/sample.yaml | 10 +++++----- samples/boards/nrf/nrfx/sample.yaml | 2 +- samples/boards/nrf/nrfx_prs/sample.yaml | 4 ++-- samples/boards/reel_board/mesh_badge/sample.yaml | 4 ++-- samples/boards/stm32/uart/single_wire/sample.yaml | 2 +- samples/drivers/counter/alarm/sample.yaml | 2 +- samples/drivers/dac/sample.yaml | 2 +- samples/drivers/display/sample.yaml | 4 ++-- samples/drivers/led_pwm/sample.yaml | 2 +- samples/drivers/soc_flash_nrf/sample.yaml | 4 ++-- samples/drivers/watchdog/sample.yaml | 4 ++-- samples/net/wifi/sample.yaml | 2 +- samples/net/zperf/sample.yaml | 2 +- samples/sensor/accel_polling/sample.yaml | 4 ++-- samples/sensor/apds9960/sample.yaml | 8 ++++---- samples/sensor/die_temp_polling/sample.yaml | 2 +- samples/sensor/fdc2x1x/sample.yaml | 4 ++-- samples/sensor/fxos8700/sample.yaml | 2 +- samples/sensor/magn_polling/sample.yaml | 4 ++-- samples/sensor/ti_hdc/sample.yaml | 4 ++-- samples/subsys/debug/debugmon/sample.yaml | 2 +- samples/subsys/display/cfb/sample.yaml | 2 +- samples/subsys/display/cfb_custom_font/sample.yaml | 2 +- samples/subsys/display/cfb_shell/sample.yaml | 2 +- samples/subsys/mgmt/osdp/control_panel/sample.yaml | 3 ++- samples/subsys/mgmt/osdp/peripheral_device/sample.yaml | 3 ++- samples/subsys/shell/fs/sample.yaml | 4 ++-- samples/tfm_integration/psa_crypto/sample.yaml | 2 +- .../tfm_integration/psa_protected_storage/sample.yaml | 2 +- samples/tfm_integration/tfm_ipc/sample.yaml | 2 +- samples/tfm_integration/tfm_psa_test/sample.yaml | 4 ++-- .../tfm_integration/tfm_regression_test/sample.yaml | 4 ++-- .../tfm_integration/tfm_secure_partition/sample.yaml | 2 +- tests/arch/arm/arm_no_multithreading/testcase.yaml | 2 +- tests/boot/with_mcumgr/testcase.yaml | 2 +- .../clock_control/clock_control_api/testcase.yaml | 2 +- .../clock_control/nrf_lf_clock_start/testcase.yaml | 6 +++--- tests/drivers/clock_control/onoff/testcase.yaml | 2 +- .../stm32_common_core/testcase.yaml | 8 ++++---- .../stm32_common_devices/testcase.yaml | 2 +- tests/drivers/dac/dac_loopback/testcase.yaml | 2 +- tests/drivers/flash/common/testcase.yaml | 2 +- tests/drivers/flash/erase_blocks/testcase.yaml | 2 +- tests/drivers/i2c/i2c_target_api/testcase.yaml | 2 +- tests/drivers/regulator/fixed/testcase.yaml | 4 ++-- tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml | 2 +- tests/drivers/watchdog/wdt_basic_api/testcase.yaml | 4 ++-- tests/kernel/gen_isr_table/testcase.yaml | 3 ++- tests/kernel/mem_protect/mem_protect/testcase.yaml | 2 +- tests/kernel/mem_protect/userspace/testcase.yaml | 2 +- tests/kernel/threads/no-multithreading/testcase.yaml | 2 +- tests/misc/test_build/testcase.yaml | 2 +- tests/subsys/logging/log_immediate/testcase.yaml | 4 ++-- 54 files changed, 84 insertions(+), 81 deletions(-) diff --git a/samples/application_development/sysbuild/with_mcuboot/sample.yaml b/samples/application_development/sysbuild/with_mcuboot/sample.yaml index 785bc0d24004..258794a68e79 100644 --- a/samples/application_development/sysbuild/with_mcuboot/sample.yaml +++ b/samples/application_development/sysbuild/with_mcuboot/sample.yaml @@ -7,7 +7,7 @@ tests: # Platform allowed is used as twister using sysbuild still lacks proper # filtering support, see discussion in #49552. platform_allow: - - reel_board + - reel_board@1 - nrf52840dk/nrf52840 integration_platforms: - nrf52840dk/nrf52840 diff --git a/samples/basic/minimal/sample.yaml b/samples/basic/minimal/sample.yaml index 54e0d718bdc4..209e310251b3 100644 --- a/samples/basic/minimal/sample.yaml +++ b/samples/basic/minimal/sample.yaml @@ -13,7 +13,7 @@ tests: extra_args: CONF_FILE='common.conf;mt.conf;arm.conf' build_only: true platform_allow: - - reel_board + - reel_board@1 - frdm_k64f - mps2/an385 - nrf51dk/nrf51822 @@ -25,7 +25,7 @@ tests: extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;arm.conf' build_only: true platform_allow: - - reel_board + - reel_board@1 - frdm_k64f - mps2/an385 - nrf51dk/nrf51822 @@ -35,7 +35,7 @@ tests: extra_args: CONF_FILE='common.conf;mt.conf;no-preempt.conf;no-timers.conf;arm.conf' build_only: true platform_allow: - - reel_board + - reel_board@1 - frdm_k64f - mps2/an385 - nrf51dk/nrf51822 @@ -45,7 +45,7 @@ tests: extra_args: CONF_FILE='common.conf;no-mt.conf;arm.conf' build_only: true platform_allow: - - reel_board + - reel_board@1 - frdm_k64f - mps2/an385 - nrf51dk/nrf51822 @@ -55,7 +55,7 @@ tests: extra_args: CONF_FILE='common.conf;no-mt.conf;no-timers.conf;arm.conf' build_only: true platform_allow: - - reel_board + - reel_board@1 - frdm_k64f - mps2/an385 - nrf51dk/nrf51822 diff --git a/samples/boards/nrf/nrfx/sample.yaml b/samples/boards/nrf/nrfx/sample.yaml index 5483d1d9be0c..e451e109b505 100644 --- a/samples/boards/nrf/nrfx/sample.yaml +++ b/samples/boards/nrf/nrfx/sample.yaml @@ -4,7 +4,7 @@ tests: sample.boards.nrf.nrfx: platform_allow: - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - nrf52840dk/nrf52840 tags: board diff --git a/samples/boards/nrf/nrfx_prs/sample.yaml b/samples/boards/nrf/nrfx_prs/sample.yaml index 149dd1724838..f62d1323d1fd 100644 --- a/samples/boards/nrf/nrfx_prs/sample.yaml +++ b/samples/boards/nrf/nrfx_prs/sample.yaml @@ -4,10 +4,10 @@ tests: sample.boards.nrf.nrfx_prs: platform_allow: - nrf5340dk/nrf5340/cpuapp - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - nrf5340dk/nrf5340/cpuapp - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 tags: nrfx harness: console harness_config: diff --git a/samples/boards/reel_board/mesh_badge/sample.yaml b/samples/boards/reel_board/mesh_badge/sample.yaml index 2eae9ee6d650..a412c7d71575 100644 --- a/samples/boards/reel_board/mesh_badge/sample.yaml +++ b/samples/boards/reel_board/mesh_badge/sample.yaml @@ -2,8 +2,8 @@ sample: description: reel board mesh badge sample name: mesh badge tests: - sample.board.reel_board.mesh_badge: - platform_allow: reel_board + sample.board.reel_board@1.mesh_badge: + platform_allow: reel_board@1 tags: - samples - sensor diff --git a/samples/boards/stm32/uart/single_wire/sample.yaml b/samples/boards/stm32/uart/single_wire/sample.yaml index 6bf267e50a45..ac8d49fa69be 100644 --- a/samples/boards/stm32/uart/single_wire/sample.yaml +++ b/samples/boards/stm32/uart/single_wire/sample.yaml @@ -2,7 +2,7 @@ sample: name: STM32 Single Wire UART sample tests: sample.boards.stm32.uart.single_wire: - platform_allow: stm32f3_disco + platform_allow: stm32f3_disco@B tags: - drivers - uart diff --git a/samples/drivers/counter/alarm/sample.yaml b/samples/drivers/counter/alarm/sample.yaml index 6b93637ccaa9..e3735cbaf9e1 100644 --- a/samples/drivers/counter/alarm/sample.yaml +++ b/samples/drivers/counter/alarm/sample.yaml @@ -11,7 +11,7 @@ tests: - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - samd20_xpro - bl5340_dvk/nrf5340/cpuapp - gd32e103v_eval diff --git a/samples/drivers/dac/sample.yaml b/samples/drivers/dac/sample.yaml index 687818eb8d50..ebecc66ea7d3 100644 --- a/samples/drivers/dac/sample.yaml +++ b/samples/drivers/dac/sample.yaml @@ -39,7 +39,7 @@ tests: - sam_e70_xplained/same70q21b - sam_v71_xult/samv71q21 - sam_v71_xult/samv71q21b - - stm32f3_disco + - stm32f3_disco@B - stm32l562e_dk - twr_ke18f - lpcxpresso55s36 diff --git a/samples/drivers/display/sample.yaml b/samples/drivers/display/sample.yaml index 9cc394d95d3d..7119df663417 100644 --- a/samples/drivers/display/sample.yaml +++ b/samples/drivers/display/sample.yaml @@ -8,8 +8,8 @@ tests: - arduino_i2c - arduino_spi platform_exclude: - - reel_board - - reel_board_v2 + - reel_board@1 + - reel_board@2 - ubx_evkannab1/nrf52832 - stm32f769i_disco - pan1781_evb diff --git a/samples/drivers/led_pwm/sample.yaml b/samples/drivers/led_pwm/sample.yaml index fe9a3845ffbe..6739a062d558 100644 --- a/samples/drivers/led_pwm/sample.yaml +++ b/samples/drivers/led_pwm/sample.yaml @@ -6,7 +6,7 @@ tests: filter: dt_compat_enabled("pwm-leds") tags: LED depends_on: pwm - platform_exclude: reel_board + platform_exclude: reel_board@1 timeout: 20 harness: console harness_config: diff --git a/samples/drivers/soc_flash_nrf/sample.yaml b/samples/drivers/soc_flash_nrf/sample.yaml index bdec7c607cc0..701b37566529 100644 --- a/samples/drivers/soc_flash_nrf/sample.yaml +++ b/samples/drivers/soc_flash_nrf/sample.yaml @@ -4,8 +4,8 @@ tests: sample.drivers.flash.soc_flash_nrf: platform_allow: - nrf52dk/nrf52832 - - nrf9160dk/nrf9160 - - nrf9160dk/nrf9160/ns + - nrf9160dk@0.14.0/nrf9160 + - nrf9160dk@0.14.0/nrf9160/ns integration_platforms: - nrf52dk/nrf52832 tags: diff --git a/samples/drivers/watchdog/sample.yaml b/samples/drivers/watchdog/sample.yaml index 4297f28d77af..7dfae76eff59 100644 --- a/samples/drivers/watchdog/sample.yaml +++ b/samples/drivers/watchdog/sample.yaml @@ -38,7 +38,7 @@ tests: - nucleo_l152re - nucleo_wb55rg - nucleo_wl55jc - - stm32f3_disco + - stm32f3_disco@B - stm32l562e_dk - disco_l475_iot1 - stm32h573i_dk @@ -65,7 +65,7 @@ tests: - nucleo_l152re - nucleo_wb55rg - nucleo_wl55jc - - stm32f3_disco + - stm32f3_disco@B - stm32l562e_dk - disco_l475_iot1 - stm32h573i_dk diff --git a/samples/net/wifi/sample.yaml b/samples/net/wifi/sample.yaml index a199e23b6362..6ff1b3e84fbf 100644 --- a/samples/net/wifi/sample.yaml +++ b/samples/net/wifi/sample.yaml @@ -11,7 +11,7 @@ tests: platform_allow: - cc3220sf_launchxl - disco_l475_iot1 - - reel_board + - reel_board@1 integration_platforms: - cc3220sf_launchxl sample.net.wifi.mikroe_wifi_bt_click: diff --git a/samples/net/zperf/sample.yaml b/samples/net/zperf/sample.yaml index b3aa90f569f3..539c8e4df9c8 100644 --- a/samples/net/zperf/sample.yaml +++ b/samples/net/zperf/sample.yaml @@ -71,7 +71,7 @@ tests: depends_on: usb_device sample.net.zperf.shield: harness: net - platform_allow: reel_board + platform_allow: reel_board@1 extra_args: SHIELD=link_board_eth tags: - shield diff --git a/samples/sensor/accel_polling/sample.yaml b/samples/sensor/accel_polling/sample.yaml index 3dac2474dcf6..9eace9cd949c 100644 --- a/samples/sensor/accel_polling/sample.yaml +++ b/samples/sensor/accel_polling/sample.yaml @@ -19,8 +19,8 @@ tests: - frdm_k64f # fxos8700 - sparkfun_thing_plus/nrf9160 # lis2dh - thingy52/nrf52832 # lis2dh12 - - stm32f411e_disco # lsm303agr_accel - - stm32f3_disco # lsm303dlhc_accel + - stm32f411e_disco@D # lsm303agr_accel + - stm32f3_disco@B # lsm303dlhc_accel - bl5340_dvk/nrf5340/cpuapp # lis3dh - b_l4s5i_iot01a # lsm6dsl - sensortile_box # lis2dw12, lsm6dso, iisdhhc diff --git a/samples/sensor/apds9960/sample.yaml b/samples/sensor/apds9960/sample.yaml index c90d85487bda..43fe1648fbf1 100644 --- a/samples/sensor/apds9960/sample.yaml +++ b/samples/sensor/apds9960/sample.yaml @@ -3,9 +3,9 @@ sample: tests: sample.sensor.apds9960: harness: console - platform_allow: reel_board + platform_allow: reel_board@1 integration_platforms: - - reel_board + - reel_board@1 tags: sensors depends_on: - i2c @@ -19,9 +19,9 @@ tests: fixture: fixture_i2c_apds9960 sample.sensor.apds9960.trigger: harness: console - platform_allow: reel_board + platform_allow: reel_board@1 integration_platforms: - - reel_board + - reel_board@1 tags: sensors depends_on: - i2c diff --git a/samples/sensor/die_temp_polling/sample.yaml b/samples/sensor/die_temp_polling/sample.yaml index f64b321c2bdf..fc5c3c1b94a6 100644 --- a/samples/sensor/die_temp_polling/sample.yaml +++ b/samples/sensor/die_temp_polling/sample.yaml @@ -7,7 +7,7 @@ tests: - sensors filter: dt_alias_exists("die-temp0") integration_platforms: - - stm32f3_disco + - stm32f3_disco@B harness: console harness_config: type: one_line diff --git a/samples/sensor/fdc2x1x/sample.yaml b/samples/sensor/fdc2x1x/sample.yaml index e8e61a664660..4f01f5aa9275 100644 --- a/samples/sensor/fdc2x1x/sample.yaml +++ b/samples/sensor/fdc2x1x/sample.yaml @@ -5,6 +5,6 @@ tests: sample.sensor.fdc2x1x: harness: sensor tags: sensors - platform_allow: nrf9160dk/nrf9160 + platform_allow: nrf9160dk@0.14.0/nrf9160 integration_platforms: - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 diff --git a/samples/sensor/fxos8700/sample.yaml b/samples/sensor/fxos8700/sample.yaml index aef8392070e1..bbf3e47fe737 100644 --- a/samples/sensor/fxos8700/sample.yaml +++ b/samples/sensor/fxos8700/sample.yaml @@ -33,7 +33,7 @@ tests: - frdm_kl25z - bbc_microbit - lpcxpresso55s69_cpu0 - - reel_board + - reel_board@1 - mimxrt685_evk - mimxrt595_evk/mimxrt595s/cm33 integration_platforms: diff --git a/samples/sensor/magn_polling/sample.yaml b/samples/sensor/magn_polling/sample.yaml index 8c44c0c74dda..488d4599a4c6 100644 --- a/samples/sensor/magn_polling/sample.yaml +++ b/samples/sensor/magn_polling/sample.yaml @@ -9,5 +9,5 @@ tests: - frdm_k64f # fxos8700 - thingy53/nrf5340/cpuapp # bmm150 - sensortile_box # lis2mdl - - stm32f411e_disco # lsm303agr_magn - - stm32f3_disco # lsm303dlhc_magn + - stm32f411e_disco@D # lsm303agr_magn + - stm32f3_disco@B # lsm303dlhc_magn diff --git a/samples/sensor/ti_hdc/sample.yaml b/samples/sensor/ti_hdc/sample.yaml index 4328fa3d0877..caa5474dc70c 100644 --- a/samples/sensor/ti_hdc/sample.yaml +++ b/samples/sensor/ti_hdc/sample.yaml @@ -4,9 +4,9 @@ tests: sample.sensor.ti_hdc: harness: sensor platform_allow: - - reel_board + - reel_board@1 - nucleo_l496zg integration_platforms: - - reel_board + - reel_board@1 tags: sensors depends_on: i2c diff --git a/samples/subsys/debug/debugmon/sample.yaml b/samples/subsys/debug/debugmon/sample.yaml index ce2d05c66635..dcf49cdab167 100644 --- a/samples/subsys/debug/debugmon/sample.yaml +++ b/samples/subsys/debug/debugmon/sample.yaml @@ -3,5 +3,5 @@ sample: tests: sample.debug.debugmon: build_only: true - platform_allow: reel_board + platform_allow: reel_board@1 tags: debug diff --git a/samples/subsys/display/cfb/sample.yaml b/samples/subsys/display/cfb/sample.yaml index df57937fab11..fb924e6ac053 100644 --- a/samples/subsys/display/cfb/sample.yaml +++ b/samples/subsys/display/cfb/sample.yaml @@ -10,4 +10,4 @@ tests: extra_args: SHIELD=ssd1306_128x64 tags: shield sample.display.cfb.ssd16xx: - platform_allow: reel_board + platform_allow: reel_board@1 diff --git a/samples/subsys/display/cfb_custom_font/sample.yaml b/samples/subsys/display/cfb_custom_font/sample.yaml index d2e7d2dcdf3c..70ee10c02d0f 100644 --- a/samples/subsys/display/cfb_custom_font/sample.yaml +++ b/samples/subsys/display/cfb_custom_font/sample.yaml @@ -6,4 +6,4 @@ sample: name: cfb custom font sample tests: sample.display.cfb_custom_font.ssd16xx: - platform_allow: reel_board + platform_allow: reel_board@1 diff --git a/samples/subsys/display/cfb_shell/sample.yaml b/samples/subsys/display/cfb_shell/sample.yaml index 8ee73684e713..9e02c2cb882b 100644 --- a/samples/subsys/display/cfb_shell/sample.yaml +++ b/samples/subsys/display/cfb_shell/sample.yaml @@ -10,4 +10,4 @@ tests: extra_args: SHIELD=ssd1306_128x32 tags: shield sample.display.cfb_shell.ssd16xx: - platform_allow: reel_board + platform_allow: reel_board@1 diff --git a/samples/subsys/mgmt/osdp/control_panel/sample.yaml b/samples/subsys/mgmt/osdp/control_panel/sample.yaml index fac849f66968..d527c7a7d15f 100644 --- a/samples/subsys/mgmt/osdp/control_panel/sample.yaml +++ b/samples/subsys/mgmt/osdp/control_panel/sample.yaml @@ -8,7 +8,8 @@ common: dt_chosen_enabled("zephyr,osdp-uart") and CONFIG_SERIAL harness: osdp integration_platforms: - - stm32_min_dev + - stm32_min_dev@black + - stm32_min_dev@blue tests: sample.mgmt.osdp.control_panel: extra_args: CONF_FILE=prj.conf diff --git a/samples/subsys/mgmt/osdp/peripheral_device/sample.yaml b/samples/subsys/mgmt/osdp/peripheral_device/sample.yaml index 05418e84073f..724f468a2aeb 100644 --- a/samples/subsys/mgmt/osdp/peripheral_device/sample.yaml +++ b/samples/subsys/mgmt/osdp/peripheral_device/sample.yaml @@ -8,7 +8,8 @@ common: dt_chosen_enabled("zephyr,osdp-uart") and CONFIG_SERIAL harness: osdp integration_platforms: - - stm32_min_dev + - stm32_min_dev@black + - stm32_min_dev@blue tests: sample.mgmt.osdp.peripheral_device: extra_args: CONF_FILE=prj.conf diff --git a/samples/subsys/shell/fs/sample.yaml b/samples/subsys/shell/fs/sample.yaml index e065b4e27eba..0bbae5cbf800 100644 --- a/samples/subsys/shell/fs/sample.yaml +++ b/samples/subsys/shell/fs/sample.yaml @@ -9,12 +9,12 @@ common: tests: sample.filesystem.shell: platform_allow: - - reel_board + - reel_board@1 - mimxrt1060_evk - mr_canhubk3 - native_sim integration_platforms: - - reel_board + - reel_board@1 sample.filesystem.shell.fuse: platform_allow: - native_sim diff --git a/samples/tfm_integration/psa_crypto/sample.yaml b/samples/tfm_integration/psa_crypto/sample.yaml index 3f25acf88f33..78d12f438113 100644 --- a/samples/tfm_integration/psa_crypto/sample.yaml +++ b/samples/tfm_integration/psa_crypto/sample.yaml @@ -12,7 +12,7 @@ tests: - csr - mcuboot platform_allow: mps2/an521/cpu0/ns v2m_musca_s1/musca_s1/ns - nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160/ns + nrf5340dk/nrf5340/cpuapp/ns nrf9160dk@0.14.0/nrf9160/ns stm32l562e_dk/stm32l562xx/ns bl5340_dvk/nrf5340/cpuapp/ns harness: console harness_config: diff --git a/samples/tfm_integration/psa_protected_storage/sample.yaml b/samples/tfm_integration/psa_protected_storage/sample.yaml index 4c3e2b277a91..6e66858d7e8c 100644 --- a/samples/tfm_integration/psa_protected_storage/sample.yaml +++ b/samples/tfm_integration/psa_protected_storage/sample.yaml @@ -7,7 +7,7 @@ common: - mps2/an521/cpu0/ns - v2m_musca_s1/musca_s1/ns - nrf5340dk/nrf5340/cpuapp/ns - - nrf9160dk/nrf9160/ns + - nrf9160dk@0.14.0/nrf9160/ns - bl5340_dvk/nrf5340/cpuapp/ns integration_platforms: - mps2/an521/cpu0/ns diff --git a/samples/tfm_integration/tfm_ipc/sample.yaml b/samples/tfm_integration/tfm_ipc/sample.yaml index 0d141f4555ce..43c0f559e6b0 100644 --- a/samples/tfm_integration/tfm_ipc/sample.yaml +++ b/samples/tfm_integration/tfm_ipc/sample.yaml @@ -11,7 +11,7 @@ tests: platform_allow: - mps2/an521/cpu0/ns - nrf5340dk/nrf5340/cpuapp/ns - - nrf9160dk/nrf9160/ns + - nrf9160dk@0.14.0/nrf9160/ns - nucleo_l552ze_q/stm32l552xx/ns - stm32l562e_dk/stm32l562xx/ns - v2m_musca_s1/musca_s1/ns diff --git a/samples/tfm_integration/tfm_psa_test/sample.yaml b/samples/tfm_integration/tfm_psa_test/sample.yaml index d924e7046186..bcb39627f43c 100644 --- a/samples/tfm_integration/tfm_psa_test/sample.yaml +++ b/samples/tfm_integration/tfm_psa_test/sample.yaml @@ -5,8 +5,8 @@ common: platform_allow: - mps2/an521/cpu0/ns - nrf5340dk/nrf5340/cpuapp/ns - - nrf9160dk/nrf9160/ns - - nrf9161dk/nrf9161/ns + - nrf9160dk@0.14.0/nrf9160/ns + - nrf9161dk@0.9.0/nrf9161/ns - v2m_musca_s1/musca_s1/ns modules: - psa-arch-tests diff --git a/samples/tfm_integration/tfm_regression_test/sample.yaml b/samples/tfm_integration/tfm_regression_test/sample.yaml index 61af265e77b1..89aa6adac95d 100644 --- a/samples/tfm_integration/tfm_regression_test/sample.yaml +++ b/samples/tfm_integration/tfm_regression_test/sample.yaml @@ -6,8 +6,8 @@ common: - psa-arch-tests platform_allow: - nrf5340dk/nrf5340/cpuapp/ns - - nrf9160dk/nrf9160/ns - - nrf9161dk/nrf9161/ns + - nrf9160dk@0.14.0/nrf9160/ns + - nrf9161dk@0.9.0/nrf9161/ns - v2m_musca_s1/musca_s1/ns integration_platforms: - nrf5340dk/nrf5340/cpuapp/ns diff --git a/samples/tfm_integration/tfm_secure_partition/sample.yaml b/samples/tfm_integration/tfm_secure_partition/sample.yaml index 7cd36b084758..8f6b84e00d8b 100644 --- a/samples/tfm_integration/tfm_secure_partition/sample.yaml +++ b/samples/tfm_integration/tfm_secure_partition/sample.yaml @@ -5,7 +5,7 @@ common: - mps2/an521/cpu0/ns - v2m_musca_s1/musca_s1/ns - nrf5340dk/nrf5340/cpuapp/ns - - nrf9160dk/nrf9160/ns + - nrf9160dk@0.14.0/nrf9160/ns integration_platforms: - mps2/an521/cpu0/ns harness: console diff --git a/tests/arch/arm/arm_no_multithreading/testcase.yaml b/tests/arch/arm/arm_no_multithreading/testcase.yaml index 855a94ca97e9..ff8cca7c030b 100644 --- a/tests/arch/arm/arm_no_multithreading/testcase.yaml +++ b/tests/arch/arm/arm_no_multithreading/testcase.yaml @@ -12,7 +12,7 @@ tests: - mps2/an521/cpu0 - mps3/an547 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf51dk/nrf51822 integration_platforms: - qemu_cortex_m0 diff --git a/tests/boot/with_mcumgr/testcase.yaml b/tests/boot/with_mcumgr/testcase.yaml index 3926819e6f2f..752d1ef6ae21 100644 --- a/tests/boot/with_mcumgr/testcase.yaml +++ b/tests/boot/with_mcumgr/testcase.yaml @@ -3,7 +3,7 @@ common: platform_allow: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - nrf52840dk/nrf52840 timeout: 600 diff --git a/tests/drivers/clock_control/clock_control_api/testcase.yaml b/tests/drivers/clock_control/clock_control_api/testcase.yaml index 7a3552fd4e7d..a791740e5108 100644 --- a/tests/drivers/clock_control/clock_control_api/testcase.yaml +++ b/tests/drivers/clock_control/clock_control_api/testcase.yaml @@ -7,7 +7,7 @@ tests: - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - nrf51dk/nrf51822 drivers.clock.clock_control_nrf5_lfclk_rc: diff --git a/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml b/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml index a5716326ab9b..3a2c56cb706d 100644 --- a/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml +++ b/tests/drivers/clock_control/nrf_lf_clock_start/testcase.yaml @@ -10,7 +10,7 @@ tests: - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet extra_configs: @@ -24,7 +24,7 @@ tests: - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet extra_configs: @@ -38,7 +38,7 @@ tests: - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpunet integration_platforms: diff --git a/tests/drivers/clock_control/onoff/testcase.yaml b/tests/drivers/clock_control/onoff/testcase.yaml index 91239e3b5382..edb711dc911d 100644 --- a/tests/drivers/clock_control/onoff/testcase.yaml +++ b/tests/drivers/clock_control/onoff/testcase.yaml @@ -7,6 +7,6 @@ tests: - nrf51dk/nrf51822 - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - nrf51dk/nrf51822 diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml index dbc0f6722eaa..182c07c32f62 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/testcase.yaml @@ -186,14 +186,14 @@ tests: extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/hsi_8.overlay" platform_allow: - nucleo_f091rc - - stm32f3_disco + - stm32f3_disco@B integration_platforms: - nucleo_f091rc drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_hse_8: extra_args: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/hse_8_bypass.overlay" platform_allow: - nucleo_f091rc - - stm32f3_disco + - stm32f3_disco@B integration_platforms: - nucleo_f091rc drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hsi_8: @@ -201,7 +201,7 @@ tests: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hsi_8.overlay" platform_allow: - nucleo_f091rc - - stm32f3_disco + - stm32f3_disco@B integration_platforms: - nucleo_f091rc drivers.clock.stm32_clock_configuration.common_core.f0_f3.sysclksrc_pll_32_hse_8: @@ -209,7 +209,7 @@ tests: DTC_OVERLAY_FILE="boards/clear_f0_f1_f3_clocks.overlay;boards/f0_f3_pll_32_hse_8.overlay" platform_allow: - nucleo_f091rc - - stm32f3_disco + - stm32f3_disco@B integration_platforms: - nucleo_f091rc drivers.clock.stm32_clock_configuration.common_core.f1.sysclksrc_hsi_8: diff --git a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/testcase.yaml b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/testcase.yaml index 535a16a4ed97..6cb6a98bdab5 100644 --- a/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/testcase.yaml +++ b/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/testcase.yaml @@ -33,4 +33,4 @@ tests: platform_allow: nucleo_f091rc drivers.clock.stm32_clock_configuration.common_device.f3.i2c1_hsi: extra_args: DTC_OVERLAY_FILE="boards/f3_i2c1_hsi.overlay" - platform_allow: stm32f3_disco + platform_allow: stm32f3_disco@B diff --git a/tests/drivers/dac/dac_loopback/testcase.yaml b/tests/drivers/dac/dac_loopback/testcase.yaml index 1a2c06758b63..72e6aff88054 100644 --- a/tests/drivers/dac/dac_loopback/testcase.yaml +++ b/tests/drivers/dac/dac_loopback/testcase.yaml @@ -21,7 +21,7 @@ tests: - bl653_dvk - bl654_dvk - bl5340_dvk/nrf5340/cpuapp - - stm32f3_disco + - stm32f3_disco@B - stm32l562e_dk - nucleo_l552ze_q - nucleo_f429zi diff --git a/tests/drivers/flash/common/testcase.yaml b/tests/drivers/flash/common/testcase.yaml index 7b7827db0697..95e06b38fce4 100644 --- a/tests/drivers/flash/common/testcase.yaml +++ b/tests/drivers/flash/common/testcase.yaml @@ -40,7 +40,7 @@ tests: filter: (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")) integration_platforms: - - nrf9161dk/nrf9161/ns + - nrf9161dk@0.9.0/nrf9161/ns drivers.flash.common.stm32: platform_allow: - nucleo_f103rb diff --git a/tests/drivers/flash/erase_blocks/testcase.yaml b/tests/drivers/flash/erase_blocks/testcase.yaml index 5be1ff92c1f0..beb6fb5b8606 100644 --- a/tests/drivers/flash/erase_blocks/testcase.yaml +++ b/tests/drivers/flash/erase_blocks/testcase.yaml @@ -13,5 +13,5 @@ tests: platform_allow: - sam_v71_xult/samv71q21 - b_u585i_iot02a - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf5340dk/nrf5340/cpuapp diff --git a/tests/drivers/i2c/i2c_target_api/testcase.yaml b/tests/drivers/i2c/i2c_target_api/testcase.yaml index d3c5a4084956..62cb91b5577a 100644 --- a/tests/drivers/i2c/i2c_target_api/testcase.yaml +++ b/tests/drivers/i2c/i2c_target_api/testcase.yaml @@ -15,7 +15,7 @@ tests: - nucleo_g474re - nucleo_f091rc - stm32f072b_disco - - stm32f3_disco + - stm32f3_disco@B - nucleo_g071rb - nucleo_f207zg - nucleo_f429zi diff --git a/tests/drivers/regulator/fixed/testcase.yaml b/tests/drivers/regulator/fixed/testcase.yaml index 28f61b36ff40..d44ea114a461 100644 --- a/tests/drivers/regulator/fixed/testcase.yaml +++ b/tests/drivers/regulator/fixed/testcase.yaml @@ -10,8 +10,8 @@ tests: platform_allow: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 diff --git a/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml b/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml index 4cb6c5d1308e..962ffc9112eb 100644 --- a/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml +++ b/tests/drivers/uart/uart_mix_fifo_poll/testcase.yaml @@ -6,7 +6,7 @@ common: harness: ztest platform_allow: - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf5340dk/nrf5340/cpuapp - nrf52_bsim integration_platforms: diff --git a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml index 8736f0c20eb8..d5da391614cb 100644 --- a/tests/drivers/watchdog/wdt_basic_api/testcase.yaml +++ b/tests/drivers/watchdog/wdt_basic_api/testcase.yaml @@ -23,7 +23,7 @@ tests: - nucleo_f091rc - nucleo_f103rb - nucleo_f207zg - - stm32f3_disco + - stm32f3_disco@B - nucleo_f429zi - nucleo_f746zg - nucleo_g071rb @@ -54,7 +54,7 @@ tests: - nucleo_f091rc - nucleo_f103rb - nucleo_f207zg - - stm32f3_disco + - stm32f3_disco@B - nucleo_f429zi - nucleo_f746zg - nucleo_g071rb diff --git a/tests/kernel/gen_isr_table/testcase.yaml b/tests/kernel/gen_isr_table/testcase.yaml index 979d7f160935..1b06037c7807 100644 --- a/tests/kernel/gen_isr_table/testcase.yaml +++ b/tests/kernel/gen_isr_table/testcase.yaml @@ -23,7 +23,8 @@ tests: - stmf103_mini - nucleo_f103rb - olimexino_stm32 - - stm32_min_dev + - stm32_min_dev@black + - stm32_min_dev@blue - usb_kw24d512 - v2m_beetle - cc1352r1_launchxl diff --git a/tests/kernel/mem_protect/mem_protect/testcase.yaml b/tests/kernel/mem_protect/mem_protect/testcase.yaml index efc1553dec59..0a0ef793a3f8 100644 --- a/tests/kernel/mem_protect/mem_protect/testcase.yaml +++ b/tests/kernel/mem_protect/mem_protect/testcase.yaml @@ -25,7 +25,7 @@ tests: platform_allow: - efr32_radio/efr32mg21a020f1024im32 - mps3/an547 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - mps3/an547 extra_args: CONFIG_MPU_GAP_FILLING=y diff --git a/tests/kernel/mem_protect/userspace/testcase.yaml b/tests/kernel/mem_protect/userspace/testcase.yaml index 5306d5a7638f..c17341a839c6 100644 --- a/tests/kernel/mem_protect/userspace/testcase.yaml +++ b/tests/kernel/mem_protect/userspace/testcase.yaml @@ -24,7 +24,7 @@ tests: platform_allow: - efr32_radio/efr32mg21a020f1024im32 - mps3/an547 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 integration_platforms: - mps3/an547 extra_args: CONFIG_MPU_GAP_FILLING=y diff --git a/tests/kernel/threads/no-multithreading/testcase.yaml b/tests/kernel/threads/no-multithreading/testcase.yaml index ae0556c54c63..8d749c76d21a 100644 --- a/tests/kernel/threads/no-multithreading/testcase.yaml +++ b/tests/kernel/threads/no-multithreading/testcase.yaml @@ -8,7 +8,7 @@ tests: - mps2/an385 - mps2/an521/cpu0 - nrf52840dk/nrf52840 - - nrf9160dk/nrf9160 + - nrf9160dk@0.14.0/nrf9160 - nrf51dk/nrf51822 - nsim/nsim_em - nsim/nsim_em7d_v22 diff --git a/tests/misc/test_build/testcase.yaml b/tests/misc/test_build/testcase.yaml index 28be510535b5..2b869ebee97c 100644 --- a/tests/misc/test_build/testcase.yaml +++ b/tests/misc/test_build/testcase.yaml @@ -2,7 +2,7 @@ tests: buildsystem.debug.build: platform_exclude: - lpcxpresso55s69_ns - - nrf9160dk/nrf9160/ns + - nrf9160dk@0.14.0/nrf9160/ns - nrf5340dk/nrf5340/cpuapp/ns build_only: true extra_args: CONF_FILE=debug.conf diff --git a/tests/subsys/logging/log_immediate/testcase.yaml b/tests/subsys/logging/log_immediate/testcase.yaml index 6e98959f5dc9..742ce869ec74 100644 --- a/tests/subsys/logging/log_immediate/testcase.yaml +++ b/tests/subsys/logging/log_immediate/testcase.yaml @@ -10,7 +10,7 @@ tests: timeout: 80 platform_exclude: - nucleo_l053r8 - - nucleo_f030r8 + - nucleo_f030r8@1 - stm32f0_disco - nrf52_bsim logging.immediate.clean_output: @@ -21,6 +21,6 @@ tests: timeout: 80 platform_exclude: - nucleo_l053r8 - - nucleo_f030r8 + - nucleo_f030r8@1 - stm32f0_disco - nrf52_bsim