-
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/Kconfig.backends:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:38
→ <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 onSHELL_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.)