-
CONFIG_MODEM_GSM_RX_STACK_SIZE
¶
Size of the stack allocated for receiving data from modem
Type: int
Help¶
Sets the stack size which will be used by the GSM RX thread.
Default¶
512
Kconfig definition¶
At <Zephyr>/drivers/modem/Kconfig.gsm:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:82
→ <Zephyr>/drivers/modem/Kconfig:139
Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems
config MODEM_GSM_RX_STACK_SIZE int "Size of the stack allocated for receiving data from modem" default 512 depends onMODEM_GSM_PPP
&&MODEM
help Sets the stack size which will be used by the GSM RX thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)