Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for #340 #341

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading