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

The /azone/configure element allows to control the operation of the CMSIS-Zone utility.

+

Example

+
<configure mode="MPU"> // CMSIS-Zone utility UI behavior
+
<type name="RAM" hide="0" select="0" />
+
<type name="ROM" hide="1" select="1" />
+
<type name="Peripheral" hide="1" select="0" />
+
</configure>
+

 

+ + + + + + + + + + + + + +
Parent Element Element Chain
azone /azone element
Attributes Description Type Use
mode Operation mode ("Project" or "MPU") xs:string required
Child Elements Description Type Occurrence
type UI behavior for memory or peripheral selection depending on the operation mode complexType 0..*
+

+/azone/configure/type element

+

The /azone/configure/type element defines UI behavior of the CMSIS-Zone utility for a memory or peripheral selection depending on the operation mode.

+ + + + + + + + + + + + + +
Parent Element Element Chain
configure /azone/configure element
Attributes Description Type Use
name Refers item type ("RAM", "ROM", or "Peripheral") that this element specifies. xs:string required
hide "1" specifies that the item type is hidden during configuration in the UI of the CMSIS-Zone utility (default is "0"). xs:boolean optional
select "1" specifies that all resources with the item type are selected (default is "0"). xs:boolean optional
+
+
+ + + + -- cgit