From 41fd5edef8627ccd2649b6c9a9c0e4504f8fb950 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 1 Feb 2024 09:15:37 +0100 Subject: [PATCH] manifest: NCS 2.5.2 Tagged repositories as required. Signed-off-by: Vinayak Kariappa Chettimada --- west.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/west.yml b/west.yml index f42716581bac..bd99433cdc0a 100644 --- a/west.yml +++ b/west.yml @@ -61,7 +61,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 4b5ef270413a968c3efe826aad4412a89731753f + revision: v3.4.99-ncs1-2 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -128,7 +128,7 @@ manifest: compare-by-default: true - name: mcuboot repo-path: sdk-mcuboot - revision: v1.10.99-ncs1-1 + revision: v1.10.99-ncs1-2 path: bootloader/mcuboot - name: qcbor url: https://github.com/laurencelundblade/QCBOR.git @@ -137,19 +137,19 @@ manifest: - name: mbedtls path: modules/crypto/mbedtls repo-path: sdk-mbedtls - revision: v3.3.0-ncs2-1 + revision: v3.3.0-ncs2-2 - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: a7ef13f977653fc0b4cb2a336a3c1054763fb755 + revision: v2.5.2 - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m - revision: v1.8.0-ncs1-1 + revision: v1.8.0-ncs1-2 - name: matter repo-path: sdk-connectedhomeip path: modules/lib/matter - revision: ed68b724d6a6f5ac1ad66b0328bbcf28edf25b6c + revision: v2.5.2 submodules: - name: nlio path: third_party/nlio/repo @@ -167,7 +167,7 @@ manifest: - name: nrf-802154 repo-path: sdk-nrf-802154 path: nrf-802154 - revision: v2.5.1 + revision: v2.5.2 groups: - nrf-802154 - name: dragoon @@ -189,18 +189,18 @@ manifest: compare-by-default: false - name: sidewalk repo-path: sdk-sidewalk - revision: v2.5.1 + revision: v2.5.2 submodules: true groups: - sidewalk - name: homekit repo-path: sdk-homekit - revision: v2.5.1 + revision: v2.5.2 groups: - homekit - name: find-my repo-path: sdk-find-my - revision: v2.5.1 + revision: v2.5.2 groups: - find-my - name: azure-sdk-for-c