mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 23:25:21 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_ppp.c | ||
hl7800.c | ||
Kconfig | ||
Kconfig.gsm | ||
Kconfig.hl7800 | ||
Kconfig.ublox-sara-r4 | ||
Kconfig.wncm14a2a | ||
modem_cmd_handler.c | ||
modem_cmd_handler.h | ||
modem_context.c | ||
modem_context.h | ||
modem_iface_uart.c | ||
modem_iface_uart.h | ||
modem_pin.c | ||
modem_receiver.c | ||
modem_receiver.h | ||
modem_shell.c | ||
modem_socket.c | ||
modem_socket.h | ||
ublox-sara-r4.c | ||
wncm14a2a.c |