From c0f17f98ea5697ec08309fbea0af23147cfa1179 Mon Sep 17 00:00:00 2001 From: Sudan Landge Date: Tue, 3 Jun 2025 11:51:13 +0100 Subject: [PATCH] modules: cmsis: fix: CI with CMSIS Update to the latest CMSIS because some modules still use CMSIS (v5.x) which when built with the latest toolchain returns below error in CI: `error: pac_armv81.h: No such file or directory` Signed-off-by: Sudan Landge --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 9bf061f6950..702bc9b784e 100644 --- a/west.yml +++ b/west.yml @@ -117,7 +117,7 @@ manifest: groups: - babblesim - name: cmsis - revision: d1b8b20b6278615b00e136374540eb1c00dcabe7 + revision: 512cc7e895e8491696b61f7ba8066b4a182569b8 path: modules/hal/cmsis groups: - hal