-
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.
Defaults¶
- 250 if
MCUMGR_CMD_OS_MGMT
&&MCUMGR
Kconfig definition¶
At ext/lib/mgmt/mcumgr/cmd/os_mgmt/Kconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:19
→ ext/lib/mgmt/Kconfig:22
→ ext/lib/mgmt/mcumgr/Kconfig:25
→ ext/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)" ifMCUMGR_CMD_OS_MGMT
&&MCUMGR
default 250 ifMCUMGR_CMD_OS_MGMT
&&MCUMGR
depends onMCUMGR_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.)