Skip to content

Commit 87191eb

Browse files
Jamie McCraecarlescufi
authored andcommitted
doc: release-notes: Add mcumgr file read/write request hook details
Adds the file read/write request hook that applications can use to allow or decline requests to files to the release notes. Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9314259 commit 87191eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ Libraries / Subsystems
246246

247247
* Added mcumgr os hook to allow an application to accept or decline a reset
248248
request; :kconfig:option:`CONFIG_OS_MGMT_RESET_HOOK` enables the callback.
249+
* Added mcumgr fs hook to allow an application to accept or decline a file
250+
read/write request; :kconfig:option:`CONFIG_FS_MGMT_FILE_ACCESS_HOOK`
251+
enables the feature which then needs to be registered by the application.
249252

250253
* SD Subsystem
251254

0 commit comments

Comments
 (0)