:orphan: .. title:: CONFIG_MCUMGR_SMP_UDP_STACK_SIZE .. kconfig:: CONFIG_MCUMGR_SMP_UDP_STACK_SIZE CONFIG_MCUMGR_SMP_UDP_STACK_SIZE ################################ *UDP SMP stack size* Type: ``int`` Help ==== .. code-block:: none Stack size of the SMP UDP listening thread Direct dependencies =================== \ :kconfig:`MCUMGR_SMP_UDP ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:382`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport .. code-block:: kconfig config MCUMGR_SMP_UDP_STACK_SIZE int "UDP SMP stack size" default 512 depends on MCUMGR_SMP_UDP && MCUMGR help Stack size of the SMP UDP listening thread *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*