Update central and peripheral samples so that espressif SoC can be properly tested in CI. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
19 lines
433 B
YAML
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
|