zephyr/drivers/modem
Jordan Yates ec362d4a48 modem: modem_iface_uart_async: handle RX errors
Re-enable reception on the UART instance when `UART_RX_DISABLED`
triggers, which can happen when errors occur on the line.

This stops the driver permanently moving into an unresponsive state.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-05-08 16:42:58 +02:00
..
CMakeLists.txt modem: remove 'modem_pin' abstraction 2022-06-06 17:58:52 +02:00
gsm_ppp.c drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
hl7800.c modem: hl7800: Fix build issue with arm-clang 2023-04-25 23:18:54 +09:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.gsm drivers: modem: gsm: wait for cellular registration 2022-03-16 10:23:32 +01:00
Kconfig.hl7800 modem: hl7800: add API to set bands 2022-03-30 11:39:06 +02:00
Kconfig.quectel-bg9x kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.simcom-sim7080 everywhere: fix typos 2022-03-14 20:22:24 -04:00
Kconfig.ublox-sara-r4 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.wncm14a2a kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
modem_cmd_handler.c drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
modem_cmd_handler.h drivers/modem/modem_cmd_handler: Update API 2023-04-11 11:42:00 +02:00
modem_context.c modem: remove 'modem_pin' abstraction 2022-06-06 17:58:52 +02:00
modem_context.h modem: ppp: gsm: extract access technology 2022-11-11 08:41:13 +00:00
modem_iface_uart.h drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
modem_iface_uart_async.c modem: modem_iface_uart_async: handle RX errors 2023-05-08 16:42:58 +02:00
modem_iface_uart_interrupt.c drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
modem_receiver.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
modem_receiver.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
modem_shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
modem_socket.c drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
modem_socket.h drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
quectel-bg9x.c drivers/modem/modem_socket: Updated API 2023-04-11 11:42:00 +02:00
quectel-bg9x.h drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
simcom-sim7080.c drivers/modem sim7080 & ublox-sara: Fix link error 2023-05-04 20:50:11 +02:00
simcom-sim7080.h drivers/modem/modem_iface_uart: Update API 2023-04-11 11:42:00 +02:00
ublox-sara-r4.c drivers/modem sim7080 & ublox-sara: Fix link error 2023-05-04 20:50:11 +02:00
wncm14a2a.c modem: wncm14a2a: fix warning with isalpha/isdigit 2023-04-25 12:19:21 +02:00