zephyr/subsys/modem/backends
Tomi Fontanilles 419a398c01 modem: backends: uart_isr: improve the reception of bytes
Add a configurable delay between when a byte is received and
MODEM_PIPE_EVENT_RECEIVE_READY is sent.

This fixes data reception at baud rates above 460800, and
most likely also reduces the workload at any baud rate
when receiving bytes by not going through the work item
and callbacks for every single byte.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-03-26 09:29:55 +00:00
..
CMakeLists.txt
Kconfig modem: backends: uart_isr: improve the reception of bytes 2024-03-26 09:29:55 +00:00
modem_backend_tty.c
modem_backend_uart.c modem: backends: uart_isr: improve the reception of bytes 2024-03-26 09:29:55 +00:00
modem_backend_uart_async.c modem: backends: uart_isr: improve the reception of bytes 2024-03-26 09:29:55 +00:00
modem_backend_uart_async.h
modem_backend_uart_isr.c modem: backends: uart_isr: improve the reception of bytes 2024-03-26 09:29:55 +00:00
modem_backend_uart_isr.h