zephyr/subsys/modem
Markus Lassila 10bd2de235 modem: backend: uart: Add hw-flow-control for UART
Add Asynchronous UART implementation, which does not drop data
when automatic hardware-flow-control is set in the device tree.

With automatic hardware flow control, the CTS pin will be
automatically deactivated when there are no more asynchronous
UART RX buffers available. After buffer space becomes available,
and UART RX is restarted, the CTS pin will be activated.

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
2025-05-05 14:24:49 +02:00
..
backends modem: backend: uart: Add hw-flow-control for UART 2025-05-05 14:24:49 +02:00
CMakeLists.txt modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
Kconfig modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
modem_chat.c modem: chat: patch unintended behavior in modem_chat_run_script() 2024-06-13 17:49:23 +02:00
modem_cmux.c modem: backend: uart: Add hw-flow-control for UART 2025-05-05 14:24:49 +02:00
modem_pipe.c modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
modem_pipelink.c modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
modem_ppp.c modem: ppp: coverity 330618: explicitly ignore retval 2024-06-24 14:25:46 +02:00
modem_stats.c drivers: modem: initialize variables to avoid warn 2024-11-19 10:04:58 -05:00
modem_ubx.c modem: ubx: fix incoming byte processing 2024-08-02 03:29:18 -04:00