mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 08:05:49 +00:00
The sys_mutex test doesn't seem to fit in 24kB of RAM anymore, when building with user mode support (CONFIG_USERSPACE=y). We, therefore, restrict it to platforms that have 32KB or more of RAM. We also filter the test with ARCH_HAS_USERSPACE explicitly. The alternative setup of the sys_mutex test, i.e. without user mode support (CONFIG_TEST_USERSPACE=n) continues to build for platforms with less than 32k of RAM. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
boot_page_table | ||
common | ||
context | ||
critical | ||
device | ||
early_sleep | ||
fatal | ||
fifo | ||
fp_sharing | ||
gen_isr_table | ||
interrupt | ||
lifo | ||
mbox | ||
mem_heap/mheap_api_concept | ||
mem_pool | ||
mem_protect | ||
mem_slab | ||
mp | ||
msgq/msgq_api | ||
mutex | ||
obj_tracing | ||
pending | ||
pipe | ||
poll | ||
profiling/profiling_api | ||
queue | ||
sched | ||
semaphore | ||
sleep | ||
smp | ||
spinlock | ||
stack | ||
threads | ||
tickless | ||
timer | ||
workq | ||
xip |