From ce753ea49113f306ee4fcf58811fe60790f6c3f2 Mon Sep 17 00:00:00 2001 From: Andrzej Puzdrowski Date: Tue, 30 Jul 2019 14:13:35 +0200 Subject: [PATCH] manifest: add reference to mcuboot project MCUBoot is the bootloader on which zephyr DFU solutions base. It is worth to reference certain compatible version of this external project. So fare it was expected that mcuboot works with zephyr in master to master relation. This patch starts to give the user real information about compatible version. Signed-off-by: Andrzej Puzdrowski Signed-off-by: Carles Cufi --- west.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/west.yml b/west.yml index e10cb92b800..b0fadd3fa0d 100644 --- a/west.yml +++ b/west.yml @@ -73,6 +73,9 @@ manifest: - name: mbedtls revision: 4f1e8f5a78dc08aa42a47cc1ad059cce558c26c3 path: modules/crypto/mbedtls + - name: mcuboot + revision: c2bd757332bfde11c27019f937b0c61d5e9b9fd9 + path: bootloader/mcuboot - name: mcumgr revision: b18b3d16441f40cf983aa034258e8f7c97bfe9bf path: modules/lib/mcumgr