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

CONFIG_MCUMGR_SMP_UDP_STACK_SIZE

UDP SMP stack size

Type: int

Help

Stack size of the SMP UDP listening thread

Direct dependencies

MCUMGR_SMP_UDP && MCUMGR

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:382

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport

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.)