zephyr/drivers/modem
Van Petrosyan 8eb2a9c507 drivers: modem_cellular: added APP RDY signal handling
Some modems (e.g. Quectel BG95/EG25-G, several SIMCom parts) print
“APP RDY” when the application core is ready.  Parse this line and
proceed from AWAIT_POWER_ON immediately, while keeping the existing
startup timeout as a fall-back.

* add MODEM_CELLULAR_EVENT_MODEM_READY + chat match
* open UART and attach chat in AWAIT_POWER_ON
* jump to SET_BAUDRATE / RUN_INIT_SCRIPT on event

Signed-off-by: Van Petrosyan <van.petrosyan@sensirion.com>
2025-07-19 13:45:15 -04: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_cellular: lara_r6: add option to clear forbidden networks from SIM 2025-06-25 15:42:41 -10:00
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_at_shell.c
modem_cellular.c drivers: modem_cellular: added APP RDY signal handling 2025-07-19 13:45:15 -04:00
modem_cmd_handler.c drivers: modem: Use modem command await function 2025-05-06 18:24:01 +02:00
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
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 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 drivers: modem: Use modem command await function 2025-05-06 18:24:01 +02:00
wncm14a2a.c