Skip to content

Commit bbd2d61

Browse files
Update west.yml to correct cmsis module name in allowlist
1 parent 3a0b185 commit bbd2d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)