-
CONFIG_WIFI_WINC1500_THREAD_PRIO
¶
HAL callback handler thread priority
Type: int
Help¶
This option sets the priority of the thread handling WINC1500 HAL callbacks. Do not touch it unless you know what you are doing.
Defaults¶
- 2 if
WIFI_WINC1500
&&WIFI
Kconfig definition¶
At drivers/wifi/winc1500/Kconfig.winc1500:35
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:76
→ drivers/wifi/Kconfig:35
Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → WINC1500 driver support
config WIFI_WINC1500_THREAD_PRIO int prompt "HAL callback handler thread priority" ifWIFI_WINC1500
&&WIFI
default 2 ifWIFI_WINC1500
&&WIFI
depends onWIFI_WINC1500
&&WIFI
help This option sets the priority of the thread handling WINC1500 HAL callbacks. Do not touch it unless you know what you are doing.
(Definitions include propagated dependencies, including from if’s and menus.)