zephyr/subsys/modem
Bjarki Arge Andreasen 6f1d49e7b3 modem: backend: uart_async: Use single ring buffer
Use single ring buffer and protect it with a spinlock as it is
shared between backend and UART thread (ISR). This is simpler
than the double ring buffer setup.

The receive idle timeout has also been made configurable
instead of being a hardcoded value.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2023-11-20 13:03:08 +01:00
..
backends modem: backend: uart_async: Use single ring buffer 2023-11-20 13:03:08 +01:00
CMakeLists.txt
Kconfig modem: Add experimental tag 2023-11-03 09:56:30 +01:00
modem_chat.c modem_chat: fix hard fault on script stop 2023-10-25 10:05:45 +02:00
modem_cmux.c modem: cmux: Fix coverity issues 2023-11-20 09:24:58 +01:00
modem_pipe.c modem: modem_pipe: Avoid inconsequential open/close calls 2023-09-30 18:47:48 +02:00
modem_ppp.c modem: modem_ppp: added net stats 2023-09-15 15:13:06 -05:00