1 # Revision History {#core_revisionHistory}
3 CMSIS-Core (M) component is maintained with its own versioning that gets officially updated upon releases of the [CMSIS Software Pack](../General/cmsis_pack.html).
5 The table below provides information about the changes delivered with specific versions of CMSIS-Core (M).
7 <table class="cmtable" summary="Revision History">
16 <li>Added support for Cortex-M52</li>
17 <li>Added deprecated CoreDebug symbols for CMSIS 5 compatibility</li>
18 <li>Added define CMSIS_DISABLE_DEPRECATED to hide deprecated symbols</li>
26 <li>Core(M) and Core(A) joined into single Core component</li>
27 <li>Core header files reworked, aligned with Cortex-M Technical Reference Manuals (TRMs).
28 <br/>See \ref core6_changes "Breaking changes in CMSIS-Core v6 header files" for details, and [GitHub issue #122](https://github.com/ARM-software/CMSIS_6/issues/122).</li>
29 <li>Previously deprecated features removed</li>
30 <li>Dropped support for Arm Compiler 5</li>
38 <li>Added: Arm Cortex-M85 cpu support</li>
39 <li>Added: Arm China Star-MC1 cpu support</li>
40 <li>Updated: system_ARMCM55.c</li>
48 <li>Updated GCC LinkerDescription, GCC Assembler startup</li>
49 <li>Added ARMv8-M Stack Sealing (to linker, startup) for toolchain ARM, GCC</li>
50 <li>Changed C-Startup to default Startup.</li>
52 Updated Armv8-M Assembler startup to use GAS syntax<br>
53 Note: Updating existing projects may need manual user interaction!
62 <li>Added: Cortex-M55 cpu support</li>
63 <li>Enhanced: MVE support for Armv8.1-MML</li>
64 <li>Fixed: Device config define checks</li>
65 <li>Added: \ref cache_functions_m7 for Armv7-M and later</li>
73 <li>Added: Provisions for compiler-independent C startup code.</li>
81 <li>Fixed: Compilation issue in cmsis_armclang_ltm.h introduced in 5.2.0</li>
89 <li>Added: Cortex-M35P support.</li>
90 <li>Added: Cortex-M1 support.
91 <li>Added: Armv8.1 architecture support.
92 <li>Added: \ref __RESTRICT and \ref __STATIC_FORCEINLINE compiler control macros.
100 <li>Removed using get/set built-ins FPSCR in GCC >= 7.2 due to shortcomings.</li>
101 <li>Added __NO_RETURN to __NVIC_SystemReset() to silence compiler warnings.</li>
102 <li>Added support for Cortex-M1 (beta).</li>
103 <li>Removed usage of register keyword.</li>
104 <li>Added defines for EXC_RETURN, FNC_RETURN and integrity signature values.</li>
105 <li>Enhanced MPUv7 API with defines for memory access attributes.</li>
113 <li>Aligned MSPLIM and PSPLIM access functions along supported compilers.</li>
121 <li>Added MPU Functions for ARMv8-M for Cortex-M23/M33.</li>
122 <li>Moved __SSAT and __USAT intrinsics to CMSIS-Core.</li>
123 <li>Aligned __REV, __REV16 and __REVSH intrinsics along supported compilers.</li>
131 <li>Added macros \ref \__UNALIGNED_UINT16_READ, \ref \__UNALIGNED_UINT16_WRITE.</li>
132 <li>Added macros \ref \__UNALIGNED_UINT32_READ, \ref \__UNALIGNED_UINT32_WRITE.</li>
133 <li>Deprecated macro __UNALIGNED_UINT32.</li>
134 <li>Changed \ref version_control_gr macros to be core agnostic.</li>
135 <li>Added \ref mpu_functions for Cortex-M0+/M3/M4/M7.</li>
143 <li>Added: macro \ref \__PACKED_STRUCT.</li>
144 <li>Added: uVisor support.</li>
152 <li>Added: Cortex-M23, Cortex-M33 support.</li>
153 <li>Added: macro __SAU_PRESENT with __SAU_REGION_PRESENT.</li>
154 <li>Replaced: macro __SAU_PRESENT with __SAU_REGION_PRESENT.</li>
155 <li>Reworked: SAU register and functions.</li>
156 <li>Added: macro \ref \__ALIGNED.</li>
157 <li>Updated: function \ref SCB_EnableICache.</li>
158 <li>Added: cmsis_compiler.h with compiler specific CMSIS macros, functions, instructions.</li>
159 <li>Added: macro \ref \__PACKED.</li>
160 <li>Updated: compiler specific include files.</li>
161 <li>Updated: core dependant include files.</li>
162 <li>Removed: deprecated files core_cmfunc.h, core_cminstr.h, core_cmsimd.h.</li>
167 <td>V5.00<br>Beta 6</td>
170 <li>Added: SCB_CFSR register bit definitions.</li>
171 <li>Added: function \ref NVIC_GetEnableIRQ.</li>
172 <li>Updated: core instruction macros \ref \__NOP, \ref \__WFI, \ref \__WFE, \ref \__SEV for toolchain GCC.</li>
177 <td>V5.00<br>Beta 5</td>
180 <li>Moved: DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib.</li>
181 <li>Added: DSP libraries build projects to CMSIS pack.</li>
186 <td>V5.00<br>Beta 4</td>
189 <li>Updated: ARMv8M device files.</li>
190 <li>Corrected: ARMv8MBL interrupts.</li>
191 <li>Reworked: NVIC functions.</li>
196 <td>V5.00<br>Beta 2</td>
199 <li>Changed: ARMv8M SAU regions to 8.</li>
200 <li>Changed: moved function \ref TZ_SAU_Setup to file partition_<device>.h.</li>
201 <li>Changed: license under Apache-2.0.</li>
202 <li>Added: check if macro is defined before use.</li>
203 <li>Corrected: function \ref SCB_DisableDCache.</li>
204 <li>Corrected: macros \ref \_VAL2FLD, \ref \_FLD2VAL.</li>
205 <li>Added: NVIC function virtualization with macros \ref CMSIS_NVIC_VIRTUAL and \ref CMSIS_VECTAB_VIRTUAL.</li>
210 <td>V5.00<br>Beta 1</td>
213 <li>Renamed: cmsis_armcc_V6.h to cmsis_armclang.h.</li>
214 <li>Renamed: core\_*.h to lower case.</li>
215 <li>Added: function \ref SCB_GetFPUType to all CMSIS cores.</li>
216 <li>Added: ARMv8-M support.</li>
224 <li>Corrected: DoxyGen function parameter comments.</li>
225 <li>Corrected: IAR toolchain: removed for \ref NVIC_SystemReset the attribute(noreturn).</li>
226 <li>Corrected: GCC toolchain: suppressed irrelevant compiler warnings.</li>
227 <li>Added: Support files for Arm Compiler v6 (cmsis_armcc_v6.h).</li>
235 <li>Corrected: MISRA-C:2004 violations.</li>
236 <li>Corrected: predefined macro for TI CCS Compiler.</li>
237 <li>Corrected: function \ref __SHADD16 in arm_math.h.</li>
238 <li>Updated: cache functions for Cortex-M7.</li>
239 <li>Added: macros \ref _VAL2FLD, \ref _FLD2VAL to core\_*.h.</li>
240 <li>Updated: functions \ref __QASX, \ref __QSAX, \ref __SHASX, \ref __SHSAX.</li>
241 <li>Corrected: potential bug in function \ref __SHADD16.</li>
249 <li>Corrected: MISRA-C:2004 violations.</li>
250 <li>Corrected: intrinsic functions \ref __DSB, \ref __DMB, \ref __ISB.</li>
251 <li>Corrected: register definitions for ITCMCR register.</li>
252 <li>Corrected: register definitions for \ref CONTROL_Type register.</li>
253 <li>Added: functions \ref SCB_GetFPUType, \ref SCB_InvalidateDCache_by_Addr to core_cm7.h.</li>
254 <li>Added: register definitions for \ref APSR_Type, \ref IPSR_Type, \ref xPSR_Type register.</li>
255 <li>Added: \ref __set_BASEPRI_MAX function to core_cmFunc.h.</li>
256 <li>Added: intrinsic functions \ref __RBIT, \ref __CLZ for Cortex-M0/CortexM0+.</li>
264 <li>Added: Cortex-M7 support.</li>
265 <li>Added: intrinsic functions for \ref __RRX, \ref __LDRBT, \ref __LDRHT, \ref __LDRT, \ref __STRBT, \ref __STRHT, and \ref __STRT</li>
273 <li>Corrected: C++ include guard settings.</li>
281 <li>Added: COSMIC tool chain support.</li>
282 <li>Corrected: GCC __SMLALDX instruction intrinsic for Cortex-M4.</li>
283 <li>Corrected: GCC __SMLALD instruction intrinsic for Cortex-M4.</li>
284 <li>Corrected: GCC/CLang warnings.</li>
292 <li>Added: \ref __BKPT instruction intrinsic.</li>
293 <li>Added: \ref __SMMLA instruction intrinsic for Cortex-M4.</li>
294 <li>Corrected: \ref ITM_SendChar.</li>
295 <li>Corrected: \ref __enable_irq, \ref __disable_irq and inline assembly for GCC Compiler.</li>
296 <li>Corrected: \ref NVIC_GetPriority and VTOR_TBLOFF for Cortex-M0/M0+, SC000.</li>
297 <li>Corrected: rework of in-line assembly functions to remove potential compiler warnings.</li>
305 <li>Added support for Cortex-M0+ processor.</li>
313 <li>Added support for GNU GCC ARM Embedded Compiler.</li>
314 <li>Added function \ref __ROR.</li>
315 <li>Added \ref regMap_pg for TPIU, DWT.</li>
316 <li>Added support for \ref core_config_sect "SC000 and SC300 processors".</li>
317 <li>Corrected \ref ITM_SendChar function.</li>
318 <li>Corrected the functions \ref __STREXB, \ref __STREXH, \ref __STREXW for the GNU GCC compiler section.</li>
319 <li>Documentation restructured.</li>
327 <li>Updated documentation.</li>
328 <li>Updated CMSIS core include files.</li>
329 <li>Changed CMSIS/Device folder structure.</li>
330 <li>Added support for Cortex-M0, Cortex-M4 w/o FPU to CMSIS DSP library.</li>
331 <li>Reworked CMSIS DSP library examples.</li>
339 <li>Added support for Cortex-M4 processor.</li>
347 <li>Reworked Startup Concept.</li>
348 <li>Added additional Debug Functionality.</li>
349 <li>Changed folder structure.</li>
350 <li>Added doxygen comments.</li>
351 <li>Added definitions for bit.</li>
359 <li>Added support for Cortex-M0 processor.</li>
367 <li>Added intrinsic functions for \ref __LDREXB, \ref __LDREXH, \ref __LDREXW, \ref __STREXB, \ref __STREXH, \ref __STREXW, and \ref __CLREX</li>
375 <li>Initial Release for Cortex-M3 processor.</li>
381 \section core6_changes Breaking changes in CMSIS-Core 6
383 \ref cmsis_standard_files in CMSIS-Core v6.0.0 have received a number of changes that are incompatible with CMSIS-Core v5.6.0.
385 In summary, following types of incompatible changes are present:
387 - struct member is renamed in an existing structure (e.g. NVIC->PR -> NVIC->IPR)
388 - struct name is changed (e.g. CoreDebug_Type -> DCB_Type)
389 - define name is changed (e.g. CoreDebug_DEMCR_TRCENA_Msk -> DCB_DEMCR_TRCENA_Msk)
391 For the latest two types, CMSIS-Core v6.1 and higher provide also the original CMSIS 5 symbols as deprecated and so improve the backward compatibility. See section \ref deprecated_gr.
393 Additionally, the [GitHub issue #122](https://github.com/ARM-software/CMSIS_6/issues/122) discusses how to resolve such incompatibilities.
395 Below is detailed information about the changes relevant for each Cortex-M core.
397 **Cortex-M0, Cortex-M0+, Cortex-M1:**
400 - member IP renamed to IPR
402 - member SHP renamed to SHPR
404 **Cortex-M3, Cortex-M4:**
407 - member IP renamed to IPR
409 - member SHP renamed to SHPR
410 - member PFR renamed to ID_PFR
411 - member PFR renamed to ID_PFR
412 - member DFR renamed to ID_PFR
413 - member ADR renamed to ID_AFR
414 - member MMFR renamed to ID_MMFR
415 - member ISAR renamed to ID_ISAR
418 - members PIDx and CIDx removed
419 - define names for ITM_TCR_* changed
420 - define names for ITM_LSR_* changed
421 - struct TPI_Type renamed to TPIU_Type
422 - define names for TPI_* renamed to TPIU_*
423 - define names for FPU_MVFR0/1_* changed (Cortex-M4)
424 - struct CoreDebug_Type renamed to DCB_Type
425 - defines for CoreDebug_* renamed to DCB_*
430 - member IP renamed to IPR
432 - member ID_MFR renamed to ID_MMFR
434 - members PIDx and CIDx removed
435 - define names for ITM_TCR_* changed
436 - define names for ITM_LSR_* changed
437 - struct TPI_Type renamed to TPIU_Type
438 - define names for TPI_* renamed to TPIU_*
439 - define names for FPU_MVFR0/1_* changed
440 - struct CoreDebug_Type renamed to DCB_Type
441 - defines for CoreDebug_* renamed to DCB_*
446 - member RESERVED0[6] replaced by CYCCNT, CPICNT, EXCCNT, SLEEPCNT, LSUCNT, FOLDCNT
447 - other RESERVED members mainly removed
448 - struct TPI_Type renamed to TPIU_Type
449 - define names for TPI_* renamed to TPIU_*
450 - struct CoreDebug_Type removed (struct DCB_Type already existed)
451 - defines CoreDebug_* removed (defines DCB_* already existed)
456 - members LAR, LSR removed
457 - members PIDx and CIDx removed
458 - struct TPI_Type renamed to TPIU_Type
459 - define names for TPI_* renamed to TPIU_*
460 - define names for FPU_MVFR0/1_* changed
461 - struct CoreDebug_Type removed (struct DCB_Type already existed)
462 - defines CoreDebug_* removed (defines DCB_* already existed)
464 **Cortex-M55, Cortex-M85:**
467 - members LAR, LSR removed
468 - members PIDx and CIDx removed
470 - members PIDx and CIDx removed
472 - all members renamed
473 - define names EWIC_* changed
474 - struct TPI_Type renamed to TPIU_Type
475 - members LAR, LSR replaced
476 - define names for TPI_* renamed to TPIU_*
478 - members PIDx and CIDx removed
479 - struct CoreDebug_Type removed (struct DCB_Type already existed)
480 - defines CoreDebug_* removed (defines DCB_* already existed)
482 - members DLAR, DLSR removed (replaced by RESERVED0[2])
483 - defines for DIB_DLAR_* and DIB_DLSR_* removed