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 Subsystem>/shell/Kconfig.backends:28
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45 → <Zephyr Subsystem>/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.)