CMSIS Version 5 will focus on improvements and further industry adoption. The license will be changed to the permissive Apache 2.0 license, to enable contributions from interested third parties.
Support for the new ARMv8-M architecture will be added as well as improvements for ARM Cortex-A/Cortex-M based hybrid devices (with a clear focus on Cortex-M interaction).
The CMSIS-RTOS API and RTX reference implementation with get several enhancements:
CMSIS-Pack will get additions for generic example projects, project templates, and multiple download portals. It will also adopt the Flash loader technology from IAR Systems.
As announced on embedded world, the development repository of CMSIS Version 5 is now available on GitHub: https://github.com/ARM-software/CMSIS_5
ARM invites all interested parties to contribute and/or to provide feedback for the CMSIS project using GitHub.
Embedded
Please note that the CMSIS repository for the next version is https://github.com/ARM-software/CMSIS_5/ and all issues should be tracked there to avoid any confusion.
Sorry for the question but I don't know where to ask this.
I'm having problems fetchin CMSIS_5 using repo. I have the following in my default.xml file corresponding to CMSIS
<remote name="arm" fetch="https://github.com/ARM-software"/>
<project name="CMSIS_5" remote="arm" revision="refs/tags/5.7.0" path="cmsis"/>
But I'm getting this error:
git-lfs filter-process --skip: 1: git-lfs: not foundfatal: the remote end hung up unexpectedlyerror.GitError: Cannot checkout CMSIS_5: Cannot initialize work tree for CMSIS_5error: Cannot checkout CMSIS_5
I hope you can help me figure it out