From 3a119979d63f8c2e0f7639e497692c9c46a385c7 Mon Sep 17 00:00:00 2001 From: Pavlo Havrylyuk Date: Fri, 22 Sep 2023 11:59:35 -0700 Subject: [PATCH] samples: userspace: exclude cy8cproto boards from sample 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 --- samples/userspace/shared_mem/sample.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/userspace/shared_mem/sample.yaml b/samples/userspace/shared_mem/sample.yaml index b9d72fbe14..3e45ba1bbd 100644 --- a/samples/userspace/shared_mem/sample.yaml +++ b/samples/userspace/shared_mem/sample.yaml @@ -14,6 +14,9 @@ common: tests: sample.kernel.memory_protection.shared_mem: filter: CONFIG_ARCH_HAS_USERSPACE - platform_exclude: twr_ke18f + platform_exclude: + - twr_ke18f + - cy8cproto_062_4343w + - cy8cproto_063_ble extra_configs: - CONFIG_TEST_HW_STACK_PROTECTION=n