Skip to content

Commit 12639b6

Browse files
nordicjmfabiobaltieri
authored andcommitted
doc: release: 3.5: Add additional MCUmgr changes
Adds some additional notes on changes to MCUmgr in 3.5 Signed-off-by: Jamie McCrae <[email protected]>
1 parent c80750e commit 12639b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/releases/release-notes-3.5.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,15 @@ Libraries / Subsystems
369369
* Added ``user_data`` as an optional field to :c:struct:`mgmt_handler` when
370370
:kconfig:option:`CONFIG_MCUMGR_MGMT_HANDLER_USER_DATA` is enabled.
371371

372+
* Added optional ``force`` parameter to os mgmt reset command, this can be checked in the
373+
:c:enum:`MGMT_EVT_OP_OS_MGMT_RESET` notification callback whose data structure is
374+
:c:struct:`os_mgmt_reset_data`.
375+
376+
* Added configurable number of SMP encoding levels via
377+
:kconfig:option:`CONFIG_MCUMGR_SMP_CBOR_MIN_ENCODING_LEVELS`, which automatically increments
378+
minimum encoding levels for in-tree groups if :kconfig:option:`CONFIG_ZCBOR_CANONICAL` is
379+
enabled.
380+
372381
* File systems
373382

374383
* Added support for ext2 file system.

0 commit comments

Comments
 (0)