Skip to content

Commit d47a9e2

Browse files
jhedbergnashif
authored andcommitted
boards: silabs: Don't explicitly ignore bluetooth and net tags
These boards support Bluetooth, so it should be listed under "supported". There's also no (known) good reason to explicitly skip "net" tags, so remove that from the ignore_tags list as well. We don't particularly know or care about relevant net tests for these boards, so "net" is left out for now from the "supported" list. Signed-off-by: Johan Hedberg <[email protected]>
1 parent 5dd980c commit d47a9e2

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

boards/silabs/dev_kits/sltb010a/sltb010a_0.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
supported:
12+
- bluetooth
1213
- counter
1314
- gpio
1415
- uart
1516
- i2c
1617
- spi
17-
testing:
18-
ignore_tags:
19-
- net
20-
- bluetooth
2118
vendor: silabs

boards/silabs/dev_kits/sltb010a/sltb010a_2.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
supported:
12+
- bluetooth
1213
- counter
1314
- gpio
1415
- uart
1516
- i2c
1617
- spi
17-
testing:
18-
ignore_tags:
19-
- net
20-
- bluetooth
2118
vendor: silabs

boards/silabs/dev_kits/xg24_dk2601b/xg24_dk2601b.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ toolchain:
88
- zephyr
99
- gnuarmemb
1010
supported:
11+
- bluetooth
1112
- counter
1213
- gpio
1314
- uart
1415
- watchdog
1516
testing:
1617
ignore_tags:
17-
- net
18-
- bluetooth
1918
- pm
2019
- hwinfo
2120
vendor: silabs

boards/silabs/dev_kits/xg27_dk2602a/xg27_dk2602a.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
supported:
12+
- bluetooth
1213
- counter
1314
- gpio
1415
- uart
15-
testing:
16-
ignore_tags:
17-
- net
18-
- bluetooth
1916
vendor: silabs

boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
supported:
12+
- bluetooth
1213
- gpio
1314
- uart
1415
- watchdog
1516
testing:
1617
ignore_tags:
17-
- net
18-
- bluetooth
1918
- pm
2019
- hwinfo
2120
vendor: silabs

0 commit comments

Comments
 (0)