The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MODEM_WNCM14A2A_RX_STACK_SIZE

Size of the stack for the WNC-M14A2A modem driver RX thread

Type: int

Help

This stack is used by the WNCM14A2A RX thread.

Direct dependencies

MODEM_WNCM14A2A && MODEM

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

Defaults

Kconfig definition

At drivers/modem/Kconfig.wncm14a2a:24

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:82drivers/modem/Kconfig:49

Menu path: (top menu) → Device Drivers → Modem Drivers → Enable Wistron LTE-M modem driver

config MODEM_WNCM14A2A_RX_STACK_SIZE
    int
    prompt "Size of the stack for the WNC-M14A2A modem driver RX thread" if MODEM_WNCM14A2A && MODEM
    default 1028 if MODEM_WNCM14A2A && MODEM
    depends on MODEM_WNCM14A2A && MODEM
    help
      This stack is used by the WNCM14A2A RX thread.

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