zephyr/subsys/shell/backends
Pisit Sawangvonganan 7abda99fe3 shell: mqtt: use ring_buf_reset to flush rx_rb
The `sh_mqtt_rx_rb_flush` function was intended to flush `rx_rb` when
get an error return from `mqtt_read_publish_payload_blocking`.
Instead of retrieving values from `rx_rb` one by one, calling
`ring_buf_reset` achieves the same result more efficiently.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2025-04-09 22:06:05 +02:00
..
CMakeLists.txt shell: backend: Create a websocket transport backend 2024-10-15 04:11:03 -04:00
Kconfig.backends shell: backends: Do not use RTT backend with immediate logging 2024-12-11 21:30:19 +01:00
shell_adsp_memory_window.c
shell_dummy.c
shell_mqtt.c shell: mqtt: use ring_buf_reset to flush rx_rb 2025-04-09 22:06:05 +02:00
shell_rpmsg.c
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
shell_uart.c
shell_websocket.c shell: backends: shell_websocket remove deadcode 2025-01-16 14:51:10 +01:00