Skip to content

Commit

Permalink
tests: Update board names for hwmv2
Browse files Browse the repository at this point in the history
Updates tests that use board names which have changed with boards v2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jan 22, 2024
1 parent c6300d2 commit cb6a26c
Show file tree
Hide file tree
Showing 148 changed files with 673 additions and 673 deletions.
4 changes: 2 additions & 2 deletions doc/services/tfm/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The following are some of the boards that can be used with TF-M:
* - :ref:`lpcxpresso55s69`
- ``lpcxpresso55s69_ns``
* - :ref:`nrf9160dk_nrf9160`
- ``nrf9160dk_nrf9160_ns``
- ``nrf9160dk/nrf9160/ns``
* - :ref:`nrf5340dk_nrf5340`
- ``nrf5340dk_nrf5340_cpuapp_ns``
- ``nrf5340dk/nrf5340/cpuapp/ns``
* - :ref:`b_u585i_iot02a_board`
- ``b_u585i_iot02a_ns``
* - :ref:`nucleo_l552ze_q_board`
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/button/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ tests:
- gpio
filter: dt_enabled_alias_with_parent_compat("sw0", "gpio-keys")
integration_platforms:
- nrf52833dk_nrf52820
- nrf52833dk/nrf52820
depends_on: gpio
harness: button
2 changes: 1 addition & 1 deletion samples/basic/threads/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tests:
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
dt_enabled_alias_with_parent_compat("led1", "gpio-leds")
integration_platforms:
- nrf52833dk_nrf52820
- nrf52833dk/nrf52820
depends_on: gpio
harness: console
harness_config:
Expand Down
4 changes: 2 additions & 2 deletions samples/bluetooth/beacon/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

sample.bluetooth.beacon-coex:
extra_args: CONF_FILE="prj-coex.conf"
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840
tags: bluetooth
10 changes: 5 additions & 5 deletions samples/bluetooth/broadcast_audio_sink/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
- nrf5340bsim_nrf5340_cpuapp
integration_platforms:
- qemu_x86
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
sysbuild: true
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
harness: bluetooth
platform_allow:
- nrf52_bsim
- nrf52833dk_nrf52820
- nrf52833dk_nrf52833
- nrf52833dk/nrf52820
- nrf52833dk/nrf52833
integration_platforms:
- nrf52_bsim
- nrf52833dk_nrf52833
- nrf52833dk/nrf52833
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth
14 changes: 7 additions & 7 deletions samples/bluetooth/broadcast_audio_source/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
- nrf5340bsim_nrf5340_cpuapp
integration_platforms:
- qemu_x86
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
sysbuild: true
sample.bluetooth.broadcast_audio_source.bt_ll_sw_split:
harness: bluetooth
platform_allow:
- nrf52_bsim
- nrf52833dk_nrf52820
- nrf52833dk_nrf52833
- nrf52840dongle_nrf52840
- nrf52833dk/nrf52820
- nrf52833dk/nrf52833
- nrf52840dongle/nrf52840
integration_platforms:
- nrf52_bsim
- nrf52833dk_nrf52833
- nrf52840dongle_nrf52840
- nrf52833dk/nrf52833
- nrf52840dongle/nrf52840
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth
4 changes: 2 additions & 2 deletions samples/bluetooth/broadcaster/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk_nrf51422
- nrf52dk_nrf52832
- nrf51dk/nrf51422
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
4 changes: 2 additions & 2 deletions samples/bluetooth/broadcaster_multiple/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk_nrf51422
- nrf51dk/nrf51422
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
4 changes: 2 additions & 2 deletions samples/bluetooth/central_ht/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk_nrf51422
- nrf52dk_nrf52832
- nrf51dk/nrf51422
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
8 changes: 4 additions & 4 deletions samples/bluetooth/central_otc/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ tests:
sample.bluetooth.central_otc:
harness: bluetooth
platform_allow:
- nrf21540dk_nrf52840
- nrf52840dk_nrf52840
- nrf52833dk_nrf52833
- nrf21540dk/nrf52840
- nrf52840dk/nrf52840
- nrf52833dk/nrf52833
tags: bluetooth
integration_platforms:
- nrf21540dk_nrf52840
- nrf21540dk/nrf52840
4 changes: 2 additions & 2 deletions samples/bluetooth/direction_finding_central/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Building and Running
By default the application supports Angle of Arrival and Angle of Departure mode.

To use Angle of Departure mode only, build this application as follows,
changing ``nrf52833dk_nrf52833`` as needed for your board:
changing ``nrf52833dk/nrf52833`` as needed for your board:

