-
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.
Default¶
250
Kconfig definition¶
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:188
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for OS management
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.)