Lines Matching full:shell
1 # Shell backends configuration options
7 bool "Shell backends"
10 Enable shell backends.
15 DT_CHOSEN_Z_SHELL_UART := zephyr,shell-uart
41 Displayed prompt name for UART backend. If prompt is set, the shell will
50 bool "Asynchronous shell API"
54 This option enables asynchronous shell API.
93 bytes by shell. If shell input is coming from the keyboard then it is
114 CPU load is high and there is very high shell thread latency.
121 space that can hold RX data. It may be decreased if shell input is
123 to the shell prompt.
143 source "subsys/shell/Kconfig.template.shell_log_queue_timeout"
146 source "subsys/shell/Kconfig.template.shell_log_queue_size"
198 Displayed prompt name for RTT backend. If prompt is set, the shell will
202 int "Buffer number used for shell input and output."
206 Select index of up-buffer used for shell output, by default it uses
234 source "subsys/shell/Kconfig.template.shell_log_queue_timeout"
237 source "subsys/shell/Kconfig.template.shell_log_queue_size"
273 module-str = RTT shell backend
330 source "subsys/shell/Kconfig.template.shell_log_queue_timeout"
333 source "subsys/shell/Kconfig.template.shell_log_queue_size"
369 module-str = MQTT shell backend
386 Displayed prompt name for RPMsg backend. If prompt is set, the shell will
415 source "subsys/shell/Kconfig.template.shell_log_queue_timeout"
418 source "subsys/shell/Kconfig.template.shell_log_queue_size"
454 module-str = RPMsg shell backend
475 Initialization priority for telnet shell backend. This must be higher
483 Displayed prompt name for TELNET backend. If prompt is set, the shell will
498 shell output line, prior to sending it through the network.
520 of the shell.
526 source "subsys/shell/Kconfig.template.shell_log_queue_timeout"
529 source "subsys/shell/Kconfig.template.shell_log_queue_size"
565 module-str = TELNET shell backend
582 Displayed prompt name for DUMMY backend. If prompt is set, the shell will
629 bool "Shell backend implemented over mapped memory window."
642 the shell will send two newlines during initialization.