28 lines
739 B
YAML
28 lines
739 B
YAML
sample:
|
|
name: Bluetooth HCI UART
|
|
description: Allows Zephyr to provide Bluetooth connectivity via UART
|
|
tests:
|
|
sample.bluetooth.hci_uart.nrf54l15.all:
|
|
harness: bluetooth
|
|
platform_allow: nrf54l15dk/nrf54l15/cpuapp
|
|
integration_platforms:
|
|
- nrf54l15dk/nrf54l15/cpuapp
|
|
extra_args:
|
|
- CONFIG=prj.conf
|
|
- OVERLAY_CONFIG=debug_bt_rtt.conf,iso.conf
|
|
tags:
|
|
- uart
|
|
- bluetooth
|
|
|
|
sample.bluetooth.hci_uart.nrf52840.all:
|
|
harness: bluetooth
|
|
platform_allow: nrf52840dongle/nrf52840
|
|
integration_platforms:
|
|
- nrf52840dongle/nrf52840
|
|
extra_args:
|
|
- CONFIG=prj.conf
|
|
- OVERLAY_CONFIG=boards/nrf52840dongle_nrf52840.conf,iso.conf
|
|
tags:
|
|
- uart
|
|
- bluetooth
|