zephyr/drivers/modem
Bjarki Arge Andreasen 638bf6b03d modem: cmux: Decouple modem cmux and cellular driver
The modem modules cmux module is currently directly coupled to the
presence of specific modems, rather than being selected by drivers
for whatever hardware wants to request the default MTU of 127 bytes.

This commit the makes the device drivers (for now, modem_cellular)
select the symbol, thus decoupling the modem modules from the
presence of any specific device.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2025-07-23 17:31:22 +01:00
..
CMakeLists.txt
hl7800.c net: dns: Save info about source when configuring DNS servers 2025-06-26 14:08:19 +02:00
Kconfig
Kconfig.at_shell
Kconfig.cellular modem: cmux: Decouple modem cmux and cellular driver 2025-07-23 17:31:22 +01:00
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
modem_at_shell.c drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
modem_cellular.c drivers: modem_cellular: added APP RDY signal handling 2025-07-19 13:45:15 -04:00
modem_cmd_handler.c
modem_cmd_handler.h drivers: modem: Add function to wait for sem and handle error 2025-05-06 18:24:01 +02:00
modem_context.c doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
modem_context.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
modem_iface_uart_async.c
modem_iface_uart_interrupt.c drivers: modem: modem_iface_uart: Remove gsm_mux integration 2024-05-29 10:49:08 -07:00
modem_iface_uart.h 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
modem_shell.c drivers: modem: Use modem command send_data_nolock 2025-05-06 18:24:01 +02:00
modem_socket.c
modem_socket.h
quectel-bg9x.c drivers: modem: Use modem command send_data_nolock 2025-05-06 18:24:01 +02:00
quectel-bg9x.h
simcom-sim7080.c drivers: modem: Use modem command send_data_nolock 2025-05-06 18:24:01 +02:00
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c