zephyr/samples/bluetooth/central/sample.yaml
Sylvio Alves 1eb316ad83 samples: bluetooth: allow espressif platform testing
Update central and peripheral samples so that
espressif SoC can be properly tested in CI.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2024-12-20 23:51:16 +02:00

19 lines
433 B
YAML

sample:
name: Bluetooth Central
tests:
sample.bluetooth.central:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
sample.bluetooth.central.esp32:
extra_args:
- CONFIG_BUILD_ONLY_NO_BLOBS=y
platform_allow:
- esp32_devkitc_wroom/esp32/procpu
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm