diff --git a/west.yml b/west.yml index 6bb551cb..c3e40676 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)