samples: net: dsa: add mimxrt1180_evk board support

Added mimxrt1180_evk board support.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu 2024-11-28 10:25:17 +08:00 committed by Benjamin Cabé
commit 7a22dc9bec
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,5 @@
CONFIG_NET_IF_MAX_IPV4_COUNT=7
CONFIG_NET_IF_MAX_IPV6_COUNT=7
CONFIG_NET_SAMPLE_DSA_LLDP=n
CONFIG_NET_SAMPLE_DSA_MAX_SLAVE_PORTS=5

View file

@ -0,0 +1,5 @@
CONFIG_NET_IF_MAX_IPV4_COUNT=7
CONFIG_NET_IF_MAX_IPV6_COUNT=7
CONFIG_NET_SAMPLE_DSA_LLDP=n
CONFIG_NET_SAMPLE_DSA_MAX_SLAVE_PORTS=5

View file

@ -9,5 +9,8 @@ common:
tests:
sample.net.dsa:
build_only: true
platform_allow: ip_k66f
platform_allow:
- ip_k66f
- mimxrt1180_evk/mimxrt1189/cm33
- mimxrt1180_evk/mimxrt1189/cm7
depends_on: eth