zephyr/samples/bluetooth/unicast_audio_server/sample.yaml
Vinayak Kariappa Chettimada f992029f26 samples: Bluetooth: unicast audio client and server overlay config
Add Zephyr Bluetooth Low Energy Controller overlay config for
the unicast audio client and server samples.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2023-06-08 06:47:25 -04:00

24 lines
644 B
YAML

sample:
description: Bluetooth Low Energy Audio Unicast Server sample
name: Bluetooth Low Energy Audio Unicast Server sample
tests:
sample.bluetooth.audio_unicast_server:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
sample.bluetooth.audio_unicast_server.bt_ll_sw_split:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf52_bsim
- nrf52dk_nrf52832
integration_platforms:
- nrf52dk_nrf52832
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
tags: bluetooth