native_posix: Add gpio to supported list
Add gpio to supported list in native_posix boards so that the gpio tests with the gpio_emul will run in twister. Signed-off-by: Jeremy Bettis <jbettis@google.com>
This commit is contained in:
parent
a1947006d6
commit
77550d05a3
2 changed files with 2 additions and 0 deletions
|
@ -14,5 +14,6 @@ supported:
|
||||||
- adc
|
- adc
|
||||||
- i2c
|
- i2c
|
||||||
- spi
|
- spi
|
||||||
|
- gpio
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
|
|
|
@ -12,3 +12,4 @@ supported:
|
||||||
- netif:eth
|
- netif:eth
|
||||||
- usb_device
|
- usb_device
|
||||||
- adc
|
- adc
|
||||||
|
- gpio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue