zephyr/drivers/modem
Bjarki Arge Andreasen 27b0d4e3fe modem: chat: remove receive and transmit timeouts
Remove receive and transmit timeouts which are no
longer useful as the RECEIVE_READY and
TRANSMIT_IDLE events will be used to efficiently
manage timeouts between transmit/receive calls.

Then update the the in-tree drivers using the
modem_chat module to omit the process timeout
parameter.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-01-25 11:22:42 +01:00
..
CMakeLists.txt drivers: modem: Fix include paths 2023-11-21 08:48:04 +00:00
gsm_ppp.c drivers: modem: gsm fix rssi range 2024-01-19 15:15:03 +00:00
hl7800.c drivers: modem: hl7800: fix low power modes 2023-12-08 10:26:04 +00:00
Kconfig drivers: modem: remove dependency of modem_socket 2023-12-14 09:31:51 +01:00
Kconfig.cellular modem: modem_cellular: add U-blox SARA-R5 as modem 2023-12-05 16:29:55 -06:00
Kconfig.gsm drivers: modem: introducing config for cereg/creg for gsm 2023-10-20 15:13:08 +02:00
Kconfig.hl7800 drivers: modem: hl7800: fix low power modes 2023-12-08 10:26:04 +00:00
Kconfig.quectel-bg9x drivers: modem: quectel-bg9x: mdm unsol ready 2023-05-27 06:28:33 -04: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_cellular.c modem: chat: remove receive and transmit timeouts 2024-01-25 11:22:42 +01:00
modem_cmd_handler.c drivers: modem: cache delimiter string length 2023-07-13 09:23:05 +02:00
modem_cmd_handler.h doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_context.c doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_context.h doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_iface_uart.h doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_iface_uart_async.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
modem_iface_uart_interrupt.c doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_receiver.c doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_receiver.h doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_shell.c modem_shell: fix compilation error. 2023-06-26 08:31:42 +00: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: fix thread function signatures 2023-10-30 12:24:34 +01:00
quectel-bg9x.h drivers: modem: quectel-bg9x: fix reset BG95 mdm 2023-05-27 06:28:33 -04:00
simcom-sim7080.c drivers: modem: fix for possible non-null terminated string 2023-11-20 09:23:32 +01: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: 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