From 1bfdca73f3066e9b497712ee82ef1d81ca200064 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 23 Oct 2023 09:29:05 +0000 Subject: [PATCH] west: Pin the Zephyr release to v3.5.0 Align with Zephyr relase v3.5.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 6bb551cb..2af91a46 100644 --- a/west.yml +++ b/west.yml @@ -12,7 +12,7 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v3.5.0 import: # By using name-allowlist we can clone only the modules that are # strictly needed by the application.