Skip to content

Commit 3bbb96f

Browse files
MaureenHelmnashif
authored andcommitted
boards: arm: Add missing supported features to nxp imx rt boards
Adds missing items to the list of supported features for all nxp imx rt boards. These features were already supported, just missing from the list. This change increases the number of samples and tests that sanitycheck selects for these boards. Signed-off-by: Maureen Helm <[email protected]>
1 parent 5ca1e08 commit 3bbb96f

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed

boards/arm/mimxrt1015_evk/mimxrt1015_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ ram: 32
1616
flash: 16384
1717
supported:
1818
- counter
19+
- gpio
1920
- hwinfo
2021
- i2c

boards/arm/mimxrt1020_evk/mimxrt1020_evk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ ram: 32768
1616
flash: 8192
1717
supported:
1818
- counter
19+
- gpio
1920
- hwinfo
2021
- i2c
22+
- netif:eth

boards/arm/mimxrt1050_evk/mimxrt1050_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ flash: 65536
1717
supported:
1818
- counter
1919
- display
20+
- gpio
2021
- hwinfo
2122
- i2c
2223
- netif:eth

boards/arm/mimxrt1050_evk/mimxrt1050_evk_qspi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ ram: 32768
1616
flash: 8192
1717
supported:
1818
- counter
19+
- display
20+
- gpio
1921
- hwinfo
22+
- i2c
2023
- netif:eth
24+
- sdhc
2125
- spi
26+
- usb_device

boards/arm/mimxrt1060_evk/mimxrt1060_evk_hyperflash.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ toolchain:
1414
- xtools
1515
ram: 32768
1616
flash: 65536
17+
supported:
18+
- counter
19+
- display
20+
- gpio
21+
- hwinfo
22+
- i2c
23+
- netif:eth

boards/arm/mimxrt1064_evk/mimxrt1064_evk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ flash: 4096
1717
supported:
1818
- counter
1919
- display
20+
- gpio
2021
- hwinfo
2122
- i2c
2223
- netif:eth

0 commit comments

Comments
 (0)