doc: release: 3.5: Add MCUmgr release notes
Adds release notes on recent MCUmgr changes. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
3f2a6ce86b
commit
05a335dcba
1 changed files with 19 additions and 0 deletions
|
@ -50,6 +50,8 @@ Stable API changes in this release
|
|||
New APIs in this release
|
||||
========================
|
||||
|
||||
* Introduced MCUmgr client support with handlers for img_mgmt and os_mgmt.
|
||||
|
||||
Kernel
|
||||
******
|
||||
|
||||
|
@ -303,6 +305,23 @@ Libraries / Subsystems
|
|||
:c:struct:`mgmt_group` when registering a transport. See
|
||||
:c:type:`smp_translate_error_fn` for function details.
|
||||
|
||||
* Fixed an issue with MCUmgr img_mgmt group whereby the size of the upload in
|
||||
the initial packet was not checked.
|
||||
|
||||
* Fixed an issue with MCUmgr fs_mgmt group whereby some status codes were not
|
||||
checked properly, this meant that the error returned might not be the
|
||||
correct error, but would only occur in situations where an error was
|
||||
already present.
|
||||
|
||||
* Fixed an issue whereby the SMP response function did not check to see if
|
||||
the initial zcbor map was created successfully.
|
||||
|
||||
* Fixes an issue with MCUmgr shell_mgmt group whereby the length of a
|
||||
received command was not properly checked.
|
||||
|
||||
* Added optional mutex locking support to MCUmgr img_mgmt group, which can
|
||||
be enabled with :kconfig:option:`CONFIG_MCUMGR_GRP_IMG_MUTEX`.
|
||||
|
||||
* File systems
|
||||
|
||||
* Added support for ext2 file system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue