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 subsys/modem: Add modem modules 2023-08-30 13:48:51 +02:00
Kconfig modem: backends: uart_isr: improve the reception of bytes 2024-03-26 09:29:55 +00:00
modem_backend_tty.c modem: backends: use CONFIG_MODEM_MODULES_LOG_LEVEL 2024-02-28 18:02:17 +00:00
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 subsys/modem: Add modem modules 2023-08-30 13:48:51 +02:00
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 subsys/modem: Add modem modules 2023-08-30 13:48:51 +02:00