Skip to content

Commit 441f19e

Browse files
committed
west.yml: Import cmsis from Zephyr
Instead of specifying the CMSIS module by ourselves, import it from Zephyr. This will sync cmsis with zephyr version. Signed-off-by: Yasushi SHOJI <[email protected]>
1 parent be9fab7 commit 441f19e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

west.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ manifest:
66
revision: main
77
path: zephyr
88
west-commands: scripts/west-commands.yml
9+
import:
10+
name-allowlist:
11+
- cmsis
912

10-
- name: cmsis
11-
url: https://github.com/zephyrproject-rtos/cmsis
12-
revision: b0612c97c1401feeb4160add6462c3627fe90fc7
13-
path: modules/hal/cmsis
1413

1514
self:
1615
path: libcsp-zephyr

0 commit comments

Comments
 (0)