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 <andrzej.puzdrowski@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Andrzej Puzdrowski 2019-07-30 14:13:35 +02:00 committed by Carles Cufí
parent 36e1fb630b
commit ce753ea491

View file

@ -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