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:
parent
5dd980c00b
commit
d47a9e211c
5 changed files with 5 additions and 16 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue