Skip to content

Commit 7c2b3db

Browse files
committed
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 d4f6a5a commit 7c2b3db

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
@@ -272,9 +272,12 @@ Libraries / Subsystems
272272
* Implemented datetime functionality in MCUmgr OS management group, this makes use of the RTC
273273
driver API.
274274

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

278+
* Fixed an issue whereby the ``mcuboot erase`` DFU shell command could be used to erase the
279+
MCUboot or currently running application slot.
280+
278281
* File systems
279282

280283
* Modem modules

0 commit comments

Comments
 (0)