Skip to content

Commit af4d2d0

Browse files
de-nordicmbolivar-nordic
authored andcommitted
[nrf fromlist] doc/releases/3.1: Add notes on MCUMGR to zcbor
... transition The commit adds release notes on MCUMGR transition from TinyCBOR to zcbor, and deprecation of several Kconfig options that are no longer needed. Upstream PR: zephyrproject-rtos/zephyr#45965 Signed-off-by: Dominik Ermel <[email protected]>
1 parent dd316f3 commit af4d2d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@ Libraries / Subsystems
208208

209209
* Management
210210

211+
* MCUMGR has been migrated from using TinyCBOR, for CBOR encoding, to zcbor.
212+
* MCUMGR :kconfig:option:`CONFIG_FS_MGMT_UL_CHUNK_SIZE` and
213+
:kconfig:option:`CONFIG_IMG_MGMT_UL_CHUNK_SIZE` have been deprecated as,
214+
with the introduction of zcbor, it is no longer needed to use an intermediate
215+
buffer to copy data out of CBOR encoded buffer. The file/image chunk size
216+
is now limited by :kconfig:option:`CONFIG_MCUMGR_BUF_SIZE` minus all the
217+
other command required variables.
211218
* Added support for MCUMGR Parameters command, which can be used to obtain
212219
MCUMGR parameters; :kconfig:option:`CONFIG_OS_MGMT_MCUMGR_PARAMS` enables
213220
the command.

0 commit comments

Comments
 (0)