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_rzone_pg.html | 151 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 docs/Zone/html/xml_rzone_pg.html (limited to 'docs/Zone/html/xml_rzone_pg.html') diff --git a/docs/Zone/html/xml_rzone_pg.html b/docs/Zone/html/xml_rzone_pg.html new file mode 100644 index 0000000..ee5c902 --- /dev/null +++ b/docs/Zone/html/xml_rzone_pg.html @@ -0,0 +1,151 @@ + + + + + +/rzone element +CMSIS-Zone (Preview): /rzone element + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
/rzone element
+
+
+

The /rzone element element is the root element of the .rzone file which describes the resources (processors, memory, peripherals) available.

+ + + + + + + + + + + + + + + + + + + + + +
Parent Element Element Chain
root Document root
Attributes Description Type Use
schemaVersion CMSIS-Zone schema version used for describing the *.rzone 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, "rzone.xsd". xs:string required
Child Elements Description Type Occurrence
creator Specifies how a derived .rzone file was created. CreatorType 0..1
device Device that includes one or more processing element (PE). DeviceType 1..1
resources Physical resources (memory and peripherals) that are available in the system. SResourceType 1..1
+
+
+ + + + -- cgit