2017-04-04 23:11:22 -04:00
|
|
|
sample:
|
2023-01-23 19:05:52 +00:00
|
|
|
name: Bluetooth HCI UART
|
|
|
|
description: Allows Zephyr to provide Bluetooth connectivity via UART
|
2017-04-04 23:11:22 -04:00
|
|
|
tests:
|
2019-03-29 11:44:43 -04:00
|
|
|
sample.bluetooth.hci_uart.arm:
|
2017-12-10 10:17:32 -05:00
|
|
|
harness: bluetooth
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: 96b_nitrogen nrf51dk_nrf51422
|
2020-04-02 18:24:56 +02:00
|
|
|
nrf52dk_nrf52832 bbc_microbit
|
2017-12-05 13:00:43 -05:00
|
|
|
tags: uart bluetooth
|
2019-03-29 11:44:43 -04:00
|
|
|
sample.bluetooth.hci_uart.nrf5:
|
2017-12-10 10:17:32 -05:00
|
|
|
harness: bluetooth
|
2020-08-26 11:28:25 -04:00
|
|
|
platform_allow: 96b_nitrogen nrf51dk_nrf51422
|
2020-04-02 18:24:56 +02:00
|
|
|
nrf52dk_nrf52832
|
2017-12-05 13:00:43 -05:00
|
|
|
tags: uart bluetooth
|
2022-01-25 11:08:40 +01:00
|
|
|
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
|
2022-02-09 15:43:50 +01:00
|
|
|
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
|
2022-01-25 11:08:40 +01:00
|
|
|
sample.bluetooth.hci_uart.nrf52833.df.iq_report:
|
|
|
|
harness: bluetooth
|
|
|
|
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
|
|
|
|
tags: uart bluetooth
|
2022-02-09 15:43:50 +01:00
|
|
|
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
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_BT_CTLR_DF=y
|
|
|
|
- CONFIG_BT_CTLR_DTM_HCI_DF_IQ_REPORT=y
|
|
|
|
tags: uart bluetooth
|
2022-10-03 13:41:08 +05:30
|
|
|
sample.bluetooth.hci_uart.nrf52833.all:
|
|
|
|
harness: bluetooth
|
|
|
|
platform_allow: nrf52833dk_nrf52833
|
|
|
|
integration_platforms:
|
|
|
|
- nrf52833dk_nrf52833
|
2023-01-03 13:08:30 +00:00
|
|
|
extra_args: OVERLAY_CONFIG=overlay-all-bt_ll_sw_split.conf
|
|
|
|
DTC_OVERLAY_FILE=./boards/nrf52833dk_nrf52833_df.overlay
|
2022-10-03 13:41:08 +05:30
|
|
|
tags: uart bluetooth
|