From eff9f731b10b45d241cf8a963c7828cc7f7d5fbd Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 19 Jun 2023 12:30:13 +0100 Subject: [PATCH] doc: release: 3.5: Add note on MGMT_EVT_OP_CMD_RECV Adds a note that this MCUmgr notification hook can now be used to reject commands and send an error back to the client. Signed-off-by: Jamie McCrae --- doc/releases/release-notes-3.5.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/release-notes-3.5.rst b/doc/releases/release-notes-3.5.rst index c532ff873e..7a77feb2ab 100644 --- a/doc/releases/release-notes-3.5.rst +++ b/doc/releases/release-notes-3.5.rst @@ -232,6 +232,11 @@ Devicetree Libraries / Subsystems ********************** +* Management + + * Added response checking to MCUmgr's :c:enumerator:`MGMT_EVT_OP_CMD_RECV` + notification callback to allow applications to reject MCUmgr commands. + HALs ****