34 lines
719 B
YAML
34 lines
719 B
YAML
sample:
|
|
name: Bluetooth over USB sample
|
|
tests:
|
|
sample.bluetooth.hci_usb.nrf52840.all:
|
|
harness: bluetooth
|
|
platform_allow: nrf52840dongle/nrf52840
|
|
integration_platforms:
|
|
- nrf52840dongle/nrf52840
|
|
extra_args:
|
|
- CONFIG_FILE=prj.conf
|
|
- OVERLAY_CONFIG=auracaster.conf
|
|
tags:
|
|
- uart
|
|
- bluetooth
|
|
|
|
sample.bluetooth.hci_usb:
|
|
harness: bluetooth
|
|
depends_on:
|
|
- usb_device
|
|
- ble
|
|
tags:
|
|
- usb
|
|
- bluetooth
|
|
sample.bluetooth.hci_usb.device_next:
|
|
harness: bluetooth
|
|
depends_on:
|
|
- usb_device
|
|
- ble
|
|
tags:
|
|
- usb
|
|
- bluetooth
|
|
extra_args: CONF_FILE="usbd_next_prj.conf"
|
|
platform_allow: nrf52840dk/nrf52840
|