CONFIG_MAIN_THREAD_PRIORITY

Priority of initialization/main thread

Type: int

Help

Priority at which the initialization thread runs, including the start of the main() function. main() can then change its priority if desired.

Defaults

Kconfig definition

At kernel/Kconfig:76

Included via Kconfig:10Kconfig.zephyr:25

Menu path: (top menu) → General Kernel Options

config MAIN_THREAD_PRIORITY
    int
    prompt "Priority of initialization/main thread"
    default -2 if !PREEMPT_ENABLED
    default 0
    help
      Priority at which the initialization thread runs, including the start
      of the main() function. main() can then change its priority if desired.

(Definitions include propagated dependencies, including from if’s and menus.)