From 5968fbdbe045da0274f99d3e8aacc595c24b9181 Mon Sep 17 00:00:00 2001 From: Andrzej Puzdrowski Date: Tue, 8 Mar 2022 11:47:25 +0100 Subject: [PATCH] manifest: mcuboot update Synch up to the upstream: mcu-tools/mcuboot@4c0f6c177fc5a562bd971849c5ebfd3029673850 Update to the 1.9.0 - boot: Allow larger minimum flash write - boot_serial: zephyr: Add optional timeout to enter serial recovery - boot_serial: Adapted to Zephyr's new CRC APIs - zephyr: Use a smaller sha256 implementation - boot_serial: Added support for the echo command - single loader: fixed image decryption for any SoC flash of the pages size which not fitted in 1024 B Plus a few fixes - serial recovery: fixed echo command - serial recovery: fixed possible output buffer overflow Signed-off-by: Andrzej Puzdrowski --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 50eaec1b766..9feeca4c222 100644 --- a/west.yml +++ b/west.yml @@ -173,7 +173,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 89936c338e46f43cb177a8b928cd80b90f3ace8f + revision: 7b9e4eecaa2547ba34cd40a13530f10dd70c92ca path: bootloader/mcuboot - name: mipi-sys-t path: modules/debug/mipi-sys-t