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:
parent
46fbc8ab50
commit
ff5b040f78
3 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ toolchain:
|
|||
supported:
|
||||
- netif:eth
|
||||
- adc
|
||||
- i2s
|
||||
- gpio
|
||||
- spi
|
||||
- watchdog
|
||||
|
|
|
@ -13,6 +13,7 @@ toolchain:
|
|||
ram: 262144
|
||||
supported:
|
||||
- spi
|
||||
- i2s
|
||||
testing:
|
||||
ignore_tags:
|
||||
- bluetooth
|
||||
|
|
|
@ -6,6 +6,8 @@ toolchain:
|
|||
- xcc
|
||||
- xtools
|
||||
- zephyr
|
||||
supported:
|
||||
- i2s
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue