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

The resources element groups physical memory and peripheral definitions.

-

Example

-
<resources>
-
<memory>
-
<!-- 512KB SRAM integrated on the SoC -->
-
<region name="SRAM" size="0x80000" access="rwx" info="Internal SRAM (512KB)"/>
-
:
-
</memory>
-
<peripherals>
-
<peripheral name="ADC0" size="0x1000" access="rw" info="Analog/Digital Converter 0 (12-bit)"/>
-
:
-
</peripherals>
-
</resources>
-

Schema Description

- - - - - - - - - - - - - - - -
Parent Element Element Chain
system /system element
device /device element
processor /processor element
Child Elements Description Type Occurrence
/memory element Group with all memory region definitions. complexType 0..1
/peripherals element Group with all peripheral definitions. complexType 0..1
-
-
- - - - -- cgit