Enable Bluetooth HCI USB tranport layer from new experimental USB device support. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
16 lines
433 B
YAML
16 lines
433 B
YAML
sample:
|
|
name: Bluetooth over USB sample
|
|
tests:
|
|
sample.bluetooth.hci_usb:
|
|
harness: bluetooth
|
|
depends_on: usb_device ble
|
|
tags: usb bluetooth
|
|
# FIXME: exclude due to build error
|
|
platform_exclude: 96b_carbon
|
|
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
|