On SoC series s32ze, Zephyr application cannot run with MPU disabled, skipping relevant samples/tests Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
15 lines
383 B
YAML
15 lines
383 B
YAML
sample:
|
|
description: Loadable extensions with shell sample
|
|
name: Extension loader shell
|
|
tests:
|
|
sample.llext.shell:
|
|
tags: shell llext
|
|
harness: keyboard
|
|
filter: not CONFIG_CPU_HAS_MMU and not CONFIG_SOC_SERIES_S32ZE_R52
|
|
arch_allow: arm
|
|
extra_configs:
|
|
- CONFIG_ARM_MPU=n
|
|
# Broken platforms
|
|
platform_exclude:
|
|
- nuvoton_pfm_m487 # See #63167
|