From 37c5f96aaf51cffd380fb3316f31314b70d1353d Mon Sep 17 00:00:00 2001 From: Robin Kastberg Date: Tue, 21 Jan 2025 16:29:10 +0100 Subject: [PATCH] cmsis: cmsis_6: Update CMSIS to cmsis_6 Currently we are using CMSIS 5.9.0. This is deprecated and replaced by CMSIS 6. This will be required for support the IAR toolchain, TrustedFirmware-M. And to receive further upstream updates. Signed-off-by: Robin Kastberg --- west.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/west.yml b/west.yml index 9f8307759f072..1abdc68e37adf 100644 --- a/west.yml +++ b/west.yml @@ -117,7 +117,8 @@ manifest: groups: - babblesim - name: cmsis - revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0 + repo-path: CMSIS_6 + revision: pull/1/head path: modules/hal/cmsis groups: - hal @@ -127,10 +128,6 @@ manifest: - name: cmsis-nn revision: ea987c1ca661be723de83bd159aed815d6cbd430 path: modules/lib/cmsis-nn - - name: cmsis_6 - repo-path: CMSIS_6 - revision: 783317a3072554acbac86cca2ff24928cbf98d30 - path: modules/lib/cmsis_6 - name: edtt revision: b9ca3c7030518f07b7937dacf970d37a47865a76 path: tools/edtt