mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Possibly copypasta, or improvements to the test, either way this test doesn't use that much RAM especially if memory protection isn't active. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
11 lines
344 B
YAML
11 lines
344 B
YAML
tests:
|
|
kernel.threads.thread_stack:
|
|
tags: kernel security userspace ignore_faults
|
|
min_ram: 16
|
|
kernel.threads.armv8m_mpu_stack_guard:
|
|
min_ram: 16
|
|
extra_args: CONF_FILE=prj_armv8m_mpu_stack_guard.conf
|
|
filter: CONFIG_ARM_MPU and CONFIG_ARMV8_M_MAINLINE
|
|
arch_allow: arm
|
|
tags: kernel security userspace ignore_faults
|