mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-02 21:08:49 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
hl7800.c | ||
Kconfig | ||
Kconfig.at_shell | ||
Kconfig.cellular | ||
Kconfig.hl7800 | ||
Kconfig.quectel-bg9x | ||
Kconfig.simcom-sim7080 | ||
Kconfig.ublox-sara-r4 | ||
Kconfig.wncm14a2a | ||
modem_at_shell.c | ||
modem_cellular.c | ||
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 | ||
quectel-bg9x.h | ||
simcom-sim7080.c | ||
simcom-sim7080.h | ||
ublox-sara-r4.c | ||
wncm14a2a.c |