Skip to content

Commit

Permalink
samples: bluetooth: allow espressif platform testing
Browse files Browse the repository at this point in the history
Update central and peripheral samples so that
espressif SoC can be properly tested in CI.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves committed Dec 19, 2024
1 parent 93e7ca4 commit b0dbf4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/bluetooth/central/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions samples/bluetooth/peripheral/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b0dbf4b

Please sign in to comment.