boards: Add i2s to supported list for testing

Add i2s as a supported feature on at least one board for each driver
that we have in tree to get CI coverage.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-02-26 10:28:03 -06:00 committed by Kumar Gala
commit ff5b040f78
3 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ toolchain:
supported:
- netif:eth
- adc
- i2s
- gpio
- spi
- watchdog

View file

@ -13,6 +13,7 @@ toolchain:
ram: 262144
supported:
- spi
- i2s
testing:
ignore_tags:
- bluetooth

View file

@ -6,6 +6,8 @@ toolchain:
- xcc
- xtools
- zephyr
supported:
- i2s
testing:
ignore_tags:
- net