File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,15 @@ Libraries / Subsystems
369
369
* Added ``user_data `` as an optional field to :c:struct: `mgmt_handler ` when
370
370
:kconfig:option: `CONFIG_MCUMGR_MGMT_HANDLER_USER_DATA ` is enabled.
371
371
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
+
372
381
* File systems
373
382
374
383
* Added support for ext2 file system.
You can’t perform that action at this time.
0 commit comments