Răsfoiți Sursa

Added DnumMpuRegions optional attribute to rzone/device/processor element with default value 8 (SDCMSIS-1163)

Reinhard Keil 5 ani în urmă
părinte
comite
70a676fef0
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      CMSIS/DoxyGen/Zone/src/XML_Format.txt

+ 6 - 0
CMSIS/DoxyGen/Zone/src/XML_Format.txt

@@ -467,6 +467,12 @@ The information in this element is identical with CMSIS-Pack, except that it pro
     <td>NonNegativeInteger</td>
     <td>required for Armv8-M with TrustZone</td>
   </tr>
+  <tr>
+    <td>DnumMpuRegions</td>
+    <td>Number of regions in the Memory Protection Unit (MPU) of the processor core. (Default: 8 when Dmpu is enabled)</td>
+    <td>NonNegativeInteger</td>
+    <td>optional</td>
+  </tr>
   <tr>
     <td>DnumSauRegions</td>
     <td>Number of regions in the Security Attribution Unit (SAU) of the processor core.</td>