zephyr/drivers/modem
Ryan Erickson 8deaf18d8b drivers: modem: hl7800: fix low power modes
Do not allow the modem to sleep if the driver is busy.
Fix CTS filtering. Ignore small pulses on the CTS line.

Fix socket restoration. Restored sockets could be mismatched
with a wrong type.
UDP sockets could be duplicated during restore.

Improve IO debug mode. Use warning message for IO debug mode
to easily see IO transitions color coded in a terminal.

Ensure the UART is enabled whenever the driver needs to send
commands to the modem.

Ensure DNS resolver is re-initialized after the modem is powered off.

PROD-307

Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
2023-12-08 10:26:04 +00:00
..
CMakeLists.txt drivers: modem: Fix include paths 2023-11-21 08:48:04 +00:00
gsm_ppp.c drivers: modem: fix thread function signatures 2023-10-30 12:24:34 +01:00
hl7800.c drivers: modem: hl7800: fix low power modes 2023-12-08 10:26:04 +00:00
Kconfig
Kconfig.cellular modem: modem_cellular: add U-blox SARA-R5 as modem 2023-12-05 16:29:55 -06:00
Kconfig.gsm
Kconfig.hl7800 drivers: modem: hl7800: fix low power modes 2023-12-08 10:26:04 +00:00
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cellular.c modem: modem_cellular: add U-blox SARA-R5 as modem 2023-12-05 16:29:55 -06:00
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c
modem_context.h
modem_iface_uart_async.c
modem_iface_uart_interrupt.c
modem_iface_uart.h
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c
modem_socket.h
quectel-bg9x.c drivers: modem: fix thread function signatures 2023-10-30 12:24:34 +01:00
quectel-bg9x.h
simcom-sim7080.c drivers: modem: fix for possible non-null terminated string 2023-11-20 09:23:32 +01:00
simcom-sim7080.h
ublox-sara-r4.c drivers: modem: fix thread function signatures 2023-10-30 12:24:34 +01:00
wncm14a2a.c drivers: modem: fix thread function signatures 2023-10-30 12:24:34 +01:00