From 0c737b61ed6c3d8078906f56c2a2be4afedf58d7 Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Fri, 16 May 2025 11:39:59 +0300 Subject: [PATCH] west.yml: Import cmsis_6 to be used by SOF for Cortex-M targets After commit f726cb5123eda ("modules: CMSIS_6: Switch to CMSIS_6 for Cortex-M") SOF needs cmsis_6 to be used for Cortex-M (imx95). So import cmsis_6 and fix the compilation error. Since we only support Cortex-M targets (no Cortex A/R) let's get rid of cmsis import to reduce import time. Fixes: https://github.com/thesofproject/sof/issues/10014 Signed-off-by: Daniel Baluta --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 7861445d4c75..9d3bb326aa58 100644 --- a/west.yml +++ b/west.yml @@ -59,7 +59,7 @@ manifest: - mipi-sys-t - lz4 - tinycrypt - - cmsis + - cmsis_6 self: # Changes to submanifests/*.yml files _are_ effective; these have no