Skip to content

Commit 227905a

Browse files
nordicjmfabiobaltieri
authored andcommitted
doc: release: 3.6: Add note on fixed MCUboot erase issue
Adds a note that the shell mcuboot erase command can no longer erase the MCUboot or application slots Signed-off-by: Jamie McCrae <[email protected]>
1 parent f147e8b commit 227905a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/releases/release-notes-3.6.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,12 @@ Libraries / Subsystems
280280
* Implemented datetime functionality in MCUmgr OS management group, this makes use of the RTC
281281
driver API.
282282

283-
* Fixes an issue in MCUmgr console UART input whereby the FIFO would be read outside of an ISR,
283+
* Fixed an issue in MCUmgr console UART input whereby the FIFO would be read outside of an ISR,
284284
which is not supported in the next USB stack.
285285

286+
* Fixed an issue whereby the ``mcuboot erase`` DFU shell command could be used to erase the
287+
MCUboot or currently running application slot.
288+
286289
* File systems
287290

288291
* Modem modules

0 commit comments

Comments
 (0)