From fd75c92132f0c7486f26f03a69b07981af43487c Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Fri, 7 Mar 2025 16:49:54 +0000 Subject: [PATCH 1/2] west: Pin the Zephyr release to v4.1.0 Align with Zephyr relase v4.1.0. Signed-off-by: Fabio Baltieri --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 6bb551cbd..d325288d1 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v4.1.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application. From 86b7f38ffe7b64436e70d24ab027a60176b23192 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Fri, 7 Mar 2025 16:55:25 +0000 Subject: [PATCH 2/2] west: Point back to main after release After releasing v4.1.0, move back to main. Signed-off-by: Fabio Baltieri --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d325288d1..6bb551cbd 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: v4.1.0 + revision: main import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.