From 7d567438b2d6dbc2dd23450348a4eda2da463cc3 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 28 Nov 2023 09:31:58 +0000 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: 05d11942774fc15b90af101232ec5305051216ec Brings following Zephyr relevant fixes: - 215345f7 zephyr: Add firmware loader MCUboot operation style - 433b8480 zephyr: Move IO functions out of main to separate file - 5e6cffbf boot: boot_serial: Fix single slot encrypted image list - 3f0b89d6 boot: zephyr: add support for mimxrt101x_evk Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d0590f17a3b285..5daa5e4768b693 100644 --- a/west.yml +++ b/west.yml @@ -282,7 +282,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 47b34362552835621bc289d53d2127691088cb7c + revision: 05d11942774fc15b90af101232ec5305051216ec path: bootloader/mcuboot - name: mipi-sys-t path: modules/debug/mipi-sys-t