Group all NXP board samples in samples/boards/nxp to keep samples/boards/ organized by vendor Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
16 lines
415 B
YAML
16 lines
415 B
YAML
sample:
|
|
description: Sample for show-casing the different use-cases of NXP S32 NETC driver
|
|
name: NXP S32 NETC sample
|
|
common:
|
|
platform_allow:
|
|
- s32z2xxdc2/s32z270/rtu0
|
|
- s32z2xxdc2@D/s32z270/rtu0
|
|
depends_on: netif
|
|
tags: net
|
|
tests:
|
|
sample.boards.nxp_s32.netc.psi:
|
|
harness: net
|
|
sample.boards.nxp_s32.netc.vsi_and_psi:
|
|
extra_args: DTC_OVERLAY_FILE="./vsi-and-psi.overlay"
|
|
harness: net
|