From baa3c170a193420401e41d1d3138366860a66926 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 26 Jul 2024 16:08:07 +0200 Subject: [PATCH] west: Pin the Zephyr revision to v3.7.0 Pins the Zephyr revision to the latest release, v3.7.0 Signed-off-by: Alberto Escolar Piedras --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 6bb551cbd..1b56babd2 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v3.7.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.