1sample:
2  name: Bluetooth HCI UART
3  description: Allows Zephyr to provide Bluetooth connectivity via UART
4tests:
5  sample.bluetooth.hci_uart.nrf5:
6    harness: bluetooth
7    platform_allow:
8      - nrf52dk/nrf52832
9      - nrf52840dk/nrf52840
10      - nrf21540dk/nrf52840
11    integration_platforms:
12      - nrf52dk/nrf52832
13      - nrf52840dk/nrf52840
14      - nrf21540dk/nrf52840
15    tags:
16      - uart
17      - bluetooth
18  sample.bluetooth.hci_uart.nrf52833.df:
19    harness: bluetooth
20    platform_allow: nrf52833dk/nrf52833
21    integration_platforms:
22      - nrf52833dk/nrf52833
23    extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
24    extra_configs:
25      - CONFIG_BT_CTLR_DF=y
26    tags:
27      - uart
28      - bluetooth
29  sample.bluetooth.hci_uart.nrf5340_netcore.df:
30    harness: bluetooth
31    platform_allow: nrf5340dk/nrf5340/cpunet
32    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
33    extra_configs:
34      - CONFIG_BT_CTLR_DF=y
35    tags:
36      - uart
37      - bluetooth
38  sample.bluetooth.hci_uart.nrf52833.df.iq_report:
39    harness: bluetooth
40    platform_allow: nrf52833dk/nrf52833
41    integration_platforms:
42      - nrf52833dk/nrf52833
43    extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_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.nrf5340_netcore.df.iq_report:
51    harness: bluetooth
52    platform_allow: nrf5340dk/nrf5340/cpunet
53    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
54    extra_configs:
55      - CONFIG_BT_CTLR_DF=y
56      - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
57    tags:
58      - uart
59      - bluetooth
60  sample.bluetooth.hci_uart.nrf5340dk_cpuapp:
61    harness: bluetooth
62    platform_allow:
63      - nrf5340dk/nrf5340/cpuapp
64    integration_platforms:
65      - nrf5340dk/nrf5340/cpuapp
66    tags:
67      - uart
68      - bluetooth
69  sample.bluetooth.hci_uart.nrf5340_audio_dk_cpuapp.fem:
70    harness: bluetooth
71    platform_allow:
72      - nrf5340_audio_dk/nrf5340/cpuapp
73    integration_platforms:
74      - nrf5340_audio_dk/nrf5340/cpuapp
75    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay
76    tags:
77      - uart
78      - bluetooth
79  sample.bluetooth.hci_uart.nrf52833.all:
80    harness: bluetooth
81    platform_allow: nrf52833dk/nrf52833
82    integration_platforms:
83      - nrf52833dk/nrf52833
84    extra_args:
85      - EXTRA_CONF_FILE=overlay-all-bt_ll_sw_split.conf
86      - DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
87    tags:
88      - uart
89      - bluetooth
90  sample.bluetooth.hci_uart.nrf54l15.all:
91    harness: bluetooth
92    platform_allow: nrf54l15dk/nrf54l15/cpuapp
93    integration_platforms:
94      - nrf54l15dk/nrf54l15/cpuapp
95    extra_args:
96      - EXTRA_CONF_FILE=overlay-all-bt_ll_sw_split.conf
97      - DTC_OVERLAY_FILE=./boards/nrf54l15dk_nrf54l15_cpuapp_df.overlay
98    tags:
99      - uart
100      - bluetooth
101