Skip to content

Commit 2f1a0c8

Browse files
pabigotgalak
authored andcommitted
boards: mark gpio as supported capability where known missing
Some board description files failed to note where gpio was supported, causing tests to be inappropriately filtered. Add the feature where the gpio_basic_api test would use it. Signed-off-by: Peter Bigot <[email protected]>
1 parent 517f3b9 commit 2f1a0c8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

boards/arm/atsamd21_xpro/atsamd21_xpro.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ toolchain:
1010
- zephyr
1111
- gnuarmemb
1212
- xtools
13+
supported:
14+
- gpio

boards/arm/mimxrt1060_evk/mimxrt1060_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ram: 32768
1616
flash: 8192
1717
supported:
1818
- display
19+
- gpio
1920
- hwinfo
2021
- i2c
2122
- netif:eth

0 commit comments

Comments
 (0)