Releases: ARM-software/CMSIS_6
Releases · ARM-software/CMSIS_6
CMSIS 6.3.0
This is a maintenance release for CMSIS 6
Changes since CMSIS 6.2.0
CMSIS-Core: 6.2.0
- Added support for ArmChina STAR-MC3
- Minor fixes and enhancements:
- Added missing CPPWR definitions for Armv8-M Mainline cores
- Added support for picolibc startup mechanism to GCC compiler
- Fixed GCC FPSCR intrinsics for AArch64
- Fixed MPU Normal Memory Attributes for Armv8-M MPU
- Added ERRBNK definition for Cortex-M7
- Fixed function prototype warnings for IAR compiler
- Reworked __NVIC_SystemReset for Armv8.1-M devices
CMSIS-RTOS2: 2.3.0
- (unchanged)
CMSIS-Driver: 2.11.0
- (unchanged)
CMSIS 6.2.0
This is a maintenance release for CMSIS 6
Changes since CMSIS 6.1.0
CMSIS-Core: 6.1.1
- Minor fixes and enhancements:
- Fixed CMSIS_DEPRECATED for IAR
- Added LAR, LSR register to DWT
- Add CMSIS-R for IAR
- Added BPU for Star-MC1
- Add CPPWR SU10/11 for Cortex-M55/-M85
CMSIS-RTOS2: 2.3.0
- (unchanged)
CMSIS-Driver: 2.11.0
- Added vStream Driver API 1.0.0
CMSIS 6.1.0
This is a maintenance release for CMSIS 6
Changes since CMSIS 6.0.0
CMSIS-Core: 6.1.0
- Added support for Cortex-M52
- Added deprecated CoreDebug symbols for CMSIS 5 compatibility
- Added define
CMSIS_DISABLE_DEPRECATEDto hide deprecated symbols
CMSIS-RTOS2: 2.3.0
- (unchanged)
CMSIS-Driver: 2.10.0
- Updated USB Host Interface API 2.4.0 (deprecated API for OHCI/EHCI Host Controller Interface (HCI))
CMSIS 6.0.0
This is the first major CMSIS 6 release
Changes since CMSIS 5.9.0
CMSIS-Core: 6.0.0
- Core(M) and Core(A) joined into single Core component
- Core header files reworked, aligned with TRMs
- Previously deprecated features removed
- Dropped support for Arm Compiler 5
CMSIS-DSP: moved into separate pack
CMSIS-NN: moved into separate pack
CMSIS-RTOS: deprecated and removed
- RTX4 is deprecated and removed
CMSIS-RTOS2: 2.3.0
- OS Tick API moved from Device to CMSIS class
- Provisional support for processor affinity in SMP systems
- RTX5 moved into separate CMSIS-RTX pack
CMSIS-Driver: 2.9.0
- Updated VIO API 1.0.0
- Added GPIO Driver API 1.0.0
CMSIS-DAP: Moved into separate pack
CMSIS-Pack: Moved to Open-CMSIS-Pack
CMSIS-SVD: Moved to Open-CMSIS-Pack
Devices: Moved to Cortex_DFP pack
Utilities: Moved to CMSIS-Toolbox
Compiler Support
Support for compilers changed to recent versions of the following list.
- Arm Compiler 6 version 6.10 or later
- IAR Compiler for Arm version 8 or later
- GNU Compiler version 10 or later
- LLVM/Clang Compiler version 17 or later
Software Components
This base pack ARM::[email protected] does not contain the full set of software components that where previously part of the pack in major version 5. Instead, this pack only ships the following basic components and API definitions:
- CMSIS-Core
- CMSIS-RTOS2 API
- CMSIS-Driver APIs
Additional components have been moved into other packs which can be installed separately if required.
- Pseudo-device support with processor-core only is now in the pack
ARM::Cortex_DFP. - CMSIS-RTX5 is now in the pack
ARM::CMSIS-RTX. - CMSIS-DSP has moved into the pack
ARM::CMSIS-DSPa while ago. - CMSIS-NN has moved into the pack
ARM::CMSIS-NNa while ago. - I/O retargeting support is now in the pack
ARM::CMSIS-Compiler. - EventRecorder is now in the pack
ARM::CMSIS-View. - Utilities (PackChk, SVDConv) are now part of CMSIS-Toolbox.
Migration guides
Migration guide for projects using CMSIS v5.9.0
Migration guide for CMSIS-Pack creators