From d78315763fbacba8a74552d0ad570bd01c42ccf9 Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Mon, 20 May 2024 13:59:00 +0200 Subject: [PATCH] west: update to openamp v2024.05.1 and libmetal v2024.05.0 Update to the last openamp and libmetal versions Signed-off-by: Arnaud Pouliquen --- west.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/west.yml b/west.yml index d156c5f..3eb7f3a 100644 --- a/west.yml +++ b/west.yml @@ -22,10 +22,10 @@ manifest: # as we use the same names as in the zephyr manifest, # our definitions eclipse their's - name: libmetal - revision: main + revision: v2024.05.0 - name: open-amp - revision: main + revision: v2024.05.1 # however, our version does not have the zephyr module glue # so bring in our custom version that integrates both libraries