zephyr/subsys/ipc
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
..
ipc_service ipc: icmsg: increase stack size of RX work queue thread 2024-10-22 20:40:57 +02:00
rpmsg_service ipc: rpmsg_service: Remove virtual shared memory device 2024-10-02 10:04:59 +02:00
CMakeLists.txt
Kconfig