1sample:
2  name: Bluetooth HCI UART 3Wire
3  description: Allows Zephyr to provide Bluetooth connectivity via UART 3Wire
4tests:
5  sample.bluetooth.hci_uart_3wire.nrf5:
6    harness: bluetooth
7    platform_allow:
8      - nrf52dk/nrf52832
9    tags:
10      - uart
11      - bluetooth
12  sample.bluetooth.hci_uart_3wire.nrf52833.df:
13    harness: bluetooth
14    platform_allow: nrf52833dk/nrf52833
15    extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
16    extra_configs:
17      - CONFIG_BT_CTLR_DF=y
18    tags:
19      - uart
20      - bluetooth
21  sample.bluetooth.hci_uart_3wire.nrf5340_netcore.df:
22    harness: bluetooth
23    platform_allow: nrf5340dk/nrf5340/cpunet
24    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
25    extra_configs:
26      - CONFIG_BT_CTLR_DF=y
27    tags:
28      - uart
29      - bluetooth
30  sample.bluetooth.hci_uart_3wire.nrf52833.df.iq_report:
31    harness: bluetooth
32    platform_allow: nrf52833dk/nrf52833
33    extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
34    extra_configs:
35      - CONFIG_BT_CTLR_DF=y
36      - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
37    tags:
38      - uart
39      - bluetooth
40  sample.bluetooth.hci_uart_3wire.nrf5340_netcore.df.iq_report:
41    harness: bluetooth
42    platform_allow: nrf5340dk/nrf5340/cpunet
43    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
44    extra_configs:
45      - CONFIG_BT_CTLR_DF=y
46      - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
47    tags:
48      - uart
49      - bluetooth
50  sample.bluetooth.hci_uart_3wire.nrf52833.all:
51    harness: bluetooth
52    platform_allow: nrf52833dk/nrf52833
53    integration_platforms:
54      - nrf52833dk/nrf52833
55    extra_args:
56      - EXTRA_CONF_FILE=overlay-all-bt_ll_sw_split.conf
57      - DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
58    tags:
59      - uart
60      - bluetooth
61