samples: userspace: shared_mem: remove mimxrt700_evk cm33 cores
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>
This commit is contained in:
parent
8bf58082f0
commit
5c3efe1e68
2 changed files with 4 additions and 0 deletions
|
|
@ -21,5 +21,7 @@ tests:
|
|||
- 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
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ tests:
|
|||
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
|
||||
platform_exclude:
|
||||
- ucans32k1sic
|
||||
- mimxrt700_evk/mimxrt798s/cm33_cpu0
|
||||
- mimxrt700_evk/mimxrt798s/cm33_cpu0
|
||||
kernel.memory_protection.userspace.gap_filling.arc:
|
||||
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
||||
arch_allow: arc
|
||||
|
|
|
|||
Loading…
Reference in a new issue