Skip to content

Commit e9ea28a

Browse files
committed
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: #10014 Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 7fb8e45 commit e9ea28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ manifest:
5959
- mipi-sys-t
6060
- lz4
6161
- tinycrypt
62-
- cmsis
62+
- cmsis_6
6363

6464
self:
6565
# Changes to submanifests/*.yml files _are_ effective; these have no

0 commit comments

Comments
 (0)