zephyr/subsys/modem
Bjarki Arge Andreasen 372c7183ef modem: pipe: Add explicit timeout to sync APIs
The modem pipe APIs include synchronous calls to open/close,
which internally use a fixed timeout of 10 seconds. The timeout
should be configurable through the APIs, anywhere from K_NO_WAIT
to K_FOREVER.

This commit adds timeout parameters to the open/close APIs, and
updates in-tree usage of the open/close APIs to explicitly
provide the previously implicit timeout of 10 seconds.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-07-29 14:14:42 +02:00
..
backends modem: cmux: apply `static const` to reduce RAM usage 2024-07-27 20:51:42 +03:00
CMakeLists.txt modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
Kconfig modem: pipe: simplify synchronization 2024-06-13 16:43:49 -04:00
modem_chat.c modem: chat: patch unintended behavior in modem_chat_run_script() 2024-06-13 17:49:23 +02:00
modem_cmux.c modem: cmux: apply `static const` to reduce RAM usage 2024-07-27 20:51:42 +03:00
modem_pipe.c modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
modem_pipelink.c modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
modem_ppp.c modem: ppp: coverity 330618: explicitly ignore retval 2024-06-24 14:25:46 +02:00
modem_stats.c
modem_ubx.c