tests: ethernet: Disable ethernet build test for RT10xx platforms
RT10xx platforms will fail to build with SPI and Ethernet enabled due to a pin conflict. Exclude them from the ethernet build test as it enables SPI and will fail. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
0076a3b5da
commit
b18eb9569c
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ tests:
|
||||||
net.ethernet.build:
|
net.ethernet.build:
|
||||||
min_flash: 42
|
min_flash: 42
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
platform_exclude: frdm_kw41z
|
platform_exclude: frdm_kw41z mimxrt1020_evk mimxrt1024_evk mimxrt1050_evk
|
||||||
|
mimxrt1060_evk mimxrt1064_evk
|
||||||
depends_on: spi netif
|
depends_on: spi netif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue