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