Skip to content

Commit 5c3efe1

Browse files
lucien-nxpkartben
authored andcommitted
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 <[email protected]>
1 parent 8bf5808 commit 5c3efe1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/userspace/shared_mem/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ tests:
2121
- cy8cproto_062_4343w
2222
- cy8cproto_063_ble
2323
- ucans32k1sic
24+
- mimxrt700_evk/mimxrt798s/cm33_cpu0
25+
- mimxrt700_evk/mimxrt798s/cm33_cpu1
2426
extra_configs:
2527
- CONFIG_TEST_HW_STACK_PROTECTION=n

tests/kernel/mem_protect/userspace/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ tests:
1414
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
1515
platform_exclude:
1616
- ucans32k1sic
17+
- mimxrt700_evk/mimxrt798s/cm33_cpu0
18+
- mimxrt700_evk/mimxrt798s/cm33_cpu0
1719
kernel.memory_protection.userspace.gap_filling.arc:
1820
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
1921
arch_allow: arc

0 commit comments

Comments
 (0)