Skip to content

Commit 34d6e48

Browse files
committed
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 <[email protected]>
1 parent bcdc762 commit 34d6e48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/posix/native_posix/native_posix.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ supported:
1010
- netif:eth
1111
- usb_device
1212
- adc
13+
- i2c
14+
- spi
1315
testing:
1416
default: true

0 commit comments

Comments
 (0)