zephyr/subsys/ipc/ipc_service/lib
Bjarki Arge Andreasen ee1e517ccf ipc: icmsg: configure PBUF RX rx_buffer using kconfig
The size of the rx_buffer used by icmsg.c mbox_callback_process()
is not MISRA compliant, being "dynamically" allocated on the stack.

This commit adds a kconfig to set the size of the read buffer and
asserts that it is large enough to read all received data.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2024-08-30 11:45:38 -04:00
..
CMakeLists.txt
icmsg_me.c ipc: icmsg_me: Fix possible integer overflow 2024-05-09 12:40:24 -04:00
icmsg.c ipc: icmsg: configure PBUF RX rx_buffer using kconfig 2024-08-30 11:45:38 -04:00
ipc_rpmsg.c
ipc_static_vrings.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
Kconfig
Kconfig.icmsg ipc: icmsg: configure PBUF RX rx_buffer using kconfig 2024-08-30 11:45:38 -04:00
pbuf.c