From 4e776408742ff36873897f0ea1f3f253b348dc64 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 30 Oct 2024 07:54:15 +0000 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: f74b77cf7808919837c0ed14c2ead3918c546349 Brings following Zephyr relevant fixes: - f74b77cf imgtool: fix signing for fix-sig-pubkey public rsa - 439930ae boot_serial: Fix serial recovery for LPC55x and MCXNx Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index f5a8923c458..e1f6fda9a9a 100644 --- a/west.yml +++ b/west.yml @@ -285,7 +285,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 33de65cebaf78b306501a4195dc0ce4008315e1a + revision: f74b77cf7808919837c0ed14c2ead3918c546349 path: bootloader/mcuboot groups: - bootloader