From 423542c897076e970aff85f07fd1dbeac6bb7d70 Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI Date: Sun, 18 May 2025 18:37:07 +0900 Subject: [PATCH] west.yml: Fix CMSIS module to use v6 for Cortex-M Zephyr has migrated to CMSIS v6. While the plan was to transition all ARM architectures, issues with Cortex-A and Cortex-R prevented full adoption. As a result, only Cortex-M was updated to v6 in zephyrproject-rtos/zephyr#89370. Since the SC-OBC module A1 uses a Cortex-M3, we need to adopt CMSIS v6. That PR was merged after Zephyr v4.1.0, so older versions may still require the legacy CMSIS module. To maintain compatibility, we are keeping the old module alongside v6. Signed-off-by: Yasushi SHOJI --- west.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/west.yml b/west.yml index 6147a09..3dd2a95 100644 --- a/west.yml +++ b/west.yml @@ -9,6 +9,7 @@ manifest: import: name-allowlist: - cmsis + - cmsis_6 - name: libcsp url: https://github.com/libcsp/libcsp