From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Zone/html/xml_azone_pg.html | 153 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 docs/Zone/html/xml_azone_pg.html (limited to 'docs/Zone/html/xml_azone_pg.html') diff --git a/docs/Zone/html/xml_azone_pg.html b/docs/Zone/html/xml_azone_pg.html new file mode 100644 index 0000000..69655f9 --- /dev/null +++ b/docs/Zone/html/xml_azone_pg.html @@ -0,0 +1,153 @@ + + + + + +/azone element +CMSIS-Zone (Preview): /azone element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
/azone element
+
+
+

The /azone element element is the root element of the .azone file which stores partitioning of the system or the configuration of a MPU.

+ + + + + + + + + + + + + + + + + + + + + + + +
Parent Element Element Chain
root Document root
Attributes Description Type Use
schemaVersion CMSIS-Zone schema version used for describing the azone file. VersionType required
xmlns:xs Is set to: "http://www.w3.org/2001/XMLSchema-instance" to indicate compliance to the XML format. xs:decimal required
xs:noNamespaceSchemaLocation File name of the schema file. For example, "azone.xsd". xs:string required
Child Elements Description Type Occurrence
rzone Reference to rzone file RZoneType 0..1
configure Control the operation of the CMSIS-Zone utility ConfigureType 0..1
partition Partition information for memory block splits RegionsType 0..1
zones Zone assignments of processor, memory, and peripheral resources ZonesType 0..1
+
+
+ + + + -- cgit