Skip to content

Commit

Permalink
Updates for #340 (#341)
Browse files Browse the repository at this point in the history
This PR closes
#340
  • Loading branch information
KeilChris authored Jan 27, 2025
1 parent c4177fe commit 6a2f8fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doxygen/src/components_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ or <a href="https://arm-software.github.io/CMSIS_5/develop/Core_A/html/device_h_
#endif
\endcode

\note __MPU_PRESENT must not be used for non-Arm MPUs!

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.

Expand All @@ -222,7 +224,6 @@ that are related to other components for the same Software Pack.
#endif
\endcode


<p>&nbsp;</p>
<hr>

Expand Down
6 changes: 4 additions & 2 deletions doxygen/src/devices_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ the attribute \elem{Pname}. If the information is relevant to all processors, no
</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 \ref DmpuEnum "Device MPU".</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 \ref DmpuEnum "Device MPU".</td>
<td>\ref DmpuEnum</td>
<td>required</td>
</tr>
Expand Down Expand Up @@ -2687,7 +2687,7 @@ The tokens can be used in the elements:

\anchor DmpuEnum <b>Table: Device MPU</b>

The table shows predefined values that identify whether a CPU has an Memory Protection Unit (MPU).
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:
- \ref element_accept
- \ref element_require
Expand All @@ -2709,6 +2709,8 @@ The values can be used in the elements:
</tr>
</table>

\note Do not use Dmpu in case of a custom (non-Arm) MPU.

<p>&nbsp;</p>

\anchor DtzEnum <b>Table: Device Trust Zone </b>
Expand Down

0 comments on commit 6a2f8fc

Please sign in to comment.