Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/releases/release-notes-2.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ MCUBoot
see ``CONFIG_MCUBOOT_CLEANUP_ARM_CORE``.
* Allow the final data chunk in the image to be unaligned in
the serial-recovery protocol.
* Added ``revert mechanism`` support to the direct-xip mode.
See ``CONFIG_MCUBOOT_DIRECT_XIP_REVERT`` option.

* imgtool

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ manifest:
revision: 13cf2e52024a144ecee9f37680681760a85febab
path: modules/crypto/mbedtls
- name: mcuboot
revision: c71d2186077f9fd5f6d1aa53ee3f09dc41ce78f6
revision: 6e3825f1309b34d3f5e5e1be8dd522cfe92e044b
path: bootloader/mcuboot
- name: mcumgr
revision: f28a637db12c4b12fb2b18bddc6b2a0deaa95251
Expand Down