From b32f87663b6d391ab49e36d0e9e396457c06e157 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Tue, 14 Apr 2026 16:02:17 -0500 Subject: [PATCH 1/2] west: Pin the Zephyr release to v4.4.0 Align with Zephyr relase v4.4.0. Signed-off-by: Maureen Helm --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index c3e406760..2e11f7439 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v4.4.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application. From f3e22c606baa765dd9c50d82fafca8ca00996020 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Tue, 14 Apr 2026 16:03:08 -0500 Subject: [PATCH 2/2] west: Point back to main after release After releasing v4.4.0, move back to main. Signed-off-by: Maureen Helm --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 2e11f7439..c3e406760 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: v4.4.0 + revision: main import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.