samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
6d56988e43
commit
93b63df762
761 changed files with 5601 additions and 1979 deletions
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.beacon:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,20 +4,20 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.broadcast_audio_sink:
|
||||
harness: bluetooth
|
||||
platform_allow: >
|
||||
qemu_cortex_m3
|
||||
qemu_x86
|
||||
nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
|
||||
harness: bluetooth
|
||||
platform_allow: >
|
||||
nrf52_bsim
|
||||
nrf52833dk_nrf52820
|
||||
nrf52833dk_nrf52833
|
||||
platform_allow:
|
||||
- nrf52_bsim
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf52833dk_nrf52833
|
||||
integration_platforms:
|
||||
- nrf52_bsim
|
||||
- nrf52833dk_nrf52833
|
||||
|
|
|
@ -4,20 +4,20 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.broadcast_audio_source:
|
||||
harness: bluetooth
|
||||
platform_allow: >
|
||||
qemu_cortex_m3
|
||||
qemu_x86
|
||||
nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
|
||||
harness: bluetooth
|
||||
platform_allow: >
|
||||
nrf52_bsim
|
||||
nrf52833dk_nrf52820
|
||||
nrf52833dk_nrf52833
|
||||
platform_allow:
|
||||
- nrf52_bsim
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf52833dk_nrf52833
|
||||
integration_platforms:
|
||||
- nrf52_bsim
|
||||
- nrf52833dk_nrf52833
|
||||
|
|
|
@ -3,7 +3,11 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.broadcaster:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,12 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.multiple_broadcast:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central_gatt_write:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,7 +3,11 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central_ht:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central.multilink:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central_otc:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf21540dk_nrf52840 nrf52840dk_nrf52840 nrf52833dk_nrf52833
|
||||
platform_allow:
|
||||
- nrf21540dk_nrf52840
|
||||
- nrf52840dk_nrf52840
|
||||
- nrf52833dk_nrf52833
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf21540dk_nrf52840
|
||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central_past:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
sample:
|
||||
name: Direction Finding Central
|
||||
description: Sample application showing central role of Direction Finding in connected mode
|
||||
description: Sample application showing central role of Direction Finding in connected
|
||||
mode
|
||||
tests:
|
||||
sample.bluetooth.direction_finding.central:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
|
@ -13,7 +17,10 @@ tests:
|
|||
sample.bluetooth.direction_finding.central.aod:
|
||||
harness: bluetooth
|
||||
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.direction_finding_connectionless_rx:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
|
@ -12,7 +15,10 @@ tests:
|
|||
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
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.direction_finding_connectionless:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
|
@ -12,7 +15,10 @@ tests:
|
|||
sample.bluetooth.direction_finding_connectionless.aoa:
|
||||
harness: bluetooth
|
||||
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
sample:
|
||||
name: Direction Finding Peripheral
|
||||
description: Sample application showing peripheral role of Direction Finding in connected mode
|
||||
description: Sample application showing peripheral role of Direction Finding in
|
||||
connected mode
|
||||
tests:
|
||||
sample.bluetooth.direction_finding.peripheral:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
|
@ -13,7 +17,10 @@ tests:
|
|||
sample.bluetooth.direction_finding.peripheral.aod:
|
||||
harness: bluetooth
|
||||
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
|
||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52833dk_nrf52833
|
||||
- nrf52833dk_nrf52820
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.eddystone:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.handsfree:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,12 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.hci_pwr_ctrl:
|
||||
harness: bluetooth
|
||||
platform_allow: bbc_microbit nrf51dk_nrf51422 nrf52dk_nrf52832 qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- bbc_microbit
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
sample:
|
||||
description: Allows Zephyr to provide Bluetooth connectivity
|
||||
via RPMsg.
|
||||
description: Allows Zephyr to provide Bluetooth connectivity via RPMsg.
|
||||
name: Bluetooth HCI RPMsg
|
||||
tests:
|
||||
sample.bluetooth.hci_rpmsg:
|
||||
harness: bluetooth
|
||||
tags: bluetooth
|
||||
platform_allow: nrf5340dk_nrf5340_cpunet nrf5340_audio_dk_nrf5340_cpunet
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
|
@ -14,7 +15,9 @@ tests:
|
|||
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
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
|
@ -22,35 +25,45 @@ tests:
|
|||
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
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
sample.bluetooth.hci_rpmsg.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
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
sample.bluetooth.hci_rpmsg.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
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
sample.bluetooth.hci_rpmsg.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
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
sample.bluetooth.hci_rpmsg.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
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
- nrf5340_audio_dk_nrf5340_cpunet
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
sample.bluetooth.hci_rpmsg.iso.bt_ll_sw_split:
|
||||
|
@ -63,8 +76,9 @@ tests:
|
|||
sample.bluetooth.hci_rpmsg.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"
|
||||
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
|
||||
integration_platforms:
|
||||
- nrf5340dk_nrf5340_cpunet
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
sample:
|
||||
description: Allows Zephyr to provide Bluetooth connectivity
|
||||
via SPI.
|
||||
description: Allows Zephyr to provide Bluetooth connectivity via SPI.
|
||||
name: Bluetooth HCI SPI
|
||||
tests:
|
||||
sample.bluetooth.hci_spi:
|
||||
harness: bluetooth
|
||||
platform_allow: 96b_carbon_nrf51 nrf51dk_nrf51422
|
||||
platform_allow:
|
||||
- 96b_carbon_nrf51
|
||||
- nrf51dk_nrf51422
|
||||
integration_platforms:
|
||||
- 96b_carbon_nrf51
|
||||
- nrf51dk_nrf51422
|
||||
tags: bluetooth spi
|
||||
tags:
|
||||
- bluetooth
|
||||
- spi
|
||||
|
|
|
@ -4,28 +4,41 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.hci_uart.arm:
|
||||
harness: bluetooth
|
||||
platform_allow: 96b_nitrogen nrf51dk_nrf51422
|
||||
nrf52dk_nrf52832 bbc_microbit
|
||||
tags: uart bluetooth
|
||||
platform_allow:
|
||||
- 96b_nitrogen
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
- bbc_microbit
|
||||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
sample.bluetooth.hci_uart.nrf5:
|
||||
harness: bluetooth
|
||||
platform_allow: 96b_nitrogen nrf51dk_nrf51422
|
||||
nrf52dk_nrf52832
|
||||
tags: uart bluetooth
|
||||
platform_allow:
|
||||
- 96b_nitrogen
|
||||
- nrf51dk_nrf51422
|
||||
- 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
|
||||
extra_configs:
|
||||
- CONFIG_BT_CTLR_DF=y
|
||||
tags: uart bluetooth
|
||||
tags:
|
||||
- uart
|
||||
- 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
|
||||
extra_configs:
|
||||
- CONFIG_BT_CTLR_DF=y
|
||||
tags: uart bluetooth
|
||||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
sample.bluetooth.hci_uart.nrf52833.df.iq_report:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf52833dk_nrf52833
|
||||
|
@ -33,7 +46,9 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_BT_CTLR_DF=y
|
||||
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
|
||||
tags: uart bluetooth
|
||||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf5340dk_nrf5340_cpunet
|
||||
|
@ -41,12 +56,17 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_BT_CTLR_DF=y
|
||||
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
|
||||
tags: uart bluetooth
|
||||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
sample.bluetooth.hci_uart.nrf52833.all:
|
||||
harness: bluetooth
|
||||
platform_allow: nrf52833dk_nrf52833
|
||||
integration_platforms:
|
||||
- nrf52833dk_nrf52833
|
||||
extra_args: OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf
|
||||
DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
|
||||
tags: uart bluetooth
|
||||
extra_args:
|
||||
- OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf
|
||||
- DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
|
||||
tags:
|
||||
- uart
|
||||
- bluetooth
|
||||
|
|
|
@ -3,13 +3,21 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.hci_usb:
|
||||
harness: bluetooth
|
||||
depends_on: usb_device ble
|
||||
tags: usb bluetooth
|
||||
depends_on:
|
||||
- usb_device
|
||||
- ble
|
||||
tags:
|
||||
- usb
|
||||
- bluetooth
|
||||
# FIXME: exclude due to build error
|
||||
platform_exclude: 96b_carbon
|
||||
sample.bluetooth.hci_usb.device_next:
|
||||
harness: bluetooth
|
||||
depends_on: usb_device ble
|
||||
tags: usb bluetooth
|
||||
depends_on:
|
||||
- usb_device
|
||||
- ble
|
||||
tags:
|
||||
- usb
|
||||
- bluetooth
|
||||
extra_args: CONF_FILE="usbd_next_prj.conf"
|
||||
platform_allow: nrf52840dk_nrf52840
|
||||
|
|
|
@ -3,7 +3,11 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.hci_usb_h4:
|
||||
harness: bluetooth
|
||||
depends_on: usb_device ble
|
||||
tags: usb bluetooth
|
||||
depends_on:
|
||||
- usb_device
|
||||
- ble
|
||||
tags:
|
||||
- usb
|
||||
- bluetooth
|
||||
# FIXME: exclude due to build error
|
||||
platform_exclude: 96b_carbon
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.ibeacon:
|
||||
harness: bluetooth
|
||||
platform_allow: bbc_microbit qemu_x86
|
||||
platform_allow:
|
||||
- bbc_microbit
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
|
|
|
@ -4,14 +4,22 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.ipsp:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_x86 qemu_cortex_m3
|
||||
tags: bluetooth net
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
tags:
|
||||
- bluetooth
|
||||
- net
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
sample.bluetooth.ipsp.zep1656:
|
||||
harness: bluetooth
|
||||
extra_args: CONF_FILE="prj_zep1656.conf"
|
||||
platform_allow: qemu_x86 qemu_cortex_m3
|
||||
tags: bluetooth net
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
tags:
|
||||
- bluetooth
|
||||
- net
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
|
|
|
@ -3,13 +3,21 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.iso_broadcast:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
sample.bluetooth.iso_broadcast.bt_ll_sw_split:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
integration_platforms:
|
||||
- nrf52dk_nrf52832
|
||||
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
||||
|
|
|
@ -4,7 +4,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.iso_broadcast_benchmark:
|
||||
build_only: true
|
||||
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf5340_audio_dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf52840dk_nrf52840
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
- nrf5340_audio_dk_nrf5340_cpuapp
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
|
|
|
@ -4,5 +4,7 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.iso_connected_benchmark:
|
||||
build_only: true
|
||||
platform_allow: nrf5340dk_nrf5340_cpuapp nrf5340_audio_dk_nrf5340_cpuapp
|
||||
platform_allow:
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
- nrf5340_audio_dk_nrf5340_cpuapp
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,13 +3,21 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.iso_receive:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
sample.bluetooth.iso_receive.bt_ll_sw_split:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
integration_platforms:
|
||||
- nrf52dk_nrf52832
|
||||
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.mesh:
|
||||
harness: bluetooth
|
||||
platform_allow: bbc_microbit qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- bbc_microbit
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.mesh_demo:
|
||||
harness: bluetooth
|
||||
platform_allow: bbc_microbit qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- bbc_microbit
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- bbc_microbit
|
||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.mesh_provisioner:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.central_mtu_update:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_mtu_update:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,14 +3,20 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.observer:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
sample.bluetooth.observer.extended:
|
||||
harness: bluetooth
|
||||
extra_args: CONF_FILE="prj_extended.conf"
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,11 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.periodic_adv:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.periodic_adv:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.periodic_adv:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
|
|
|
@ -3,7 +3,11 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.periodic_sync:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.periodic_sync:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.periodic_sync:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
|
|
|
@ -4,14 +4,18 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_x86 nucleo_wb55rg
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- nucleo_wb55rg
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
sample.bluetooth.peripheral.x_nucleo_idb05a1_shield:
|
||||
harness: bluetooth
|
||||
platform_allow: nucleo_l4r5zi
|
||||
depends_on: arduino_spi arduino_gpio
|
||||
depends_on:
|
||||
- arduino_spi
|
||||
- arduino_gpio
|
||||
extra_args: SHIELD=x_nucleo_idb05a1
|
||||
integration_platforms:
|
||||
- nucleo_l4r5zi
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_csc:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_dis:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_esp:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,10 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_gatt_write:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52_bsim
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52_bsim
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_hr:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tags: bluetooth
|
||||
|
|
|
@ -4,13 +4,21 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_ht:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf51dk_nrf51422 nrf52dk_nrf52832
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
sample.bluetooth.peripheral_ht.frdm_kw41z_shield:
|
||||
harness: bluetooth
|
||||
platform_allow: mimxrt1020_evk mimxrt1050_evk mimxrt1060_evk frdm_k64f
|
||||
platform_allow:
|
||||
- mimxrt1020_evk
|
||||
- mimxrt1050_evk
|
||||
- mimxrt1060_evk
|
||||
- frdm_k64f
|
||||
tags: bluetooth
|
||||
extra_args: SHIELD=frdm_kw41z
|
||||
integration_platforms:
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
sample:
|
||||
description: Bluetooth Peripheral Identity
|
||||
name: Demonstrates use of multiple identity and the ability to be connected
|
||||
to from multiple central devices
|
||||
name: Demonstrates use of multiple identity and the ability to be connected to from
|
||||
multiple central devices
|
||||
tests:
|
||||
sample.bluetooth.peripheral_identity:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86 nrf52840dk_nrf52840
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_ots:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_past:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.peripheral_sc_only:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
sample:
|
||||
name: Bluetooth Scan & Advertise
|
||||
description: Demonstrates combined BLE Broadcaster & Observer role
|
||||
functionality
|
||||
description: Demonstrates combined BLE Broadcaster & Observer role functionality
|
||||
tests:
|
||||
sample.bluetooth.scan_adv:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.audio_unicast_client:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
|
@ -4,7 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.bluetooth.audio_unicast_server:
|
||||
harness: bluetooth
|
||||
platform_allow: qemu_cortex_m3 qemu_x86
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue