zephyr/drivers/modem
Marcin Niestroj 3d659a35bb drivers: modem: cmd_handler: split cmd_handler_process() implementation
cmd_handler_process() does two major things:

 - reads data from modem interface and fills data->rx_buf,
 - processes data in data->rx_buf.

Split implementation accordingly to two separate functions, which
improves readability (less automatic variables to follow at once) and
simplifies refactoring of each action.

No functional change was intended in this commit.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-10-27 09:24:38 -05:00
..
CMakeLists.txt drivers: modem: add Sierra Wireless HL7800 Modem Driver 2020-08-31 10:46:33 +02:00
gsm_ppp.c drivers: modem: gsm_ppp: lock modem when required 2020-10-21 10:15:45 +03:00
hl7800.c drivers: modem: hl7800: only set DNS addr if not set 2020-10-19 15:22:33 +03:00
Kconfig drivers: modem: add Sierra Wireless HL7800 Modem Driver 2020-08-31 10:46:33 +02:00
Kconfig.gsm
Kconfig.hl7800 drivers: modem: hl7800: do not require DEVICE_POWER_MANAGEMENT 2020-09-16 14:21:41 -05:00
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cmd_handler.c drivers: modem: cmd_handler: split cmd_handler_process() implementation 2020-10-27 09:24:38 -05:00
modem_cmd_handler.h drivers: modem: cmd_handler: Allow locking TX 2020-10-21 10:15:45 +03:00
modem_context.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem_context.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem_iface_uart.c net: ppp: Avoid wrapping each byte in muxing headers 2020-10-19 18:29:02 +02:00
modem_iface_uart.h modem: iface_uart: improve RX flow with HW flow control 2020-10-05 17:04:52 +03:00
modem_pin.c
modem_receiver.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem_receiver.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem_shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem_socket.c
modem_socket.h
ublox-sara-r4.c drivers: modem: ublox-sara-r4: inform modem_context about HW flow control 2020-10-05 17:04:52 +03:00
wncm14a2a.c drivers: modem: wncm14a2a: fix build if CONFIG_MODEM_SIM_NUMBERS=n 2020-10-23 08:53:38 -05:00