You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments