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
> CMSIS version 4 and earlier had another license than CMSIS 5 and above. While Liviu is able to change the license for his CMSIS++ project as he wishes, this is not an option for us. Thus, we have decided to create the CMSIS_5 repo
uh? I'm not a lawyer, but what does the license has to do with the the source files being in the same Git or in two?
what is wrong if at a certain moment in time you replace the license notice in all files and push a new commit? up to that moment the files are covered by one license and after that moment the files are covered by another license.
how is this different from having multiple GitHub repos? what if in one month you decide that the MIT license is better? create a new repo? don't you see how meaningless is your approach?