zephyr/samples/subsys/llext/shell_loader/sample.yaml
Dat Nguyen Duy 18a0660be0 samples/tests: skip samples/tests disable MPU for s32ze series
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>
2023-11-13 09:48:43 +01:00

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