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 <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2024-08-26 14:29:32 +03:00 committed by Anas Nashif
commit d47a9e211c
5 changed files with 5 additions and 16 deletions

View file

@ -9,13 +9,10 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- bluetooth
- counter - counter
- gpio - gpio
- uart - uart
- i2c - i2c
- spi - spi
testing:
ignore_tags:
- net
- bluetooth
vendor: silabs vendor: silabs

View file

@ -9,13 +9,10 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- bluetooth
- counter - counter
- gpio - gpio
- uart - uart
- i2c - i2c
- spi - spi
testing:
ignore_tags:
- net
- bluetooth
vendor: silabs vendor: silabs

View file

@ -8,14 +8,13 @@ toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb
supported: supported:
- bluetooth
- counter - counter
- gpio - gpio
- uart - uart
- watchdog - watchdog
testing: testing:
ignore_tags: ignore_tags:
- net
- bluetooth
- pm - pm
- hwinfo - hwinfo
vendor: silabs vendor: silabs

View file

@ -9,11 +9,8 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- bluetooth
- counter - counter
- gpio - gpio
- uart - uart
testing:
ignore_tags:
- net
- bluetooth
vendor: silabs vendor: silabs

View file

@ -9,13 +9,12 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- bluetooth
- gpio - gpio
- uart - uart
- watchdog - watchdog
testing: testing:
ignore_tags: ignore_tags:
- net
- bluetooth
- pm - pm
- hwinfo - hwinfo
vendor: silabs vendor: silabs