Official ARM version: v5.6.0
This commit is contained in:
parent
9f95ff5b6b
commit
96d6da4e25
2939 changed files with 339304 additions and 113320 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
|
||||
<td style="padding-left: 0.5em;">
|
||||
<div id="projectname">CMSIS-Core (Cortex-M)
|
||||
 <span id="projectnumber">Version 5.1.2</span>
|
||||
 <span id="projectnumber">Version 5.3.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">CMSIS-Core support for Cortex-M processor-based devices</div>
|
||||
</td>
|
||||
|
|
@ -144,6 +144,8 @@ CMSIS-Core Processor Files</h1>
|
|||
<tr>
|
||||
<td align="left">core_cm33.h </td><td align="left">for the Cortex-M33 processor </td></tr>
|
||||
<tr>
|
||||
<td align="left">core_cm35p.h </td><td align="left">for the Cortex-M35P processor </td></tr>
|
||||
<tr>
|
||||
<td align="left">core_sc000.h </td><td align="left">for the SecurCore SC000 processor </td></tr>
|
||||
<tr>
|
||||
<td align="left">core_sc300.h </td><td align="left">for the SecurCore SC300 processor </td></tr>
|
||||
|
|
@ -185,9 +187,17 @@ Device Examples</h1>
|
|||
<tr>
|
||||
<td align="left">ARM Cortex-M33 </td><td align="left">ARMCM33_TZ </td><td align="left">Cortex-M33 based device with TrustZone, no SIMD, no FPU </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM Cortex-M33 </td><td align="left">ARMCM33_DSP_FP </td><td align="left">Cortex-M23 based device with SIMD, FPU, no TrustZone </td></tr>
|
||||
<td align="left">ARM Cortex-M33 </td><td align="left">ARMCM33_DSP_FP </td><td align="left">Cortex-M33 based device with SIMD, FPU, no TrustZone </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM Cortex-M33 </td><td align="left">ARMCM33_DSP_FP_TZ </td><td align="left">Cortex-M23 based device with TrustZone, SIMD, FPU </td></tr>
|
||||
<td align="left">ARM Cortex-M33 </td><td align="left">ARMCM33_DSP_FP_TZ </td><td align="left">Cortex-M33 based device with TrustZone, SIMD, FPU </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM Cortex-M35P </td><td align="left">ARMCM35P </td><td align="left">Cortex-M35P based device without TrustZone, SIMD, FPU </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM Cortex-M35P </td><td align="left">ARMCM35P_TZ </td><td align="left">Cortex-M35P based device with TrustZone, no SIMD, no FPU </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM Cortex-M35P </td><td align="left">ARMCM35P_DSP_FP </td><td align="left">Cortex-M35P based device with SIMD, FPU, no TrustZone </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM Cortex-M35P </td><td align="left">ARMCM35P_DSP_FP_TZ </td><td align="left">Cortex-M35P based device with TrustZone, SIMD, FPU </td></tr>
|
||||
<tr>
|
||||
<td align="left">ARM SC000 </td><td align="left">ARM SC000 </td><td align="left">SC000 based device </td></tr>
|
||||
<tr>
|
||||
|
|
@ -253,7 +263,8 @@ Template Files</h1>
|
|||
</table>
|
||||
<p>The device configuration of the template files is described in detail on the following pages:</p>
|
||||
<ul>
|
||||
<li><a class="el" href="startup_s_pg.html">Startup File startup_<device>.s</a></li>
|
||||
<li><a class="el" href="startup_c_pg.html">Startup File startup_<device>.c</a></li>
|
||||
<li><a class="el" href="startup_s_pg.html">Startup File startup_<device>.s (deprecated)</a> (deprecated)</li>
|
||||
<li><a class="el" href="system_c_pg.html">System Configuration Files system_<device>.c and system_<device>.h</a></li>
|
||||
<li><a class="el" href="device_h_pg.html">Device Header File <device.h></a></li>
|
||||
<li><a class="el" href="partition_h_pg.html">System Partition Header File partition_<device>.h</a> </li>
|
||||
|
|
@ -263,7 +274,7 @@ Template Files</h1>
|
|||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Wed Aug 1 2018 17:12:08 for CMSIS-Core (Cortex-M) by Arm Ltd. All rights reserved.
|
||||
<li class="footer">Generated on Wed Jul 10 2019 15:20:25 for CMSIS-Core (Cortex-M) Version 5.3.0 by Arm Ltd. All rights reserved.
|
||||
<!--
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue