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:
parent
bffe46d5b1
commit
7a22dc9bec
3 changed files with 14 additions and 1 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue