treewide: Update board names for hwmv2

Updates tests that use board names which have changed with boards v2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 11:38:17 +00:00
committed by Carles Cufi
parent cb348c7edf
commit 4f572ba24f
356 changed files with 1085 additions and 1085 deletions

View File

@@ -61,7 +61,7 @@ Set ``-DSHIELD=adafruit_2_8_tft_touch_v2`` when you invoke ``west build``. For e
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: adafruit_2_8_tft_touch_v2
:goals: build

View File

@@ -32,7 +32,7 @@ For example:
.. zephyr-app-commands::
:zephyr-app: samples/drivers/led_pwm
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: adafruit_pca9685
:goals: build

View File

@@ -43,7 +43,7 @@ Set ``-DSHIELD=arceli_eth_w5500`` when you invoke ``west build``. For example:
.. zephyr-app-commands::
:zephyr-app: samples/net/dhcpv4_client
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: arceli_eth_w5500
:goals: build

View File

@@ -61,7 +61,7 @@ Set ``-DSHIELD=buydisplay_2_8_tft_touch_arduino`` when you invoke
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: buydisplay_2_8_tft_touch_arduino
:goals: build

View File

@@ -63,7 +63,7 @@ Set ``-DSHIELD=buydisplay_3_5_tft_touch_arduino`` when you invoke
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: buydisplay_3_5_tft_touch_arduino
:goals: build

View File

@@ -80,7 +80,7 @@ Set ``-DSHIELD=<shield designator>`` when you invoke ``west build``.
.. zephyr-app-commands::
:zephyr-app: samples/drivers/misc/ft800
:host-os: unix
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: ftdi_vm800c
:goals: build flash
:compact:

View File

@@ -92,7 +92,7 @@ Set ``-DSHIELD=ls013b7dh03`` when you invoke ``west build``. For example:
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: ls013b7dh03
:goals: build

View File

@@ -35,6 +35,6 @@ Set ``-DSHIELD=max7219_8x8`` when you invoke ``west build``. For example:
.. zephyr-app-commands::
:zephyr-app: samples/drivers/display/
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: max7219_8x8
:goals: build

View File

@@ -346,14 +346,14 @@ example:
.. zephyr-app-commands::
:zephyr-app: samples/drivers/can/counter
:tool: all
:board: nrf52dk_nrf52832
:board: nrf52dk/nrf52832
:shield: dfrobot_can_bus_v2_0
:goals: build flash
.. zephyr-app-commands::
:zephyr-app: samples/drivers/can/counter
:tool: all
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: keyestudio_can_bus_ks0411
:goals: build flash

View File

@@ -54,7 +54,7 @@ Set ``-DSHIELD=st7735r_ada_160x128`` when you invoke ``west build``. For example
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: st7735r_ada_160x128
:goals: build

View File

@@ -57,7 +57,7 @@ Set ``-DSHIELD=st7789v_tl019fqv01`` when you invoke ``west build``. For example:
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: st7789v_tl019fqv01
:goals: build

View File

@@ -83,7 +83,7 @@ For example:
.. zephyr-app-commands::
:zephyr-app: samples/subsys/display/lvgl
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:shield: waveshare_epaper_gdeh0213b1
:goals: build

View File

@@ -2414,7 +2414,7 @@ endfunction()
# Usage:
# print(BOARD)
#
# will print: "BOARD: nrf52dk_nrf52832"
# will print: "BOARD: nrf52dk"
function(print arg)
message(STATUS "${arg}: ${${arg}}")
endfunction()

View File

@@ -116,7 +116,7 @@ Build the auto-pts tester app
.. code-block::
west build -p auto -b nrf52840dk_nrf52840 zephyr/tests/bluetooth/tester/
west build -p auto -b nrf52840dk/nrf52840 zephyr/tests/bluetooth/tester/
You can display flashing options with:

View File

@@ -163,8 +163,8 @@ supported by a CMake file with content like this:
# Variable foo_BOARD_ALIAS=bar replaces BOARD=foo with BOARD=bar and
# sets BOARD_ALIAS=foo in the CMake cache.
set(pca10028_BOARD_ALIAS nrf51dk_nrf51422)
set(pca10056_BOARD_ALIAS nrf52840dk_nrf52840)
set(pca10028_BOARD_ALIAS nrf51dk/nrf51422)
set(pca10056_BOARD_ALIAS nrf52840dk/nrf52840)
set(k64f_BOARD_ALIAS frdm_k64f)
set(sltb004a_BOARD_ALIAS efr32mg_sltb004a)

