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      - nrf54l15dk/nrf54l15/cpuapp
12      - nrf54lm20dk/nrf54lm20a/cpuapp
13    integration_platforms:
14      - nrf52dk/nrf52832
15      - nrf52840dk/nrf52840
16      - nrf21540dk/nrf52840
17      - nrf54l15dk/nrf54l15/cpuapp
18      - nrf54lm20dk/nrf54lm20a/cpuapp
19    tags:
20      - uart
21      - bluetooth
22  sample.bluetooth.hci_uart.nrf52833.df:
23    harness: bluetooth
24    platform_allow: nrf52833dk/nrf52833
25    integration_platforms:
26      - nrf52833dk/nrf52833
27    extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
28    extra_configs:
29      - CONFIG_BT_CTLR_DF=y
30    tags:
31      - uart
32      - bluetooth
33  sample.bluetooth.hci_uart.nrf5340_netcore.df:
34    harness: bluetooth
35    platform_allow: nrf5340dk/nrf5340/cpunet
36    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
37    extra_configs:
38      - CONFIG_BT_CTLR_DF=y
39    tags:
40      - uart
41      - bluetooth
42  sample.bluetooth.hci_uart.nrf52833.df.iq_report:
43    harness: bluetooth
44    platform_allow: nrf52833dk/nrf52833
45    integration_platforms:
46      - nrf52833dk/nrf52833
47    extra_args: DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
48    extra_configs:
49      - CONFIG_BT_CTLR_DF=y
50      - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
51    tags:
52      - uart
53      - bluetooth
54  sample.bluetooth.hci_uart.nrf5340_netcore.df.iq_report:
55    harness: bluetooth
56    platform_allow: nrf5340dk/nrf5340/cpunet
57    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340dk_nrf5340_cpunet_df.overlay
58    extra_configs:
59      - CONFIG_BT_CTLR_DF=y
60      - CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
61    tags:
62      - uart
63      - bluetooth
64  sample.bluetooth.hci_uart.nrf5340dk_cpuapp:
65    harness: bluetooth
66    platform_allow:
67      - nrf5340dk/nrf5340/cpuapp
68    integration_platforms:
69      - nrf5340dk/nrf5340/cpuapp
70    tags:
71      - uart
72      - bluetooth
73  sample.bluetooth.hci_uart.nrf5340_audio_dk_cpuapp.fem:
74    harness: bluetooth
75    platform_allow:
76      - nrf5340_audio_dk/nrf5340/cpuapp
77    integration_platforms:
78      - nrf5340_audio_dk/nrf5340/cpuapp
79    extra_args: DTC_OVERLAY_FILE=./boards/nrf5340_audio_dk_nrf5340_cpuapp_nrf21540_ek.overlay
80    tags:
81      - uart
82      - bluetooth
83  sample.bluetooth.hci_uart.nrf52833.all:
84    harness: bluetooth
85    platform_allow: nrf52833dk/nrf52833
86    integration_platforms:
87      - nrf52833dk/nrf52833
88    extra_args:
89      - EXTRA_CONF_FILE=overlay-all-bt_ll_sw_split.conf
90      - DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
91    tags:
92      - uart
93      - bluetooth
94  sample.bluetooth.hci_uart.nrf54l15.all:
95    harness: bluetooth
96    platform_allow: nrf54l15dk/nrf54l15/cpuapp
97    integration_platforms:
98      - nrf54l15dk/nrf54l15/cpuapp
99    extra_args:
100      - EXTRA_CONF_FILE=overlay-all-bt_ll_sw_split.conf
101      - DTC_OVERLAY_FILE=./boards/nrf54l15dk_nrf54l15_cpuapp_df.overlay
102    tags:
103      - uart
104      - bluetooth
105  sample.bluetooth.hci_uart.nrf54lm20a.all:
106    harness: bluetooth
107    platform_allow: nrf54lm20dk/nrf54lm20a/cpuapp
108    integration_platforms:
109      - nrf54lm20dk/nrf54lm20a/cpuapp
110    extra_args:
111      - EXTRA_CONF_FILE=overlay-all-bt_ll_sw_split.conf
112      - DTC_OVERLAY_FILE=./boards/nrf54lm20dk_nrf54lm20a_cpuapp_df.overlay
113    tags:
114      - uart
115      - bluetooth
116