manifest: mcuboot update

- Added precise check of the image size.
- loader: Added post copy hook to swap function.
- Added Kconfig option for setting swap using move as the default
  swap algorithm.
- zephyr: fixed ram loading for ARM, with correct handling of
  the vector table when code has moved to RAM.

- imgtool: Added option to export public PEM.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2022-10-06 19:06:24 +02:00 committed by Fabio Baltieri
commit 15eeabcafb

View file

@ -177,7 +177,7 @@ manifest:
groups: groups:
- crypto - crypto
- name: mcuboot - name: mcuboot
revision: 13f63976bca672ee018f9d55f1e31f02f4135b64 revision: cfec947e0f8be686d02c73104a3b1ad0b5dcf1e6
path: bootloader/mcuboot path: bootloader/mcuboot
- name: mipi-sys-t - name: mipi-sys-t
path: modules/debug/mipi-sys-t path: modules/debug/mipi-sys-t