Skip to content

Commit

Permalink
Update main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 27, 2025
1 parent f80a7a9 commit 6f97fe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main/html/cmsis_footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function writeFooter() {
document.write('Generated on Wed Dec 18 2024 14:50:00 for Open-CMSIS-Pack Version 1.7.45 by Arm Ltd. All rights reserved.');
document.write('Generated on Mon Jan 27 2025 15:58:31 for Open-CMSIS-Pack Version 1.7.45 by Arm Ltd. All rights reserved.');
};
3 changes: 2 additions & 1 deletion main/html/pdsc_components_pg.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ <h1><a class="anchor" id="RTE_Components_h"></a>
<div class="line"><span class="preprocessor">#else</span></div>
<div class="line"><span class="preprocessor"> #error &quot;Software Component requires a device with MPU&quot;</span></div>
<div class="line">#endif</div>
</div><!-- fragment --><p >Another typical usage of the <b>RTE_Components.h</b> file is in header files to control for example the inclusion of files that are related to other components for the same Software Pack.</p>
</div><!-- fragment --><dl class="section note"><dt>Note</dt><dd>__MPU_PRESENT must not be used for non-Arm MPUs!</dd></dl>
<p>Another typical usage of the <b>RTE_Components.h</b> file is in header files to control for example the inclusion of files that are related to other components for the same Software Pack.</p>
<div class="fragment"><div class="line"><span class="preprocessor">#include &quot;RTE_Components.h&quot;</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#ifdef RTE_Network_Interface_ETH_0 </span><span class="comment">// generated when software component Network Interface ETH 0 is included</span></div>
Expand Down
5 changes: 3 additions & 2 deletions main/html/pdsc_family_pg.html
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ <h1><a class="anchor" id="element_processor"></a>
<tr>
<td>Dfpu </td><td>Specifies whether a hardware Floating Point Unit is present in the processor. Use predefined values as listed in the table <a class="el" href="pdsc_family_pg.html#DfpuEnum">Device FPU</a>. </td><td><a class="el" href="pdsc_family_pg.html#DfpuEnum">DfpuEnum</a> </td><td>required </td></tr>
<tr>
<td>Dmpu </td><td>Specifies whether a Memory Protection Unit is present in the processor. Use predefined values as listed in the table <a class="el" href="pdsc_family_pg.html#DmpuEnum">Device MPU</a>. </td><td><a class="el" href="pdsc_family_pg.html#DmpuEnum">DmpuEnum</a> </td><td>required </td></tr>
<td>Dmpu </td><td>Specifies whether an Arm-based Memory Protection Unit is present in the processor. Do not use this in case of custom MPUs. Use predefined values as listed in the table <a class="el" href="pdsc_family_pg.html#DmpuEnum">Device MPU</a>. </td><td><a class="el" href="pdsc_family_pg.html#DmpuEnum">DmpuEnum</a> </td><td>required </td></tr>
<tr>
<td>Dtz </td><td>Specifies whether an Armv8-M based device implements TrustZone. Use predefined values as listed in the table <a class="el" href="pdsc_family_pg.html#DtzEnum">Device TZ</a>. </td><td><a class="el" href="pdsc_family_pg.html#DtzEnum">DtzEnum</a> </td><td>required for ARMv8-M based devices </td></tr>
<tr>
Expand Down Expand Up @@ -1458,7 +1458,7 @@ <h1><a class="anchor" id="element_processor"></a>
</table>
<p >&#160;</p>
<p ><a class="anchor" id="DmpuEnum"></a><b>Table: Device MPU</b></p>
<p >The table shows predefined values that identify whether a CPU has an Memory Protection Unit (MPU). The values can be used in the elements:</p><ul>
<p >The table shows predefined values that identify whether a CPU has an Arm-based Memory Protection Unit (MPU). The values can be used in the elements:</p><ul>
<li><a class="el" href="pdsc_conditions_pg.html#element_accept">/package/conditions/condition/accept</a> <br />
</li>
<li><a class="el" href="pdsc_conditions_pg.html#element_require">/package/conditions/condition/require</a></li>
Expand All @@ -1474,6 +1474,7 @@ <h1><a class="anchor" id="element_processor"></a>
<tr>
<td class="XML-Token">MPU </td><td>Memory Protection Unit is present </td></tr>
</table>
<dl class="section note"><dt>Note</dt><dd>Do not use Dmpu in case of a custom (non-Arm) MPU.</dd></dl>
<p >&#160;</p>
<p ><a class="anchor" id="DtzEnum"></a><b>Table: Device Trust Zone </b></p>
<p >The table shows predefined values that identify whether a CPU implements TrustZone(TZ). The values can be used in the elements:</p><ul>
Expand Down

0 comments on commit 6f97fe0

Please sign in to comment.