From 5741383f36ce03dc7683f4cde6576d4336bf07c1 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Fri, 23 Feb 2024 18:57:47 -0600 Subject: [PATCH] west: Pin the Zephyr revision to v3.6.0 Pins the Zephyr revision to the latest release, v3.6.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 6bb551c..861df95 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v3.6.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.