From f1750fb1963c1f9b77d02149227bdb2f334a7a29 Mon Sep 17 00:00:00 2001 From: Dmitry Starchenko Date: Tue, 4 Feb 2025 22:48:09 +0400 Subject: [PATCH] manifest: Change repositories and branches for mcuboot and Zephyr NRF-259: Change repositories and branches for mcuboot and Zephyr Signed-off-by: Dmitry Starchenko --- west.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/west.yml b/west.yml index c2cb2d3878..e0786eb7be 100644 --- a/west.yml +++ b/west.yml @@ -21,8 +21,8 @@ manifest: - name: ncs url-base: https://github.com/nrfconnect # Third-party repository sources: - - name: voxelbotics - url-base: https://github.com/voxelbotics + - name: emcraftsystems + url-base: https://github.com/EmcraftSystems - name: zephyrproject url-base: https://github.com/zephyrproject-rtos - name: throwtheswitch @@ -71,8 +71,8 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: voxelbotics-v3.7.99-ncs1-branch - remote: voxelbotics + revision: emcraft-v3.7.99-ncs1-branch + remote: emcraftsystems import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -132,8 +132,8 @@ manifest: compare-by-default: true - name: mcuboot repo-path: sdk-mcuboot - revision: voxelbotics-v2.1.0-ncs2-branch - remote: voxelbotics + revision: emcraft-v2.1.0-ncs2-branch + remote: emcraftsystems path: bootloader/mcuboot - name: qcbor url: https://github.com/laurencelundblade/QCBOR