Skip to content

Commit aa7365e

Browse files
committed
west.yml: switch to cmsis_6
Cortex-M now requries using the cmsis_6 module. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 7e65a44 commit aa7365e

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 for Cortex-M
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)