Excluded cy8cproto_062_4343w and cy8cproto_063_ble from samples/userspace/shared_mem sample due to a hardware limitation with number of available MPU regions. Sample throws warning: `num_parts of 4 exceeds maximum allowable partitions (2)` With the Cortex M4 on the boards only 2 mpu regions are left and available to be used with the sample. Signed-off-by: Pavlo Havrylyuk <pavlo.havrylyuk@infineon.com>
23 lines
502 B
YAML
23 lines
502 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
|
|
platform_exclude:
|
|
- twr_ke18f
|
|
- cy8cproto_062_4343w
|
|
- cy8cproto_063_ble
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|