From b5e4c74db00da8a2da3ece5fee4f206c3b9929c3 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 1 Feb 2024 09:04:45 +0100 Subject: [PATCH] manifest: NCS 2.4.3 Tagged repositories as required. Signed-off-by: Vinayak Kariappa Chettimada --- west.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/west.yml b/west.yml index dcaf7c08459..47feb2e720a 100644 --- a/west.yml +++ b/west.yml @@ -59,7 +59,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: v3.3.99-ncs1-1 + revision: v3.3.99-ncs1-2 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -118,7 +118,7 @@ manifest: compare-by-default: false - name: mcuboot repo-path: sdk-mcuboot - revision: v1.10.0-ncs1 + revision: v1.10.0-ncs1-1 path: bootloader/mcuboot - name: qcbor url: https://github.com/laurencelundblade/QCBOR.git @@ -127,19 +127,19 @@ manifest: - name: mbedtls path: modules/crypto/mbedtls repo-path: sdk-mbedtls - revision: v3.3.0-ncs1 + revision: v3.3.0-ncs1-1 - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: bb740e234bec8ea5b99b3fa46b16327a61c2cb77 + revision: v2.4.3 - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m - revision: v1.7.0-ncs1 + revision: v1.7.0-ncs1-1 - name: matter repo-path: sdk-connectedhomeip path: modules/lib/matter - revision: v2.4.2 + revision: v2.4.3 submodules: - name: nlio path: third_party/nlio/repo @@ -157,7 +157,7 @@ manifest: - name: nrf-802154 repo-path: sdk-nrf-802154 path: nrf-802154 - revision: v2.4.2 + revision: v2.4.3 groups: - nrf-802154 - name: dragoon @@ -179,12 +179,12 @@ manifest: compare-by-default: false - name: homekit repo-path: sdk-homekit - revision: v2.4.2 + revision: v2.4.3 groups: - homekit - name: find-my repo-path: sdk-find-my - revision: v2.4.2 + revision: v2.4.3 groups: - find-my - name: azure-sdk-for-c