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/backends/Kconfig.backends:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:45
→ <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 on SHELL_BACKEND_SERIAL && SHELL_BACKENDS && SHELL
help
Displayed prompt name for UART backend.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)