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
Release history of other CMSIS components and tools can be found in their documentation referenced in \ref cmsis_components.
12
12
@@ -15,6 +15,21 @@ Release history of other CMSIS components and tools can be found in their docume
15
15
<th>Version</th>
16
16
<th>Description</th>
17
17
</tr>
18
+
<tr>
19
+
<td>6.3.0</td>
20
+
<td>
21
+
- CMSIS-Core: 6.2.0
22
+
- Added support for ArmChina STAR-MC3
23
+
- Minor fixes and enhancements:
24
+
- Added missing CPPWR definitions for Armv8-M Mainline cores
25
+
- Added support for picolibc startup mechanism to GCC compiler
26
+
- Fixed GCC FPSCR intrinsics for AArch64
27
+
- Fixed MPU Normal Memory Attributes for Armv8-M MPU
28
+
- Added ERRBNK definition for Cortex-M7
29
+
- Fixed function prototype warnings for IAR compiler
30
+
- Reworked __NVIC_SystemReset for Armv8.1-M devices
31
+
</td>
32
+
</tr>
18
33
<tr>
19
34
<td>6.2.0</td>
20
35
<td>
@@ -340,7 +355,7 @@ Release history of other CMSIS components and tools can be found in their docume
340
355
- CMSIS-DAP 1.1.0 (unchanged)
341
356
</td>
342
357
</tr>
343
-
<tr>
358
+
<tr>
344
359
<td>5.0.0</td>
345
360
<td>
346
361
Added support for: <a href="http://www.arm.com/products/processors/instruction-set-architectures/armv8-m-architecture.php" target="_blank"><b>ARMv8-M architecture</b></a> including TrustZone for ARMv8-M and Cortex-M23, Cortex-M33 processors
0 commit comments