zephyr/subsys/shell/backends
David Corbeil 724c162821 shell: backends: telnet: Added support for echo option
Adding support for echo option if telnet commands are supported. This is
useful when the telnet client is in character mode. It allows to use the
arrow keys, ctrl-c and more. Something to keep in mind is that when
character mode is turned on by the client, network traffic is
considerably increased as each typed character is sent over the wire.

Note: echo mode is only supported if SHELL_TELNET_SUPPORT_COMMAND is
enabled.

Signed-off-by: David Corbeil <david.corbeil@dynon.com>
2023-11-03 11:46:08 +01:00
..
CMakeLists.txt
Kconfig.backends shell: backends: telnet: Added support for echo option 2023-11-03 11:46:08 +01:00
shell_dummy.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_mqtt.c net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
shell_rtt.c shell: backends: add SHELL_BACKEND_RTT_BUFFER option 2023-04-13 11:43:28 +02:00
shell_telnet_protocol.h
shell_telnet.c shell: backends: telnet: Added support for echo option 2023-11-03 11:46:08 +01:00
shell_uart.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00