-
CONFIG_SHELL_PROMPT_UART
¶
Displayed prompt name
Type: string
Help¶
Displayed prompt name for UART backend.
Direct dependencies¶
SHELL_BACKEND_SERIAL
&& SHELL_BACKENDS
&& SHELL
(Includes any dependencies from ifs and menus.)
Default¶
“uart:~$ “
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig.backends:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:41
→ <Zephyr>/subsys/shell/Kconfig:18
Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable serial backend
config SHELL_PROMPT_UART string "Displayed prompt name" default "uart:~$ " depends onSHELL_BACKEND_SERIAL
&&SHELL_BACKENDS
&&SHELL
help Displayed prompt name for UART backend.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)