doc: release: 3.5: Add note on MCUmgr SMP version 2 error conversion

Adds a note on the new MCUmgr SMP version 2 to legacy MCUmgr error
type conversion feature.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-06-21 14:56:32 +01:00 committed by Fabio Baltieri
commit 35f380510c

View file

@ -249,6 +249,11 @@ Libraries / Subsystems
* Added response checking to MCUmgr's :c:enumerator:`MGMT_EVT_OP_CMD_RECV`
notification callback to allow applications to reject MCUmgr commands.
* MCUmgr SMP version 2 error translation (to legacy MCUmgr error code) is now
supported in function handlers by setting ``mg_translate_error`` of
:c:struct:`mgmt_group` when registering a transport. See
:c:type:`smp_translate_error_fn` for function details.
HALs
****