Lines Matching refs:shell
18 source "subsys/shell/backends/Kconfig.backends"
24 and memory requirements of the shell. Enabling it will choose Kconfig
34 bool "Override default shell thread priority"
36 Option to change the default value of shell thread priority.
43 Set thread priority of the shell
61 this option is set shell will expect 0x7F for backspace key.
67 Allow for the modification of the shell prompt at runtime.
109 int "Maximum arguments in shell command"
116 bool "The Tab button support in shell"
119 Enable using the Tab button in the shell. The button
140 bool "Wildcard support in shell"
144 Enables using wildcards: * and ? in the shell.
147 bool "': command not found' message in the shell"
150 If enabled, the shell prints out this message.
153 bool "'Please specify a subcommand.' message in the shell"
156 If enabled, the shell prints out this message.
159 bool "Echo on shell"
162 If enabled shell prints back every input byte.
171 bool "VT100 commands in shell"
174 Enables VT100 commands in shell (e.g. cursor position, clear screen etc.).
177 bool "Colors in shell"
181 If enabled VT100 colors are used in shell (e.g. print errors in red).
184 bool "Threadsafe getopt support in shell"
187 This config creates a separate getopt_state for the shell instance.
188 It ensures that using getopt with shell is thread safe.
190 get getopt state of the shell thread.
196 Enables shell meta keys: Ctrl+a, Ctrl+b, Ctrl+c, Ctrl+d, Ctrl+e,
198 Meta keys will not be active when shell echo is set to off.
204 Enables shell functions for printing formatted help message.
212 Shell parses command to find '-h' or '--help' string. If the shell
222 bool "History in shell"
253 By default shell assumes width of a terminal screen set to 80
268 This option sets a root command at shell init,
278 When enabled, backend will use the shell for logging.
280 Disabling this option disables log output to all shell backends.
281 Disabling log output to a specific shell backend can be achieved
282 using the shell backend's LOG_LEVEL option
288 When enabled, standard implementation of shell log backend is not included.
290 with shell data.
300 bool "Auto-start shell at boot"
303 If enabled, shell will be automatically started.
317 "zephyr_custom_shell.h", is included at the end of shell.h. This enables
318 extension of the shell APIs at the macro level. Please use cautiously!
319 The internal shell API may change in future releases.
321 source "subsys/shell/modules/Kconfig"