mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 17:36:38 +00:00
The kernel.queue.poll test fails if CONFIG_MAX_THREAD_BYTES is larger than 2, complaining about no memory for semaphore object. Turns out the memory pool is not large enough. So make it a bit larger. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
---|---|---|
.. | ||
alert/alert_api | ||
arm_irq_vector_table | ||
arm_runtime_nmi | ||
boot_page_table | ||
common | ||
context | ||
critical | ||
device | ||
early_sleep | ||
errno | ||
fatal | ||
fifo | ||
fp_sharing | ||
gen_isr_table | ||
init | ||
irq_offload | ||
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 |