:orphan: .. title:: MCUMGR_SMP_UDP_THREAD_PRIO .. option:: CONFIG_MCUMGR_SMP_UDP_THREAD_PRIO *UDP SMP thread priority* Type: ``int`` Help ==== Scheduling priority of the SMP UDP listening thread. Direct dependencies =================== \ :option:`MCUMGR_SMP_UDP ` && \ :option:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/mcumgr/Kconfig:327`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → UDP mcumgr SMP transport .. parsed-literal:: config MCUMGR_SMP_UDP_THREAD_PRIO int "UDP SMP thread priority" default 0 depends on \ :option:`MCUMGR_SMP_UDP ` && \ :option:`MCUMGR ` help Scheduling priority of the SMP UDP listening thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*