zephyr/subsys/modem
Tomi Fontanilles 90f1ed6a81 modem: cmux: improve handling of receive buffer overrun
This allows to properly drop single CMUX frames that are
too big to fit in the receive buffer, keeping track of
where they end so that following frames are received
correctly regardless of the data contents.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-02-28 18:02:17 +00:00
..
backends modem: backend: uart_async: improve logging on UART_TX_ABORTED 2024-02-28 18:02:17 +00:00
CMakeLists.txt
Kconfig modem: Add experimental tag 2023-11-03 09:56:30 +01:00
modem_chat.c modem: chat: Implement TRANSMIT_IDLE event 2024-01-25 11:22:42 +01:00
modem_cmux.c modem: cmux: improve handling of receive buffer overrun 2024-02-28 18:02:17 +00:00
modem_pipe.c modem: pipe: Add TRANSMIT_IDLE event 2024-01-11 16:09:44 +00:00
modem_ppp.c modem: ppp: fix receiving of successive frames when one 0x7E is omitted 2024-02-28 18:02:17 +00:00