From b0dbf4b921f608cd27f850f566f645072305d051 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Wed, 27 Nov 2024 17:58:30 -0300 Subject: [PATCH] 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 --- samples/bluetooth/central/sample.yaml | 7 +++++++ samples/bluetooth/peripheral/sample.yaml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/samples/bluetooth/central/sample.yaml b/samples/bluetooth/central/sample.yaml index 973b48c7c0bb5db..a89203aadb8db99 100644 --- a/samples/bluetooth/central/sample.yaml +++ b/samples/bluetooth/central/sample.yaml @@ -9,3 +9,10 @@ tests: 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 diff --git a/samples/bluetooth/peripheral/sample.yaml b/samples/bluetooth/peripheral/sample.yaml index d28d9e23d0111b6..72b075fc1983557 100644 --- a/samples/bluetooth/peripheral/sample.yaml +++ b/samples/bluetooth/peripheral/sample.yaml @@ -19,3 +19,10 @@ tests: extra_args: SHIELD=x_nucleo_idb05a1 integration_platforms: - nucleo_l4r5zi + sample.bluetooth.periodic_adv.esp32: + extra_args: + - CONFIG_BUILD_ONLY_NO_BLOBS=y + platform_allow: + - esp32_devkitc_wroom/esp32/procpu + - esp32s3_devkitm/esp32s3/procpu + - esp32c3_devkitm