zephyr/subsys/ipc/ipc_service/lib
Piotr Koziar 51e0130a74 ipc: icmsg: increase stack size of RX work queue thread
Increases default size of stack used by work queue RX thread
from 1024 to 1280 to avoid memory issues.

After adding the buffer with the default size of 128
that is allocated on the thread's stack (see #77552),
there is too little stack left during heavy stress.

Signed-off-by: Piotr Koziar <piotr.koziar@nordicsemi.no>
2024-10-22 20:40:57 +02:00
..
CMakeLists.txt
icmsg_me.c subsys/ipc icmsg_me.c: Fix ssize_t build error for some libCs 2024-09-26 03:34:26 -04:00
icmsg.c ipc: icmsg: Check return error of pbuf_rx_init() 2024-10-02 10:09:18 +02:00
ipc_rpmsg.c
ipc_static_vrings.c ipc: ipc_service: Inline libmetal_{setup,teardown}() for correct ordering 2024-10-02 10:04:59 +02:00
Kconfig
Kconfig.icmsg ipc: icmsg: increase stack size of RX work queue thread 2024-10-22 20:40:57 +02:00
pbuf.c ipc: icmsg & icbmsg: Add support for POSIX arch targets 2024-09-26 03:34:26 -04:00