From 8e4d30f5e636f62ca85929ace71f92862d9bd0cc Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 25 Oct 2022 12:29:23 +0100 Subject: [PATCH] doc: release: 3.3: Add note on fixed mcumgr bt deadlock bug fix Adds a note about a possible deadlock with mcumgr using the Bluetooth transport being fixed. Signed-off-by: Jamie McCrae --- doc/releases/release-notes-3.3.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/releases/release-notes-3.3.rst b/doc/releases/release-notes-3.3.rst index 9887ab64a43..d78615610b1 100644 --- a/doc/releases/release-notes-3.3.rst +++ b/doc/releases/release-notes-3.3.rst @@ -243,16 +243,19 @@ Libraries / Subsystems * Management - * MCUMGR functionality deprecated in 3.1 has been removed: + * MCUmgr functionality deprecated in 3.1 has been removed: CONFIG_FS_MGMT_UL_CHUNK_SIZE, CONFIG_IMG_MGMT_UL_CHUNK_SIZE, CONFIG_OS_MGMT_ECHO_LENGTH - * MCUMGR fs_mgmt issue with erasing a file prior to writing the first block + * MCUmgr fs_mgmt issue with erasing a file prior to writing the first block of data has been worked around by only truncating/deleting the file data if the file exists. This can help work around an issue whereby logging is enabled and the command is sent on the same UART as the logging system, in which a filesystem error was emitted. * A MCUmgr bug when using the smp_svr sample with Bluetooth transport that could have caused a stack overflow has been fixed. + * A MCUmgr issue with Bluetooth transport that could cause a deadlock of the + mcumgr thread if the remote device disconnected before the output message + was sent has been fixed. * LwM2M