1sample:
2  name: Bluetooth Peripheral
3  description: Demonstrates the Bluetooth LE Peripheral role
4tests:
5  sample.bluetooth.peripheral:
6    harness: bluetooth
7    platform_allow:
8      - qemu_x86
9      - nucleo_wb55rg
10    integration_platforms:
11      - qemu_x86
12    tags: bluetooth
13  sample.bluetooth.peripheral.x_nucleo_idb05a1_shield:
14    harness: bluetooth
15    platform_allow: nucleo_l4r5zi
16    depends_on:
17      - arduino_spi
18      - arduino_gpio
19    extra_args: SHIELD=x_nucleo_idb05a1
20    integration_platforms:
21      - nucleo_l4r5zi
22  sample.bluetooth.peripheral.no_blobs:
23    extra_args:
24      - CONFIG_BUILD_ONLY_NO_BLOBS=y
25    platform_allow:
26      - esp32_devkitc/esp32/procpu
27      - esp32s3_devkitc/esp32s3/procpu
28      - esp8684_devkitm
29      - esp32c3_devkitm
30      - esp32c6_devkitc/esp32c6/hpcore
31      - esp32h2_devkitm
32      - sltb010a/efr32bg22c224f512im40
33      - xg24_rb4187c/efr32mg24b220f1536im48
34      - xg27_dk2602a/efr32bg27c140f768im40
35      - xg29_rb4412a/efr32mg29b140f1024im40
36    build_only: true
37