From a9f609ec6523825a6c434cb62d0890f46ce51622 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Fri, 18 Jul 2025 20:21:55 -0500 Subject: [PATCH 1/2] west: Pin the Zephyr release to v4.2.0 Align with Zephyr relase v4.2.0. Signed-off-by: Daniel DeGrasse --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index c3e40676..d502714a 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v4.2.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application. From 29571ddf495350be20232a53b2e217bf4c05a506 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Fri, 18 Jul 2025 20:22:38 -0500 Subject: [PATCH 2/2] west: Point back to main after release After releasing v4.2.0, move back to main. Signed-off-by: Daniel DeGrasse --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d502714a..c3e40676 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: v4.2.0 + revision: main import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.