zephyr/samples/bluetooth/hci_rpmsg/sample.yaml
Vinayak Kariappa Chettimada 2da7a8d786 samples: Bluetooth: hci_rpmsg: Fix Broadcast and Sync Receiver prj conf
Fix Broadcast ISO and Synchronized Receiver project
configurations related to IPC use.

Relates to commit cf6a58d3f6 ("bluetooth: hci: rpmsg:
use ipc service library").

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2022-04-29 08:57:02 +02:00

26 lines
803 B
YAML

sample:
description: Allows Zephyr to provide Bluetooth connectivity
via RPMsg.
name: Bluetooth HCI RPMsg
tests:
sample.bluetooth.hci_rpmsg:
harness: bluetooth
platform_allow: nrf5340dk_nrf5340_cpunet
tags: bluetooth
integration_platforms:
- nrf5340dk_nrf5340_cpunet
sample.bluetooth.hci_rpmsg.iso_broadcast:
harness: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso_broadcast.conf"
platform_allow: nrf5340dk_nrf5340_cpunet
tags: bluetooth
integration_platforms:
- nrf5340dk_nrf5340_cpunet
sample.bluetooth.hci_rpmsg.iso_receive:
harness: bluetooth
extra_args: CONF_FILE="nrf5340_cpunet_iso_receive.conf"
platform_allow: nrf5340dk_nrf5340_cpunet
tags: bluetooth
integration_platforms:
- nrf5340dk_nrf5340_cpunet