Skip to content

Commit 4b70d43

Browse files
nordicjmcarlescufi
authored andcommitted
doc: release: 3.3: Add mcumgr stable API change
Adds details of the stable API change to mcumgr's callback system, including a link to the migration guide. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent d5693ed commit 4b70d43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ Deprecated in this release
103103
Stable API changes in this release
104104
==================================
105105

106+
* MCUmgr events have been reworked to use a single, unified callback system.
107+
This allows better customisation of the callbacks with a lower flash size.
108+
Applications using the existing callback system will need to be upgraded to
109+
use the new API by following the :ref:`migration guide <mcumgr_cb_migration>`
110+
106111
New APIs in this release
107112
========================
108113

@@ -320,6 +325,8 @@ Libraries / Subsystems
320325
has been replaced with the ``smp_streamer`` struct, the zcbor objects need
321326
to replace ``cnbe`` object access with ``writer`` and ``cnbd`` object
322327
access with ``reader`` to successfully build.
328+
* MCUmgr callback system has been reworked with a unified singular interface
329+
which supports status passing to the handler (:ref:`mcumgr_callbacks`).
323330

324331
* LwM2M
325332

0 commit comments

Comments
 (0)