From 73fa3b11ec4d042a740c38169e11c6025b753aca Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 14 Nov 2025 10:59:53 +0200 Subject: [PATCH 1/2] west: Pin the Zephyr release to v4.3.0 Align with Zephyr release v4.3.0. Signed-off-by: Johan Hedberg --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index c3e40676..0d16f1f9 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v4.3.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application. From 9878c0b9b8700f560d8a51a8f3ad0a44373bf0cf Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 14 Nov 2025 11:00:40 +0200 Subject: [PATCH 2/2] west: Point back to main after release After releasing v4.3.0, move back to main. Signed-off-by: Johan Hedberg --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 0d16f1f9..c3e40676 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: v4.3.0 + revision: main import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.