doc: services: device_mgmt: smp_groups: Add boot_mode details

Adds details on a new optional parameter for the OS mgmt reset
command which can specify the boot mode

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2025-06-12 12:56:28 +01:00 committed by Anas Nashif
commit 4af0a02b4c

View file

@ -570,6 +570,7 @@ following map may be sent to force a reset:
{
(opt)"force" : (int)
(opt)"boot_mode" : (uint)
}
where:
@ -577,9 +578,13 @@ where:
.. table::
:align: center
+-----------------------+---------------------------------------------------+
| "force" | Force reset if value > 0, optional if 0. |
+-----------------------+---------------------------------------------------+
+-----------------------+-----------------------------------------------------------------+
| "force" | Force reset if value > 0, optional if 0. |
+-----------------------+-----------------------------------------------------------------+
| "boot_mode" | Specifies boot mode for image or application mode/selection, |
| | requires :kconfig:option:`CONFIG_MCUMGR_GRP_OS_RESET_BOOT_MODE` |
| | to be enabled. |
+-----------------------+-----------------------------------------------------------------+
System reset response