zephyr/drivers/console
Yong Cong Sin 6083b89553 drivers: modem: gsm_ppp: Add support for Quectel modems
Add support for Quectel modem in gsm_ppp modem driver.

The CMUX cmd is based on MUX application notes v1.0(2020-09-22)
for BG95, BG77 and BG600L. Tested and working on EC21e.

As the gsm_ppp doesn't do power control, it is required to power
on the modem manually in the application.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2021-09-23 08:40:10 -04:00
..
CMakeLists.txt drivers: console: build as static library 2021-08-17 06:06:03 -04:00
gsm_mux.c
gsm_mux.h
ipm_console_receiver.c
ipm_console_sender.c
ipm_console.c
Kconfig drivers: remove Kconfig option CONFIG_UART_CONSOLE_ON_DEV_NAME 2021-08-23 18:53:47 -04:00
Kconfig.gsm_mux drivers: modem: gsm_ppp: Add support for Quectel modems 2021-09-23 08:40:10 -04:00
native_posix_console.c
ram_console.c
rtt_console.c drivers: console: rtt: Add no multithreading support 2021-05-27 13:33:02 +02:00
semihost_console.c console: semihosting: remove unused include 2021-08-17 06:06:03 -04:00
uart_console.c console: remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME) 2021-08-23 18:53:47 -04:00
uart_mcumgr.c drivers: uart_mcumgr: remove CONFIG_UART_MCUMGR_ON_DEV_NAME 2021-08-23 18:53:47 -04:00
uart_mux_internal.h
uart_mux.c drivers: uart_mux: Fix compilation after logging changes 2021-05-17 10:57:53 -04:00
uart_pipe.c
xtensa_sim_console.c