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>
24 lines
644 B
YAML
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
|