-
CONFIG_WEBSOCKET_CONSOLE_PRIO
¶
WS console inner thread priority
Type: int
Help¶
This option helps to fine-tune WS console inner thread priority.
Defaults¶
- 7 if
WEBSOCKET_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig.ws:69
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
→ drivers/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" ifWEBSOCKET_CONSOLE
&&CONSOLE
default 7 ifWEBSOCKET_CONSOLE
&&CONSOLE
depends onWEBSOCKET_CONSOLE
&&CONSOLE
help This option helps to fine-tune WS console inner thread priority.
(Definitions include propagated dependencies, including from if’s and menus.)