Skip to content

Commit 37c5f96

Browse files
committed
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 <[email protected]>
1 parent 9a236f8 commit 37c5f96

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

west.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ manifest:
117117
groups:
118118
- babblesim
119119
- name: cmsis
120-
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0
120+
repo-path: CMSIS_6
121+
revision: pull/1/head
121122
path: modules/hal/cmsis
122123
groups:
123124
- hal
@@ -127,10 +128,6 @@ manifest:
127128
- name: cmsis-nn
128129
revision: ea987c1ca661be723de83bd159aed815d6cbd430
129130
path: modules/lib/cmsis-nn
130-
- name: cmsis_6
131-
repo-path: CMSIS_6
132-
revision: 783317a3072554acbac86cca2ff24928cbf98d30
133-
path: modules/lib/cmsis_6
134131
- name: edtt
135132
revision: b9ca3c7030518f07b7937dacf970d37a47865a76
136133
path: tools/edtt

0 commit comments

Comments
 (0)