boards: native_posix: Add i2c & spi to supporte features
We have I2C & SPI controllers on native posix, so list them as supported features in the board YAML. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
bcdc762609
commit
34d6e488a6
1 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@ supported:
|
||||||
- netif:eth
|
- netif:eth
|
||||||
- usb_device
|
- usb_device
|
||||||
- adc
|
- adc
|
||||||
|
- i2c
|
||||||
|
- spi
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue