File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
CMSIS/Documentation/Doxygen/Core/src Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1313 <url >https://www.keil.com/pack/</url >
1414
1515 <releases >
16- <release version =" 6.2 .0-dev" >
16+ <release version =" 6.3 .0-dev" >
1717 Active development ...
1818 CMSIS-Core: 6.2.0
1919 - Support for Arm China STAR-MC3
20- CMSIS-Driver: 2.11.0
21- - Added vStream Driver API 1.0.0
2220 </release >
2321 <release version =" 5.9.0" date =" 2022-05-02" >
2422 CMSIS-Core(M): 5.6.0
Original file line number Diff line number Diff line change @@ -4,11 +4,27 @@ CMSIS-Core (M) component is maintained with its own versioning that gets officia
44
55The table below provides information about the changes delivered with specific versions of CMSIS-Core (M).
66
7+ <!-- markdownlint-disable no-inline-html -->
78<table class =" cmtable " summary =" Revision History " >
89 <tr>
910 <th>Version</th>
1011 <th>Description</th>
1112 </tr>
13+ <tr>
14+ <td>V6.2.0</td>
15+ <td>
16+ <ul>
17+ <li>Added support for ArmChina STAR-MC3</li>
18+ <li>Added missing CPPWR definitions for Armv8-M Mainline cores</li>
19+ <li>Added support for picolibc startup mechanism to GCC compiler</li>
20+ <li>Fixed GCC FPSCR intrinsics for AArch64</li>
21+ <li>Fixed MPU Normal Memory Attributes for Armv8-M MPU</li>
22+ <li>Added ERRBNK definition for Cortex-M7</li>
23+ <li>Fixed function prototype warnings for IAR compiler</li>
24+ <li>Reworked __NVIC_SystemReset for Armv8.1-M devices</li>
25+ </ul>
26+ </td>
27+ </tr>
1228 <tr>
1329 <td>V6.1.1</td>
1430 <td>
You can’t perform that action at this time.
0 commit comments