View File

@@ -63,7 +63,7 @@ Where ``<x>`` is either 1 for nRF51-based boards or 2 for nRF52-based boards
nrfjprog --program outdir/<board>/zephyr.hex -f nrf5<x>
Where: ``<board>`` is the board name you used in the BOARD directive when building (for example nrf52dk_nrf52832)
Where: ``<board>`` is the board name you used in the BOARD directive when building (for example nrf52dk/nrf52832)
and ``<x>`` is either 1 for nRF51-based boards or 2 for nRF52-based boards
* Reset and start Zephyr:

View File

@@ -923,7 +923,7 @@ devices, for example:
Any options marked as ``unknown`` need to be changed and set with the correct
values, in the above example the platform names, the products and the runners need
to be replaced with the correct values corresponding to the connected hardware.
In this example we are using a reel_board and an nrf52840dk_nrf52840:
In this example we are using a reel_board and an nrf52840dk/nrf52840:
.. tabs::
@@ -940,7 +940,7 @@ In this example we are using a reel_board and an nrf52840dk_nrf52840:
baud: 9600
- connected: true
id: 000683759358
platform: nrf52840dk_nrf52840
platform: nrf52840dk/nrf52840
product: J-Link
runner: nrfjprog
serial: /dev/cu.usbmodem0006837593581
@@ -959,7 +959,7 @@ In this example we are using a reel_board and an nrf52840dk_nrf52840:
baud: 9600
- connected: true
id: 000683759358
platform: nrf52840dk_nrf52840
platform: nrf52840dk/nrf52840
product: J-Link
runner: nrfjprog
serial: COM2
@@ -1092,12 +1092,12 @@ example:
fixtures:
- gpio_loopback
id: 000683290670
notes: An nrf5340dk_nrf5340 is detected as an nrf52840dk_nrf52840 with no serial
notes: An nrf5340dk/nrf5340 is detected as an nrf52840dk/nrf52840 with no serial
port, and three serial ports with an unknown platform. The board id of the serial
ports is not the same as the board id of the development kit. If you regenerate
this file you will need to update serial to reference the third port, and platform
to nrf5340dk_nrf5340_cpuapp or another supported board target.
platform: nrf52840dk_nrf52840
to nrf5340dk/nrf5340/cpuapp or another supported board target.
platform: nrf52840dk/nrf52840
product: J-Link
runner: jlink
serial: null

View File

@@ -43,7 +43,7 @@ not always used.
- SoC family
- CPU core
- Architecture
* - :ref:`nrf52dk_nrf52832 <nrf52dk_nrf52832>`
* - :ref:`nrf52dk/nrf52832 <nrf52dk_nrf52832>`
- nRF52832
- nRF52
- Nordic nRF5

View File

@@ -319,7 +319,7 @@ On boards where a J-Link OB is present which has both CDC and MSC (virtual Mass
Storage Device, also known as drag-and-drop) support, the MSD functionality can
prevent MCUmgr commands over the CDC UART port from working due to how USB
endpoints are configured in the J-Link firmware (for example on the
:ref:`Nordic nrf52840dk_nrf52840 board <nrf52840dk_nrf52840>`) because of
:ref:`Nordic nrf52840dk/nrf52840 board <nrf52840dk_nrf52840>`) because of
limiting the maximum packet size (most likely to occur when using image
management commands for updating firmware). This issue can be
resolved by disabling MSD functionality on the J-Link device, follow the

View File

