1sample:
2  name: Bluetooth Peripheral
3  description: Demonstrates the BLE 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_wroom/esp32/procpu
27      - esp32s3_devkitm/esp32s3/procpu
28      - esp32c3_devkitm
29      - sltb010a/efr32bg22c224f512im40
30      - xg24_rb4187c/efr32mg24b220f1536im48
31      - xg27_dk2602a/efr32bg27c140f768im40
32    build_only: true
33