.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/direction_finding_central
:host-os: unix
:board: nrf52833dk_nrf52833
:board: nrf52833dk/nrf52833
:gen-args: -DEXTRA_CONF_FILE=overlay-aod.conf
:goals: build flash
:compact:
Expand Down
24 changes: 12 additions & 12 deletions samples/bluetooth/direction_finding_central/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ tests:
sample.bluetooth.direction_finding.central:
harness: bluetooth
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
sample.bluetooth.direction_finding.central.aod:
harness: bluetooth
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Building and Running
By default the application supports Angle of Arrival and Angle of Departure mode.

To use Angle of Departure mode only, build this application as follows,
changing ``nrf52833dk_nrf52833`` as needed for your board:
changing ``nrf52833dk/nrf52833`` as needed for your board:

.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/direction_finding_connectionless_rx
:host-os: unix
:board: nrf52833dk_nrf52833
:board: nrf52833dk/nrf52833
:gen-args: -DEXTRA_CONF_FILE=overlay-aod.conf
:goals: build flash
:compact:
Expand Down
24 changes: 12 additions & 12 deletions samples/bluetooth/direction_finding_connectionless_rx/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ tests:
sample.bluetooth.direction_finding_connectionless_rx:
harness: bluetooth
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
sample.bluetooth.direction_finding_connectionless_rx.aod:
harness: bluetooth
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ By default the application supports Angle of Arrival (AoA) and Angle of
Departure (AoD) mode.

To use Angle of Arrival mode only, build this application as follows, changing
``nrf52833dk_nrf52833`` as needed for your board:
``nrf52833dk/nrf52833`` as needed for your board:

.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/direction_finding_connectionless_tx
:host-os: unix
:board: nrf52833dk_nrf52833
:board: nrf52833dk/nrf52833
:gen-args: -DEXTRA_CONF_FILE=overlay-aoa.conf
:goals: build flash
:compact:
Expand Down
24 changes: 12 additions & 12 deletions samples/bluetooth/direction_finding_connectionless_tx/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ tests:
sample.bluetooth.direction_finding_connectionless:
harness: bluetooth
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
sample.bluetooth.direction_finding_connectionless.aoa:
harness: bluetooth
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
4 changes: 2 additions & 2 deletions samples/bluetooth/direction_finding_peripheral/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Building and Running
By default the application supports Angle of Arrival and Angle of Departure mode.

To use Angle of Arrival mode only, build this application as follows,
changing ``nrf52833dk_nrf52833`` as needed for your board:
changing ``nrf52833dk/nrf52833`` as needed for your board:

.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/direction_finding_peripheral
:host-os: unix
:board: nrf52833dk_nrf52833
:board: nrf52833dk/nrf52833
:gen-args: -DEXTRA_CONF_FILE=overlay-aoa.conf
:goals: build flash
:compact:
Expand Down
24 changes: 12 additions & 12 deletions samples/bluetooth/direction_finding_peripheral/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ tests:
sample.bluetooth.direction_finding.peripheral:
harness: bluetooth
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
sample.bluetooth.direction_finding.peripheral.aod:
harness: bluetooth
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
platform_allow:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
tags: bluetooth
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk_nrf52820
- nrf5340dk_nrf5340_cpuapp
- nrf52833dk/nrf52833
- nrf52833dk/nrf52820
- nrf5340dk/nrf5340/cpuapp
4 changes: 2 additions & 2 deletions samples/bluetooth/hci_pwr_ctrl/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ tests:
harness: bluetooth
platform_allow:
- bbc_microbit
- nrf51dk_nrf51422
- nrf52dk_nrf52832
- nrf51dk/nrf51422
- nrf52dk/nrf52832
- qemu_cortex_m3
- qemu_x86
tags: bluetooth
Expand Down
8 changes: 4 additions & 4 deletions samples/bluetooth/hci_uart/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For example, to build for the nRF52832 Development Kit:

.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/hci_uart
:board: nrf52dk_nrf52832
:board: nrf52dk/nrf52832
:goals: build flash

.. _bluetooth-hci-uart-qemu-posix:
Expand Down Expand Up @@ -135,12 +135,12 @@ required hardware configuration for the Radio.

.. code-block:: console
west build samples/bluetooth/hci_uart -b nrf52833dk_nrf52833@df -- -DCONFIG_BT_CTLR_DF=y
west build samples/bluetooth/hci_uart -b nrf52833dk/nrf52833@df -- -DCONFIG_BT_CTLR_DF=y
You can use following targets:

* ``nrf5340dk_nrf5340_cpunet@df``
* ``nrf52833dk_nrf52833@df``
* ``nrf5340dk/nrf5340/cpunet@df``
* ``nrf52833dk/nrf52833@df``

Check the :ref:`bluetooth_direction_finding_connectionless_rx` and the :ref:`bluetooth_direction_finding_connectionless_tx` for more details.

Expand Down
Loading

0 comments on commit cb6a26c

Please sign in to comment.