-
CONFIG_SHELL_ECHO_STATUS
¶
Enable echo on shell
Type: bool
Help¶
If enabled shell prints back every input byte.
Kconfig definition¶
At subsys/shell/Kconfig:70
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_ECHO_STATUS bool prompt "Enable echo on shell" ifSHELL
default "y" ifSHELL
depends onSHELL
help If enabled shell prints back every input byte.
(Definitions include propagated dependencies, including from if’s and menus.)