Skip to content

Commit 2ac87ac

Browse files
jhedbergkartben
authored andcommitted
samples: bluetooth: Add Silabs boards to "no blobs" test cases
Add Silabs boards to the newly added test cases which exercise the CONFIG_BUILD_ONLY_NO_BLOBS configuration option. Also fix the namespace to be "peripheral" for the peripheral sample app. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent 5f963fe commit 2ac87ac

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

samples/bluetooth/central/sample.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ tests:
99
tags: bluetooth
1010
integration_platforms:
1111
- qemu_cortex_m3
12-
sample.bluetooth.central.esp32:
12+
sample.bluetooth.central.no_blobs:
1313
extra_args:
1414
- CONFIG_BUILD_ONLY_NO_BLOBS=y
1515
platform_allow:
1616
- esp32_devkitc_wroom/esp32/procpu
1717
- esp32s3_devkitm/esp32s3/procpu
1818
- esp32c3_devkitm
19+
- sltb010a/efr32bg22c224f512im40
20+
- xg24_rb4187c/efr32mg24b220f1536im48
21+
- xg27_dk2602a/efr32bg27c140f768im40

samples/bluetooth/peripheral/sample.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ tests:
1919
extra_args: SHIELD=x_nucleo_idb05a1
2020
integration_platforms:
2121
- nucleo_l4r5zi
22-
sample.bluetooth.periodic_adv.esp32:
22+
sample.bluetooth.peripheral.no_blobs:
2323
extra_args:
2424
- CONFIG_BUILD_ONLY_NO_BLOBS=y
2525
platform_allow:
2626
- esp32_devkitc_wroom/esp32/procpu
2727
- esp32s3_devkitm/esp32s3/procpu
2828
- esp32c3_devkitm
29+
- sltb010a/efr32bg22c224f512im40
30+
- xg24_rb4187c/efr32mg24b220f1536im48
31+
- xg27_dk2602a/efr32bg27c140f768im40

0 commit comments

Comments
 (0)