Skip to content

Commit cefb004

Browse files
Jamie McCraecarlescufi
authored andcommitted
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 <[email protected]>
1 parent 9e6b5cd commit cefb004

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,11 @@ Libraries / Subsystems
249249
* Added mcumgr fs hook to allow an application to accept or decline a file
250250
read/write request; :kconfig:option:`CONFIG_FS_MGMT_FILE_ACCESS_HOOK`
251251
enables the feature which then needs to be registered by the application.
252+
* Added supplied image header to mcumgr img upload callback parameter list
253+
which allows the application to inspect it to determine if it should be
254+
allowed or declined.
255+
* Made the img mgmt ``img_mgmt_vercmp`` function public to allow application-
256+
level comparison of image versions.
252257

253258
* SD Subsystem
254259

0 commit comments

Comments
 (0)