From f174cb981591c90c04cdd67a21ac88a9beba169f Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 14 May 2025 15:40:29 +0000 Subject: [PATCH] west.yml: switch to cmsis_6 Cortex-M now requires using the cmsis_6 module. Signed-off-by: Fabio Baltieri --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 6bb551cbd..c3e406760 100644 --- a/west.yml +++ b/west.yml @@ -17,6 +17,6 @@ manifest: # By using name-allowlist we can clone only the modules that are # strictly needed by the application. name-allowlist: - - cmsis # required by the ARM port + - cmsis_6 # required by the ARM port for Cortex-M - hal_nordic # required by the custom_plank board (Nordic based) - hal_stm32 # required by the nucleo_f302r8 board (STM32 based)