zephyr/tests/kernel/mem_protect/userspace/testcase.yaml
Aksel Skauge Mellbye fee86aecaa boards: silabs: Consistently name radio boards
Rename all Silicon Labs radio boards to always use the official kit name of
the kit containing only the radio board as board target name. Disentangle
boards using Series 1 and Series 2 SoCs that have almost nothing in common
in terms of devicetree content, but still occupied the same directory.

As part of the initial HWMv2 port, all radio boards were merged into a
single target efr32_radio, using the SoC as a board qualifier to target
specific boards. This was unfortunate, as the SoC name is not sufficient
to identify a specific board -- the same SoC may be used on multiple
different boards. This commit reinstates every radio board as an individual
board target.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2024-06-12 12:52:28 -04:00

31 lines
876 B
YAML

common:
ignore_faults: true
tags:
- kernel
- security
- userspace
arch_exclude:
- posix
tests:
kernel.memory_protection.userspace:
filter: CONFIG_ARCH_HAS_USERSPACE
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
platform_exclude:
- ucans32k1sic
kernel.memory_protection.userspace.gap_filling.arc:
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
arch_allow: arc
extra_args: CONFIG_MPU_GAP_FILLING=y
kernel.memory_protection.userspace.gap_filling.arm:
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
arch_allow: arm
platform_allow:
- slwrb4180a
- mps3/an547
- nrf9160dk/nrf9160
integration_platforms:
- mps3/an547
extra_args: CONFIG_MPU_GAP_FILLING=y