@@ -13,13 +13,13 @@ The following are some of the boards that can be used with TF-M:
* - :ref:`mps3_an547_board`
- ``mps3_an547_ns`` (qemu supported)
* - :ref:`bl5340_dvk`
- ``bl5340_dvk_cpuapp_ns``
- ``bl5340_dvk/nrf5340/cpuapp/ns``
* - :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`

View File

@@ -27,7 +27,7 @@ To build and flash the application (including the external memory part):
.. zephyr-app-commands::
:zephyr-app: samples/application_development/code_relocation_nocopy
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build flash
:compact:
@@ -41,4 +41,4 @@ Execution output:
Address of var_ext_sram_data 0x200000a0 (10)
Address of function_in_sram 0x20000001
Address of var_sram_data 0x200000a4 (10)
Hello World! nrf5340dk_nrf5340_cpuapp
Hello World! nrf5340dk/nrf5340/cpuapp

View File

@@ -5,7 +5,7 @@ tests:
sample.application_development.code_relocation_nocopy:
platform_allow:
- qemu_cortex_m3
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
- qemu_cortex_m3
tags: linker

View File

@@ -45,7 +45,7 @@ Execution output:
*** Booting Zephyr OS build v3.2.0-rc3-209-gdcf4201d3573 ***
*** Booting Zephyr OS build v3.2.0-rc3-209-gdcf4201d3573 ***
Address of sample 0xc000
Hello sysbuild with mcuboot! nrf52840dk_nrf52840
Hello sysbuild with mcuboot! nrf52840dk
The first ``Booting Zephyr OS build`` is printed by MCUboot itself and the
following lines are printed by the ``with_mcuboot`` sample.

View File

@@ -8,9 +8,9 @@ tests:
# filtering support, see discussion in #49552.
platform_allow:
- reel_board
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: mcuboot
harness: console
harness_config:

View File

@@ -67,11 +67,11 @@ To build and flash this sample for the :ref:`nrf52840dk_nrf52840`:
.. zephyr-app-commands::
:zephyr-app: samples/basic/blinky_pwm
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:goals: build flash
:compact:
Change ``nrf52840dk_nrf52840`` appropriately for other supported boards.
Change ``nrf52840dk/nrf52840`` appropriately for other supported boards.
After flashing, the sample starts blinking the LED as described above. It also
prints information to the board's console.

View File

@@ -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

View File

@@ -28,11 +28,11 @@ To build and flash this sample for the :ref:`nrf52840dk_nrf52840`:
.. zephyr-app-commands::
:zephyr-app: samples/basic/fade_led
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:goals: build flash
:compact:
Change ``nrf52840dk_nrf52840`` appropriately for other supported boards.
Change ``nrf52840dk/nrf52840`` appropriately for other supported boards.
After flashing, the sample starts fading the LED as described above. It also
prints information to the board's console.

View File

@@ -9,4 +9,4 @@ tests:
harness: led
filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds")
integration_platforms:
- nrf51dk_nrf51422
- nrf51dk/nrf51422

View File

@@ -16,7 +16,7 @@ tests:
- reel_board
- frdm_k64f
- mps2/an385
- nrf51dk_nrf51422
- nrf51dk/nrf51422
- nucleo_f429zi
- disco_l475_iot1
integration_platforms:
@@ -28,7 +28,7 @@ tests:
- reel_board
- frdm_k64f
- mps2/an385
- nrf51dk_nrf51422
- nrf51dk/nrf51422
- nucleo_f429zi
- disco_l475_iot1
sample.minimal.mt-no-preempt-no-timers.arm:
@@ -38,7 +38,7 @@ tests:
- reel_board
- frdm_k64f
- mps2/an385
- nrf51dk_nrf51422
- nrf51dk/nrf51422
- nucleo_f429zi
- disco_l475_iot1
sample.minimal.no-mt.arm:
@@ -48,7 +48,7 @@ tests:
- reel_board
- frdm_k64f
- mps2/an385
- nrf51dk_nrf51422
- nrf51dk/nrf51422
- nucleo_f429zi
- disco_l475_iot1
sample.minimal.no-mt-no-timers.arm:
@@ -58,7 +58,7 @@ tests:
- reel_board
- frdm_k64f
- mps2/an385
- nrf51dk_nrf51422
- nrf51dk/nrf51422
- nucleo_f429zi
- disco_l475_iot1
sample.minimal.mt.x86:

View File

@@ -43,12 +43,12 @@ unsupported board:
Building
********
For example, to build this sample for :ref:`96b_carbon_board`:
For example, to build this sample for :ref:`96b_carbon/stm32f401xe`:
.. zephyr-app-commands::
:zephyr-app: samples/basic/threads
:board: 96b_carbon
:board: 96b_carbon/stm32f401xe
:goals: build flash
:compact:
Change ``96b_carbon`` appropriately for other supported boards.
Change ``96b_carbon/stm32f401xe`` appropriately for other supported boards.

View File

@@ -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:

View File

@@ -6,7 +6,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
@@ -14,5 +14,5 @@ tests:
sample.bluetooth.beacon-coex:
extra_args: CONF_FILE="prj-coex.conf"
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -17,8 +17,8 @@ documentation and are prefixed with :literal:`hci_` in their folder names.
.. note::
If you want to run any bluetooth sample on the nRF5340 device (build using
``-DBOARD=nrf5340dk_nrf5340_cpuapp`` or
``-DBOARD=nrf5340dk_nrf5340_cpuapp_ns``) you must also build
``-DBOARD=nrf5340dk/nrf5340/cpuapp`` or
``-DBOARD=nrf5340dk/nrf5340/cpuapp/ns``) you must also build
and program the corresponding sample for the nRF5340 network core
:ref:`bluetooth-hci-ipc-sample` which implements the Bluetooth
Low Energy controller.

View File

@@ -52,5 +52,5 @@ Building for an nrf52840dk
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_assistant/
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:goals: build

View File

@@ -5,7 +5,7 @@ tests:
sample.bluetooth.broadcast_audio_assistant:
harness: bluetooth
platform_allow:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -5,9 +5,9 @@ source "share/sysbuild/Kconfig"
config NET_CORE_BOARD
string
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
default "nrf5340_audio_dk_nrf5340_cpunet" if $(BOARD) = "nrf5340_audio_dk_nrf5340_cpuapp"
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
default "nrf5340dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340dk"
default "nrf5340_audio_dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340_audio_dk"
default "nrf5340bsim_nrf5340_cpunet" if "$(BOARD)" = "nrf5340bsim_nrf5340_cpuapp"
config NET_CORE_IMAGE_HCI_IPC
bool "HCI IPC image on network core"

View File

@@ -41,7 +41,7 @@ core with:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_sink/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
:west-args: --sysbuild
@@ -49,7 +49,7 @@ If you prefer to only build the application core image, you can do so by doing i
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_sink/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
In that case you can pair this application core image with the

View File

@@ -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

View File

@@ -5,9 +5,9 @@ source "share/sysbuild/Kconfig"
config NET_CORE_BOARD
string
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
default "nrf5340_audio_dk_nrf5340_cpunet" if $(BOARD) = "nrf5340_audio_dk_nrf5340_cpuapp"
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
default "nrf5340dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340dk"
default "nrf5340_audio_dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340_audio_dk"
default "nrf5340bsim_nrf5340_cpunet" if "$(BOARD)" = "nrf5340bsim_nrf5340_cpuapp"
config NET_CORE_IMAGE_HCI_IPC
bool "HCI IPC image on network core"

View File

@@ -40,7 +40,7 @@ core with:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_source/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
:west-args: --sysbuild
@@ -48,7 +48,7 @@ If you prefer to only build the application core image, you can do so by doing i
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/broadcast_audio_source/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
In that case you can pair this application core image with the

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -6,7 +6,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
integration_platforms:
- qemu_cortex_m3
tags: bluetooth

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -3,5 +3,5 @@ sample:
tests:
sample.bluetooth.central_ead:
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -3,5 +3,5 @@ sample:
tests:
sample.bluetooth.peripheral_ead:
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -3,5 +3,5 @@ sample:
tests:
sample.bluetooth.extended_advertising.advertiser:
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -3,5 +3,5 @@ sample:
tests:
sample.bluetooth.extended_advertising.scanner:
harness: bluetooth
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -6,91 +6,91 @@ tests:
harness: bluetooth
tags: bluetooth
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso_broadcast-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.iso_receive.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso_receive-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.bis.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_bis-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.iso_central.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso_central-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.iso_peripheral.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso_peripheral-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.cis.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_cis-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340_audio_dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340_audio_dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.iso.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso-bt_ll_sw_split.conf"
platform_allow:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.df.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args:
- CONF_FILE="nrf5340_cpunet_df-bt_ll_sw_split.conf"
- DTC_OVERLAY_FILE="nrf5340_cpunet_df-bt_ll_sw_split.overlay"
platform_allow: nrf5340dk_nrf5340_cpunet
platform_allow: nrf5340dk/nrf5340/cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.df.no_phy_coded.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
@@ -98,13 +98,13 @@ tests:
- CONF_FILE="nrf5340_cpunet_df-bt_ll_sw_split.conf"
- DTC_OVERLAY_FILE="nrf5340_cpunet_df-bt_ll_sw_split.overlay"
- CONFIG_BT_CTLR_PHY_CODED=n
platform_allow: nrf5340dk_nrf5340_cpunet
platform_allow: nrf5340dk/nrf5340/cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet
sample.bluetooth.hci_ipc.mesh.bt_ll_sw_split:
harness: bluetooth
tags: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf"
platform_allow: nrf5340dk_nrf5340_cpunet
platform_allow: nrf5340dk/nrf5340/cpunet
integration_platforms:
- nrf5340dk_nrf5340_cpunet
- nrf5340dk/nrf5340/cpunet

View File

@@ -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

View File

@@ -5,11 +5,11 @@ tests:
sample.bluetooth.hci_spi:
harness: bluetooth
platform_allow:
- 96b_carbon_nrf51
- nrf51dk_nrf51422
- 96b_carbon/nrf51822
- nrf51dk/nrf51422
integration_platforms:
- 96b_carbon_nrf51
- nrf51dk_nrf51422
- 96b_carbon/nrf51822
- nrf51dk/nrf51422
tags:
- bluetooth
- spi

View File

@@ -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:
@@ -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.

View File

@@ -5,14 +5,14 @@ tests:
sample.bluetooth.hci_uart.nrf5:
harness: bluetooth
platform_allow:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags:
- uart
- bluetooth
sample.bluetooth.hci_uart.nrf52833.df:
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
platform_allow: nrf52833dk/nrf52833
extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_df.overlay
extra_configs:
- CONFIG_BT_CTLR_DF=y
tags:
@@ -20,8 +20,8 @@ tests:
- bluetooth
sample.bluetooth.hci_uart.nrf5340_netcore.df:
harness: bluetooth
platform_allow: nrf5340dk_nrf5340_cpunet
extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
platform_allow: nrf5340dk/nrf5340/cpunet
extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk/nrf5340_cpunet_df.overlay
extra_configs:
- CONFIG_BT_CTLR_DF=y
tags:
@@ -29,8 +29,8 @@ tests:
- bluetooth
sample.bluetooth.hci_uart.nrf52833.df.iq_report:
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
platform_allow: nrf52833dk/nrf52833
extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_df.overlay
extra_configs:
- CONFIG_BT_CTLR_DF=y
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
@@ -39,8 +39,8 @@ tests:
- bluetooth
sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report:
harness: bluetooth
platform_allow: nrf5340dk_nrf5340_cpunet
extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
platform_allow: nrf5340dk/nrf5340/cpunet
extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk/nrf5340_cpunet_df.overlay
extra_configs:
- CONFIG_BT_CTLR_DF=y
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
@@ -49,12 +49,12 @@ tests:
- bluetooth
sample.bluetooth.hci_uart.nrf52833.all:
harness: bluetooth
platform_allow: nrf52833dk_nrf52833
platform_allow: nrf52833dk/nrf52833
integration_platforms:
- nrf52833dk_nrf52833
- nrf52833dk/nrf52833
extra_args:
- OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf
- DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
- DTC_OVERLAY_FILE=./boards/nrf52833dk/nrf52833_df.overlay
tags:
- uart
- bluetooth

View File

@@ -47,7 +47,7 @@ For example, to build for the nRF52832 Development Kit:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/hci_uart_async
:board: nrf52dk_nrf52832
:board: nrf52dk/nrf52832
:goals: build flash
.. _bluetooth-hci-uart-async-qemu-posix:

View File

@@ -13,7 +13,7 @@ tests:
sample.bluetooth.hci_uart_async.nrf5:
harness: bluetooth
platform_allow:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags:
- uart
- bluetooth

View File

@@ -20,4 +20,4 @@ tests:
- usb
- bluetooth
extra_args: CONF_FILE="usbd_next_prj.conf"
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk/nrf52840

View File

@@ -10,4 +10,4 @@ tests:
- usb
- bluetooth
# FIXME: exclude due to build error
platform_exclude: 96b_carbon stm32l562e_dk
platform_exclude: 96b_carbon/stm32f401xe stm32l562e_dk

View File

@@ -18,7 +18,7 @@ Sample can be built and executed for the nRF52840 DK NRF52840 as follows:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:goals: build flash
:compact:
@@ -27,7 +27,7 @@ To build a debug version, with logging and shell support, use the config file
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:conf: prj_dbg.conf
:goals: build flash
:compact:
@@ -43,7 +43,7 @@ Building and Running for Linux kernels released before 4.12
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:conf: "prj_zep1656.conf"
:goals: build flash
:compact:

View File

@@ -7,7 +7,7 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
integration_platforms:
- qemu_cortex_m3
tags: bluetooth
@@ -17,8 +17,8 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
integration_platforms:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth

View File

@@ -5,9 +5,9 @@ tests:
sample.bluetooth.iso_broadcast_benchmark:
build_only: true
platform_allow:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf5340_audio_dk_nrf5340_cpuapp
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340_audio_dk/nrf5340/cpuapp
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth

View File

@@ -5,6 +5,6 @@ tests:
sample.bluetooth.iso_connected_benchmark:
build_only: true
platform_allow:
- nrf5340dk_nrf5340_cpuapp
- nrf5340_audio_dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
- nrf5340_audio_dk/nrf5340/cpuapp
tags: bluetooth

View File

@@ -7,7 +7,7 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
integration_platforms:
- qemu_cortex_m3
tags: bluetooth
@@ -17,8 +17,8 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
integration_platforms:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth

View File

@@ -6,8 +6,8 @@ tests:
platform_allow:
- bbc_microbit
- qemu_x86
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp/ns
integration_platforms:
- qemu_x86
tags: bluetooth

View File

@@ -6,8 +6,8 @@ tests:
platform_allow:
- bbc_microbit
- qemu_x86
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp/ns
integration_platforms:
- qemu_x86
- bbc_microbit

View File

@@ -5,8 +5,8 @@ tests:
harness: bluetooth
platform_allow:
- qemu_x86
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp_ns
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp/ns
integration_platforms:
- qemu_x86
tags: bluetooth

View File

@@ -6,7 +6,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
integration_platforms:
- qemu_cortex_m3
tags: bluetooth
@@ -16,7 +16,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View File

@@ -7,7 +7,7 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View File

@@ -6,10 +6,10 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y

View File

@@ -6,10 +6,10 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y

View File

@@ -7,7 +7,7 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View File

@@ -6,10 +6,10 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y

View File

@@ -6,10 +6,10 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_BT_CTLR=n
- CONFIG_BT_NO_DRIVER=y

View File

@@ -7,8 +7,8 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk_nrf51422
- nrf52dk_nrf52832
- nrf51dk/nrf51422
- nrf52dk/nrf52832
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View File

@@ -8,7 +8,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840
tags: bluetooth
integration_platforms:
- qemu_cortex_m3

View File

@@ -5,9 +5,9 @@ source "share/sysbuild/Kconfig"
config NET_CORE_BOARD
string
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
default "nrf5340_audio_dk_nrf5340_cpunet" if $(BOARD) = "nrf5340_audio_dk_nrf5340_cpuapp"
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
default "nrf5340dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340dk"
default "nrf5340_audio_dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340_audio_dk"
default "nrf5340bsim_nrf5340_cpunet" if "$(BOARD)" = "nrf5340bsim_nrf5340_cpuapp"
config NET_CORE_IMAGE_HCI_IPC
bool "HCI IPC image on network core"

View File

@@ -38,7 +38,7 @@ core with:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/public_broadcast_sink/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
:west-args: --sysbuild
@@ -46,7 +46,7 @@ If you prefer to only build the application core image, you can do so by doing i
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/public_broadcast_sink/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
In that case you can pair this application core image with the

View File

@@ -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.public_broadcast_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

View File

@@ -5,9 +5,9 @@ source "share/sysbuild/Kconfig"
config NET_CORE_BOARD
string
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
default "nrf5340_audio_dk_nrf5340_cpunet" if $(BOARD) = "nrf5340_audio_dk_nrf5340_cpuapp"
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
default "nrf5340dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340dk"
default "nrf5340_audio_dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340_audio_dk"
default "nrf5340bsim_nrf5340_cpunet" if "$(BOARD)" = "nrf5340bsim_nrf5340_cpuapp"
config NET_CORE_IMAGE_HCI_IPC
bool "HCI IPC image on network core"

View File

@@ -38,7 +38,7 @@ core with:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/public_broadcast_source/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
:west-args: --sysbuild
@@ -46,7 +46,7 @@ If you prefer to only build the application core image, you can do so by doing i
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/public_broadcast_source/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
In that case you can pair this application core image with the

View File

@@ -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.public_broadcast_source.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

View File

@@ -5,9 +5,9 @@ source "share/sysbuild/Kconfig"
config NET_CORE_BOARD
string
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
default "nrf5340_audio_dk_nrf5340_cpunet" if $(BOARD) = "nrf5340_audio_dk_nrf5340_cpuapp"
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
default "nrf5340dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340dk"
default "nrf5340_audio_dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340_audio_dk"
default "nrf5340bsim_nrf5340_cpunet" if "$(BOARD)" = "nrf5340bsim_nrf5340_cpuapp"
config NET_CORE_IMAGE_HCI_IPC
bool "HCI IPC image on network core"

View File

@@ -32,7 +32,7 @@ Building for an nrf52840dk
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_client/
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:goals: build
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
@@ -44,7 +44,7 @@ core with:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_client/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
:west-args: --sysbuild
@@ -52,7 +52,7 @@ If you prefer to only build the application core image, you can do so by doing i
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_server/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
In that case you can pair this application core image with the

View File

@@ -8,19 +8,19 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf5340bsim_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
- native_sim
tags: bluetooth
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
sysbuild: true
sample.bluetooth.audio_unicast_client.bt_ll_sw_split:
harness: bluetooth
platform_allow:
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
integration_platforms:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth

View File

@@ -5,9 +5,9 @@ source "share/sysbuild/Kconfig"
config NET_CORE_BOARD
string
default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp"
default "nrf5340_audio_dk_nrf5340_cpunet" if $(BOARD) = "nrf5340_audio_dk_nrf5340_cpuapp"
default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
default "nrf5340dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340dk"
default "nrf5340_audio_dk/nrf5340/cpunet" if "$(BOARD)" = "nrf5340_audio_dk"
default "nrf5340bsim_nrf5340_cpunet" if "$(BOARD)" = "nrf5340bsim_nrf5340_cpuapp"
config NET_CORE_IMAGE_HCI_IPC
bool "HCI IPC image on network core"

View File

@@ -32,7 +32,7 @@ Building for an nrf52840dk
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_server/
:board: nrf52840dk_nrf52840
:board: nrf52840dk/nrf52840
:goals: build
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
@@ -44,7 +44,7 @@ core with:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_server/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
:west-args: --sysbuild
@@ -52,7 +52,7 @@ If you prefer to only build the application core image, you can do so by doing i
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/unicast_audio_server/
:board: nrf5340dk_nrf5340_cpuapp
:board: nrf5340dk/nrf5340/cpuapp
:goals: build
In that case you can pair this application core image with the

View File

@@ -8,19 +8,19 @@ tests:
- qemu_cortex_m3
- qemu_x86
- nrf5340bsim_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
- native_sim
tags: bluetooth
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk/nrf5340/cpuapp
sysbuild: true
sample.bluetooth.audio_unicast_server.bt_ll_sw_split:
harness: bluetooth
platform_allow:
- nrf52_bsim
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
integration_platforms:
- nrf52dk_nrf52832
- nrf52dk/nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth

View File

@@ -73,7 +73,7 @@ The code can be found in :zephyr_file:`samples/boards/nrf/battery`.
.. zephyr-app-commands::
:zephyr-app: samples/boards/nrf/battery
:board: thingy52_nrf52832
:board: thingy52/nrf52832
:goals: build flash
:compact:

View File

@@ -5,7 +5,7 @@ tests:
build_only: true
platform_allow:
- particle_xenon
- thingy52_nrf52832
- thingy52/nrf52832
tags: battery
integration_platforms:
- particle_xenon

View File

@@ -28,7 +28,7 @@ Building, Flashing and Running
.. zephyr-app-commands::
:zephyr-app: samples/boards/nrf/clock_skew
:board: nrf52dk_nrf52840
:board: nrf52dk/nrf52832
:goals: build flash
:compact:

View File

@@ -4,9 +4,9 @@ tests:
sample.boards.nrf.clock_skew:
build_only: true
platform_allow:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
- nrf51dk_nrf51422
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- nrf51dk/nrf51422
tags: power
integration_platforms:
- nrf52840dk_nrf52840
- nrf52840dk/nrf52840

Some files were not shown because too many files have changed in this diff Show More