From cefb004cd1916840c64543fa3e74b2034f7eb578 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 23 Mar 2022 11:10:36 +0000 Subject: [PATCH] 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 --- doc/releases/release-notes-3.1.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/release-notes-3.1.rst b/doc/releases/release-notes-3.1.rst index 8442f13531a..3726decbe7e 100644 --- a/doc/releases/release-notes-3.1.rst +++ b/doc/releases/release-notes-3.1.rst @@ -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