CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY
Initialization priority
Type: int
Help
Initialization priority for UART backend. This must be bigger than
the initialization priority of the used serial device.
Direct dependencies
SHELL_BACKEND_SERIAL
&& SHELL_BACKENDS
&& SHELL
(Includes any dependencies from ifs and menus.)
Default
0
Kconfig definition
At <Zephyr>/subsys/shell/backends/Kconfig.backends:28
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_BACKEND_SERIAL_INIT_PRIORITY
int "Initialization priority"
range 0 99
default 0
depends on SHELL_BACKEND_SERIAL && SHELL_BACKENDS && SHELL
help
Initialization priority for UART backend. This must be bigger than
the initialization priority of the used serial device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)