:orphan: .. title:: CONFIG_OS_MGMT_RESET_MS .. kconfig:: CONFIG_OS_MGMT_RESET_MS CONFIG_OS_MGMT_RESET_MS ####################### *Delay before executing reset command (ms)* Type: ``int`` Help ==== .. code-block:: none When a reset command is received, the system waits this many milliseconds before performing the reset. This delay allows time for the mcumgr response to be delivered. Direct dependencies =================== \ :kconfig:`MCUMGR_CMD_OS_MGMT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 250 Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:203`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for OS management .. code-block:: kconfig config OS_MGMT_RESET_MS int "Delay before executing reset command (ms)" default 250 depends on MCUMGR_CMD_OS_MGMT && MCUMGR help When a reset command is received, the system waits this many milliseconds before performing the reset. This delay allows time for the mcumgr response to be delivered. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*