CONFIG_SHELL_THREAD_PRIORITY¶
Shell thread priority
Type: int
Help¶
Set thread priority of the shell
Direct dependencies¶
SHELL_THREAD_PRIORITY_OVERRIDE && SHELL
(Includes any dependencies from ifs and menus.)
Default¶
- 0 
Kconfig definition¶
At <Zephyr Subsystem>/shell/Kconfig:34
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell → Override default shell thread priority
config SHELL_THREAD_PRIORITY
    int "Shell thread priority"
    default 0
    depends on SHELL_THREAD_PRIORITY_OVERRIDE && SHELL
    help
      Set thread priority of the shell
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)