Skip to content

Commit

Permalink
doc: release: 3.6: Add note on fixed MCUboot erase issue
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nordicjm authored and fabiobaltieri committed Dec 7, 2023
1 parent f147e8b commit 227905a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/releases/release-notes-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,12 @@ Libraries / Subsystems
* Implemented datetime functionality in MCUmgr OS management group, this makes use of the RTC
driver API.

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

* Fixed an issue whereby the ``mcuboot erase`` DFU shell command could be used to erase the
MCUboot or currently running application slot.

* File systems

* Modem modules
Expand Down

0 comments on commit 227905a

Please sign in to comment.