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
|
||||
- i2c
|
||||
- spi
|
||||
- gpio
|
||||
testing:
|
||||
default: true
|
||||
|
|
|
@ -12,3 +12,4 @@ supported:
|
|||
- netif:eth
|
||||
- usb_device
|
||||
- adc
|
||||
- gpio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue