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
Kconfig
modem_chat.c
modem_cmux.c modem: backend: uart: Add hw-flow-control for UART 2025-05-05 14:24:49 +02:00
modem_pipe.c
modem_pipelink.c
modem_ppp.c
modem_stats.c
modem_ubx.c