From bbd2d61d6b33f192b0f16103b97abcd6bb008b13 Mon Sep 17 00:00:00 2001 From: Andre Stefanov Date: Tue, 22 Jul 2025 21:29:23 +0200 Subject: [PATCH] Update west.yml to correct cmsis module name in allowlist --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index d325288..5f41aad 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 - hal_nordic # required by the custom_plank board (Nordic based) - hal_stm32 # required by the nucleo_f302r8 board (STM32 based)