CONFIG_OS_MGMT_RESET_MS

Delay before executing reset command (ms)

Type: int

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.

Direct dependencies

MCUMGR_CMD_OS_MGMT && MCUMGR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At ext/lib/mgmt/mcumgr/cmd/os_mgmt/Kconfig:25

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:19ext/lib/mgmt/Kconfig:22ext/lib/mgmt/mcumgr/Kconfig:25ext/lib/mgmt/mcumgr/cmd/Kconfig:23

Menu path: (top menu) → External Sources → Management → Command handlers → Enable mcumgr handlers for OS management

config OS_MGMT_RESET_MS
    int
    prompt "Delay before executing reset command (ms)" if MCUMGR_CMD_OS_MGMT && MCUMGR
    default 250 if MCUMGR_CMD_OS_MGMT && MCUMGR
    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.

(Definitions include propagated dependencies, including from if’s and menus.)