zephyr/samples/subsys/ipc
Celina Sophie Kalus 7da8ca3113 samples: ipc: icmsg: Do not return busy error codes
When sending a lot of data, a busy error code returned by the IPC is to
be expected. But if the last attempted send returns busy, this error
code is returned to the calling function, causing an error log message.
Fix this by setting return variable to 0 on this acceptable error.

Signed-off-by: Celina Sophie Kalus <hello@celinakalus.de>
2024-05-24 07:52:06 -04:00
..
ipc_service samples: ipc: icmsg: Do not return busy error codes 2024-05-24 07:52:06 -04:00
openamp samples: tests: additional overlay and conf file adjustments 2024-04-09 23:35:54 +02:00
openamp_rsc_table lib: open-amp: Use struct fw_resource_table type instead of void 2024-05-24 07:51:42 -04:00
rpmsg_service samples: ipc: rpmsg_sample: Add build instructions for stm32h747i_disco 2024-04-26 16:18:33 +02:00
ipc.rst