CONFIG_WEBSOCKET_CONSOLE_PRIO

WS console inner thread priority

Type: int

Help

This option helps to fine-tune WS console inner thread priority.

Direct dependencies

WEBSOCKET_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/console/Kconfig.ws:69

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16drivers/console/Kconfig:306

Menu path: (top menu) → Device Drivers → Console drivers → Enable websocket console service

config WEBSOCKET_CONSOLE_PRIO
    int
    prompt "WS console inner thread priority" if WEBSOCKET_CONSOLE && CONSOLE
    default 7 if WEBSOCKET_CONSOLE && CONSOLE
    depends on WEBSOCKET_CONSOLE && CONSOLE
    help
      This option helps to fine-tune WS console inner thread priority.

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