-
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 ifs and menus.)
Defaults¶
2048 if
COVERAGE_GCOV
768
Kconfig definition¶
At subsys/net/ip/Kconfig.mgmt:23
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:22
→ subsys/net/Kconfig:80
→ subsys/net/ip/Kconfig:735
Menu path: (Top) → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications
config NET_MGMT_EVENT_STACK_SIZE int "Stack size for the inner thread handling event callbacks" default 2048 ifCOVERAGE_GCOV
default 768 depends onNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
help Set the internal stack size for NM to run registered callbacks on events.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)