From f3f12bb58fbd4e1b39309b5d20108cc4e4a01b2a Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Thu, 20 Jul 2023 13:27:31 -0300 Subject: [PATCH] west: update zephyr revsion to v3.4-branch This revision contains the IVSHMEM infrastructure needed to make the RPMsg over it to work. Signed-off-by: Felipe Neves --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 1ea402f..4101a85 100644 --- a/west.yml +++ b/west.yml @@ -14,5 +14,5 @@ manifest: projects: - name: openamp-zephyr-staging path: zephyr - revision: v3.2-branch + revision: v3.4-branch import: true