From 3743a1f97472a0305b9231e8afa98d9d126ee9d2 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 14 Jun 2021 14:58:28 +0200 Subject: [PATCH] manifest: pin to Zephyr v2.6.0 Pin to Zephyr v2.6.0 for the v2.6.0 release of the example-application. Signed-off-by: Gerard Marull-Paretas --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 6373e65..1446e8d 100644 --- a/west.yml +++ b/west.yml @@ -12,5 +12,5 @@ manifest: projects: - name: zephyr remote: zephyrproject-rtos - revision: main + revision: v2.6.0 import: true