zephyr/subsys/ipc/ipc_service/backends
Piotr Koziar e66b382639 ipc: fix return code of icbmsg backend send operation.
This commit fixes the issue where a serialization
error was reported after properly sending a data with 'icbmsg' backend.

The icbmsg send function's return code is set to
the sent data's len as in other backends.
The related docs were fixed and updated.

Signed-off-by: Piotr Koziar <piotr.koziar@nordicsemi.no>
2024-06-10 15:00:01 +03:00
..
CMakeLists.txt ipc: add dynamically allocated buffers to icmsg 2023-11-13 11:11:43 +01:00
ipc_icbmsg.c ipc: fix return code of icbmsg backend send operation. 2024-06-10 15:00:01 +03:00
ipc_icmsg_me_follower.c drivers: mbox: update MBOX consumers to the new API 2024-03-07 14:32:57 +00:00
ipc_icmsg_me_initiator.c drivers: mbox: update MBOX consumers to the new API 2024-03-07 14:32:57 +00:00
ipc_icmsg.c drivers: mbox: update MBOX consumers to the new API 2024-03-07 14:32:57 +00:00
ipc_icmsg.h
ipc_rpmsg_static_vrings.c ipc_rpmsg_static_vrings: use names for WQ threads 2024-05-02 20:47:38 +03:00
ipc_rpmsg_static_vrings.h
Kconfig ipc: add dynamically allocated buffers to icmsg 2023-11-13 11:11:43 +01:00
Kconfig.icbmsg ipc: add dynamically allocated buffers to icmsg 2023-11-13 11:11:43 +01:00
Kconfig.icmsg_me
Kconfig.rpmsg