zephyr/subsys/modem
Bjarki Arge Andreasen 1f7d0b6cb0 modem: add modem_pipelink module
Add modem pipelink module which exposes modem pipes globally.
The pipelink module implements a callback to inform when a
pipe becomes available to use by whichever modem is attached
to it. This could be a shell, or a network interface.

The module aims to allow modem drivers to be split into modules,
and allowing applications to implement their own custom logic
without altering the modem drivers.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-06-10 15:12:34 -05:00
..
backends modem: backend: uart: async: Implement modem backend stat 2024-05-20 14:40:06 +03:00
CMakeLists.txt modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
Kconfig modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
modem_chat.c modem: chat: Add runtime APIs for chat scripts 2024-05-28 10:02:06 +02:00
modem_cmux.c modem: cmux: Implement modem backend statistics 2024-05-20 14:40:06 +03:00
modem_pipe.c
modem_pipelink.c modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
modem_ppp.c modem: ppp: implement modem_statistics 2024-05-20 14:40:06 +03:00
modem_stats.c modem: backend: Add statistics module 2024-05-20 14:40:06 +03:00
modem_ubx.c ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00