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.

Direct dependencies

WIFI_WINC1500 && WIFI

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

Defaults

Kconfig definition

At drivers/wifi/winc1500/Kconfig.winc1500:71

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:78drivers/wifi/Kconfig:44

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" if WIFI_WINC1500 && WIFI
    default 2 if WIFI_WINC1500 && WIFI
    depends on WIFI_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.)