:orphan: .. title:: CONFIG_MCUMGR_SMP_UDP_THREAD_PRIO .. kconfig:: CONFIG_MCUMGR_SMP_UDP_THREAD_PRIO CONFIG_MCUMGR_SMP_UDP_THREAD_PRIO ################################# *UDP SMP thread priority* Type: ``int`` Help ==== .. code-block:: none Scheduling priority of the SMP UDP listening thread. Direct dependencies =================== \ :kconfig:`MCUMGR_SMP_UDP ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:388`` 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_THREAD_PRIO int "UDP SMP thread priority" default 0 depends on MCUMGR_SMP_UDP && MCUMGR help Scheduling priority of the SMP UDP listening thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*