zephyr/drivers/modem
Olivier Lalonde afc481ab31 modem_cellular: Add support for the simcom a76xx modem
Add support for the simcom a76xx modem which is similar to the simcom 7080
but has a few key differences. Tested with a simcom A7672SA module but as
there is a single simcom A76XX AT commands manual, the driver should work
with other modems of the series.

Signed-off-by: Olivier Lalonde <o@syskall.com>
2025-05-28 16:37:53 +02:00
..
CMakeLists.txt drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
hl7800.c modem: hl7800: optimize socket cleanup on boot 2025-01-20 11:15:57 +01:00
Kconfig drivers: modem: Modem socket does not build without NET_SOCKETS enabled 2025-01-17 13:54:34 +01:00
Kconfig.at_shell drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
Kconfig.cellular modem_cellular: Add support for the simcom a76xx modem 2025-05-28 16:37:53 +02:00
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_at_shell.c drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
modem_cellular.c modem_cellular: Add support for the simcom a76xx modem 2025-05-28 16:37:53 +02: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 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
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 drivers: modem: Fix modem_socket returning object for fd zero after init 2025-01-17 13:54:34 +01:00
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