From 68c47d99d17015a4328d7424ae45d8b48ba5bb29 Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Tue, 27 Aug 2024 20:57:36 +0200 Subject: [PATCH 1/4] Revert "manifest: homekit: bring in build size optimizations" This reverts commit 212a60833b15febd5013b33e9ed9acecc003d563. --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 1f8b6dbf789e..c4efc9bbad59 100644 --- a/west.yml +++ b/west.yml @@ -179,7 +179,7 @@ manifest: compare-by-default: false - name: homekit repo-path: sdk-homekit - revision: v2.4.4 + revision: v2.4.3 groups: - homekit - name: find-my From 98de7e0d819bafcb67ccf7a293b3978c0935a449 Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Tue, 27 Aug 2024 21:08:14 +0200 Subject: [PATCH 2/4] manifest: NCS 2.4.4-dev0 Tagged repositories as required. Signed-off-by: Thomas Stilwell --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index c4efc9bbad59..66d9c3c71d39 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-3 + revision: v3.3.99-ncs1-4 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above From 6d251cfb72332cf1d3c1ab9483234d4ee87d9c93 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 22 Aug 2024 09:42:05 +0200 Subject: [PATCH 3/4] version: update VERSION to 2.4.4-dev0 Update VERSION to 2.4.4-dev0 Signed-off-by: Thomas Stilwell --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 79a614418f74..fbc3c486317d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.4 +2.4.4-dev0 From 82710671a5c02b5284424be2213d3d0f9689275c Mon Sep 17 00:00:00 2001 From: Thomas Stilwell Date: Tue, 27 Aug 2024 21:19:16 +0200 Subject: [PATCH 4/4] DNM: add thst-nordic remote for testing Signed-off-by: Thomas Stilwell --- west.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/west.yml b/west.yml index 66d9c3c71d39..9b3c296ef5dd 100644 --- a/west.yml +++ b/west.yml @@ -37,6 +37,8 @@ manifest: url-base: https://github.com/ant-nrfconnect - name: babblesim url-base: https://github.com/BabbleSim + - name: thst + url-base: https://github.com/thst-nordic # If not otherwise specified, the projects below should be obtained # from the ncs remote. @@ -58,6 +60,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr + remote: thst repo-path: sdk-zephyr revision: v3.3.99-ncs1-4 import: