zephyr/samples/arch/mpu/mpu_test/sample.yaml
Henry Wang 35f52fd31a sample: mpu: skip the MPU test for Armv8-R AArch64
The functionality of the MPU depends on userspace, which has not
been implemented on AArch64. Therefore we skip that case for now.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2021-04-13 07:47:44 -04:00

9 lines
163 B
YAML

sample:
name: MPU Test
tests:
sample.mpu.mpu_test:
arch_allow: arm
filter: CONFIG_CPU_HAS_MPU and not CONFIG_ARM64
tags: mpu
harness: keyboard