Browse Source

Minor corrections to CMSIS-Zone XML Format

Reinhard Keil 7 years ago
parent
commit
3143cd0e14
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMSIS/DoxyGen/Zone/src/XML_Format.txt

+ 3 - 3
CMSIS/DoxyGen/Zone/src/XML_Format.txt

@@ -602,7 +602,7 @@ The \ref xml_smap contains additional information for alias regions or processor
     <td>name</td>
     <td>Alternative name of this memory region (in case of alias) which must be unique in this *.rzone file.</td>
     <td>xs:string</td>
-    <td>optional</td>
+    <td>required</td>
   </tr>
   <tr>
     <td>start</td>
@@ -807,13 +807,13 @@ The \ref xml_speripheral is used to define an address mapping for one peripheral
     <td>\ref xml_smap "map"</td>
     <td>optional map information that can be processor specific or a alias memory address</td>
     <td>complexType</td>
-    <td>0..1</td>
+    <td>0..*</td>
   </tr>
   <tr>
     <td>interrupts????</td>
     <td>RK suggest to add this later</td>
     <td>complexType</td>
-    <td>0..1</td>
+    <td>0..*</td>
   </tr>
 </table>