zephyr/subsys/modem
Seppo Takalo 15b0f9033b modem: cmux: Do not return error on low buffer space
If we end up writing zero bytes to cmux output, we can return
zero instead of -ENOMEM as it would break various modules when
using small buffers. For example modem_chat.c does not tolerate
-ENOMEM but handles zero OK.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2025-03-24 19:33:07 +01:00
..
backends
CMakeLists.txt
Kconfig modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
modem_chat.c
modem_cmux.c modem: cmux: Do not return error on low buffer space 2025-03-24 19:33:07 +01:00
modem_pipe.c
modem_pipelink.c
modem_ppp.c
modem_stats.c
modem_ubx.c