Skip to content

Commit 01d5d2e

Browse files
Update west.yml to correct cmsis module name in allowlist (#7)
1 parent 2694b5e commit 01d5d2e

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
@@ -17,6 +17,6 @@ manifest:
1717
# By using name-allowlist we can clone only the modules that are
1818
# strictly needed by the application.
1919
name-allowlist:
20-
- cmsis # required by the ARM port
20+
- cmsis_6 # required by the ARM port
2121
- hal_nordic # required by the custom_plank board (Nordic based)
2222
- hal_stm32 # required by the nucleo_f302r8 board (STM32 based)

0 commit comments

Comments
 (0)