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/format_assign.html | 163 -------------------------------------- 1 file changed, 163 deletions(-) delete mode 100644 docs/Zone/html/format_assign.html (limited to 'docs/Zone/html/format_assign.html') diff --git a/docs/Zone/html/format_assign.html b/docs/Zone/html/format_assign.html deleted file mode 100644 index 99e1e99..0000000 --- a/docs/Zone/html/format_assign.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - -/assign element -CMSIS-Zone (Preview): /assign element - - - - - - - - - - - - - - -
-
- - - - - - - -
-
CMSIS-Zone (Preview) -  Version 0.0.1 -
-
System Resource Management
-
-
- -
-
    - -
-
- - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
/assign element
-
-
-

The assign element defines the resources used by a zone.

-

Example

-
<zones>
-
<pzone name="App" Dname="ARM32CM4128x" Pname="Cortex-M4">
-
<assign name="SHARED" as="SRAM" access="rwu">
-
<capture symbol=".bss.shared"/>
-
<capture symbol=".data.shared"/>
-
:
-
</assign>
-
<assign name="ADC0" access="rw" />
-
:
-
</pzone>
-
:
-
</zones>
-

Schema Description

- - - - - - - - - - - - - - - - - - - -
Parent Element Element Chain
pzone /pzone element
Attributes Description Type Use
name The name of a resource (mapped to the processor) to be used by this zone. xs:string required
as The name of the mapping (alias) to be used to address the referenced resource. xs:string optional
access Additional access attributes to be used. xs:string optional
info Brief description of the resource assignment. xs:string optional
Child Elements Description Type Occurrence
/capture element Linker usage complexType 0..*
-
-
- - - - -- cgit