The number of mpu regions that can be configured is less than four cases. Therefore, only remove this case on cm33 cores, failed log show below: "num_parts of 4 exceeds maximum allowable partitions (3)" samples: kernel: mem_protect: userspace: remove mimxrt700_evk cm33 cores The maximum number of partitions is less than the number of partitions currently required, causing case to be unable to apply for or delete excess regions. Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
28 lines
641 B
YAML
28 lines
641 B
YAML
sample:
|
|
description: userspace memory domain protection
|
|
example application
|
|
name: protected memory
|
|
common:
|
|
integration_platforms:
|
|
- mps2/an385
|
|
tags: userspace
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "MSG"
|
|
tests:
|
|
sample.kernel.memory_protection.shared_mem:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
arch_exclude:
|
|
- posix
|
|
platform_exclude:
|
|
- twr_ke18f
|
|
- cy8cproto_062_4343w
|
|
- cy8cproto_063_ble
|
|
- ucans32k1sic
|
|
- mimxrt700_evk/mimxrt798s/cm33_cpu0
|
|
- mimxrt700_evk/mimxrt798s/cm33_cpu1
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|