-
CONFIG_NET_MGMT_EVENT_STACK_SIZE
¶
Stack size for the inner thread handling event callbacks
Type: int
Help¶
Set the internal stack size for NM to run registered callbacks on events.
Direct dependencies¶
NET_MGMT_EVENT
&& NET_MGMT
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 768 if
NET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.mgmt:26
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:575
Menu path: (top menu) → Networking → IP stack → Network Management API
config NET_MGMT_EVENT_STACK_SIZE int prompt "Stack size for the inner thread handling event callbacks" ifNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
default 768 ifNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
depends onNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
help Set the internal stack size for NM to run registered callbacks on events.
(Definitions include propagated dependencies, including from if’s and menus.)