doc: release-notes: Add mcumgr image header callback addition details
Adds information on adding the image header details to the img mgmt callback for application-level determination of what to allow or decline. Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
This commit is contained in:
parent
9e6b5cdca8
commit
cefb004cd1
1 changed files with 5 additions and 0 deletions
|
@ -249,6 +249,11 @@ Libraries / Subsystems
|
|||
* Added mcumgr fs hook to allow an application to accept or decline a file
|
||||
read/write request; :kconfig:option:`CONFIG_FS_MGMT_FILE_ACCESS_HOOK`
|
||||
enables the feature which then needs to be registered by the application.
|
||||
* Added supplied image header to mcumgr img upload callback parameter list
|
||||
which allows the application to inspect it to determine if it should be
|
||||
allowed or declined.
|
||||
* Made the img mgmt ``img_mgmt_vercmp`` function public to allow application-
|
||||
level comparison of image versions.
|
||||
|
||||
* SD Subsystem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue