zephyr/samples/bluetooth/tmap_peripheral/sample.yaml
Abderrahmane Jarmouni 3a4dbd4a73 samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE
Replace some OVERLAY_CONFIG that were missed in a pervious PR.

Signed-off-by: Abderrahmane Jarmouni <git@jarmouni.me>
2024-10-24 14:06:54 +02:00

26 lines
662 B
YAML

sample:
description: Bluetooth Low Energy Audio TMAP Peripheral sample
name: Bluetooth Low Energy Audio TMAP Peripheral sample
tests:
sample.bluetooth.tmap_peripheral:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
sample.bluetooth.tmap_peripheral.duo:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
- native_sim
tags: bluetooth
extra_args: EXTRA_CONF_FILE="duo.conf"
extra_configs:
- CONFIG_TMAP_PERIPHERAL_SET_RANK=2
integration_platforms:
- qemu_cortex_m3