From 34d6e488a67df2631bc76c750737d09ca0e0fdf3 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 7 May 2021 09:09:54 -0500 Subject: [PATCH] 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 --- boards/posix/native_posix/native_posix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/posix/native_posix/native_posix.yaml b/boards/posix/native_posix/native_posix.yaml index dde2d0a13fc..8d8a1655324 100644 --- a/boards/posix/native_posix/native_posix.yaml +++ b/boards/posix/native_posix/native_posix.yaml @@ -10,5 +10,7 @@ supported: - netif:eth - usb_device - adc + - i2c + - spi testing: default: true