From 0d12549f7c48c186f21d12d764b24ef94480b272 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 2 Jul 2025 10:11:19 +0100 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 3430520d7080a8ac3e4b325cfde0ef18837209af Brings following Zephyr relevant fixes: - d905a69e boot: boot_serial: Fix upload for swap using offset mode - 3fc94b38 boot: boot_serial: Fix slot info response on error - e2c97da3 boot: bootutil: Fix serial recovery issues - 2fcfba13 boot: bootutil: Fix wrong define for single loader mode - dc571f0b boot: bootutil: Fix single loader trailer size - cf92b6f6 boot: boot_serial: Fix wrong slot ID for hook calls - c4a7b250 zephyr: cleanup removed CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index a6fb40716ce..8851147b8c3 100644 --- a/west.yml +++ b/west.yml @@ -310,7 +310,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 07222c1929e1d79d303baa8fde7f977a79e48e9a + revision: 3430520d7080a8ac3e4b325cfde0ef18837209af path: bootloader/mcuboot groups: - bootloader