mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 13:45:44 +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> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj_poll.conf | ||
prj.conf | ||
testcase.yaml |