mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 05:41:56 +00:00
This test uses ztest anyway, the default should be fine just like any other test running under ztest. k_thread_create() uses a lot of stack, and the main stack size is very small if ztest is enabled. Do it in another ztest task instead. We don't need to mess with the main thread's priority, just have the alt thread run cooperatively. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
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 | ||
static_idt | ||
threads | ||
tickless | ||
timer | ||
workq | ||
xip |