Skip to content

Commit 25aef1f

Browse files
committed
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 <[email protected]>
1 parent 31f22bb commit 25aef1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

west.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ manifest:
99
import:
1010
name-allowlist:
1111
- cmsis
12+
- cmsis_6
1213

1314
- name: libcsp
1415
url: https://github.com/libcsp/libcsp

0 commit comments

Comments
 (0)