zephyr/subsys/shell/backends
Robert Lubos 51dc4c3b1e shell: telnet: Disable echo
When telnet client queries about remote echo support, we reply that we
won't do it (which reduces the traffic), however the echo was not
actually disabled on the shell. In result characters were double-echoed
in the character mode (by both local echo from the client and remote
echo from the server).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-11 19:23:20 -05:00
..
CMakeLists.txt
Kconfig.backends
shell_dummy.c
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c shell: telnet: Disable echo 2021-11-11 19:23:20 -05:00
shell_uart.c