Skip to content

Commit 1eb316a

Browse files
sylvioalvesjhedberg
authored andcommitted
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 <[email protected]>
1 parent 3d06716 commit 1eb316a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

samples/bluetooth/central/sample.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ tests:
99
tags: bluetooth
1010
integration_platforms:
1111
- qemu_cortex_m3
12+
sample.bluetooth.central.esp32:
13+
extra_args:
14+
- CONFIG_BUILD_ONLY_NO_BLOBS=y
15+
platform_allow:
16+
- esp32_devkitc_wroom/esp32/procpu
17+
- esp32s3_devkitm/esp32s3/procpu
18+
- esp32c3_devkitm

samples/bluetooth/peripheral/sample.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ tests:
1919
extra_args: SHIELD=x_nucleo_idb05a1
2020
integration_platforms:
2121
- nucleo_l4r5zi
22+
sample.bluetooth.periodic_adv.esp32:
23+
extra_args:
24+
- CONFIG_BUILD_ONLY_NO_BLOBS=y
25+
platform_allow:
26+
- esp32_devkitc_wroom/esp32/procpu
27+
- esp32s3_devkitm/esp32s3/procpu
28+
- esp32c3_devkitm

0 commit comments

Comments
 (0)