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

The CMSIS-Zone Utility user interface offers menus, toolbars, dialog boxes, and windows to manage the various aspects of your project.

+

+CMSIS-Zone GUI

+

The utility's GUI provides menus for selecting commands and toolbar buttons in the Zone Editor window:

+
+GUI.png +
+

+Project Explorer

+

Projects that are currently available in the Eclipse workspace are shown in the Project Explorer. When creating a new project, you will first find the .rzone and the .azone files here. Later, generator files and generated files are shown as well:

+
+ProjectExplorerWindow.png +
+Project Explorer window showing a complex project
+

In the Project Explorer window, you manage the project files. The following files are shown:

+ + + + + + + + + + + + + + + + + +
File name Description
project.azone Project-level .azone file
project.rzone Project-level .rzone file
zone.azone Zone-level .azone file
zone.rzone Zone-level .rzone file
*.ftl Freemarker template file used to generate output
helper.ftlinc Helper file to generate Freemarker output
*.sct, partition_*.h Generated output files
+

+Zone Editor

+

The Zone Editor shows .azone files in two different views: Resource map and Zone map.

+

The Resource map shows all resources available to that system or sub-system. By default, it shows the selected device, as well as lists of memories and peripherals:

+
+resource_map.png +
+

The Zone map shows the same resources, but mapped to zones that have been created for the device:

+
+zone_map.png +
+

Resources assigned to a zone are marked with colors:

+ + + + + + + +
Color Meaning
Green Resource is assigned to one zone
Amber Resource is assigned to multiple zones
+

+Toolbar Buttons

+

The Zone Editor window contains toolbar buttons that offer direct access to functionality of the utility:

+
+Buttons.png +
+ + + + + + + + + + + + + +
Button Description
Tree View Shows the resources as a tree
List View Shows the resources as a simple list
Arrange memory regions Arranges memory regions according to their sizes
Add new zone Adds a new zone to the zone map
Generate Generates CMSIS-Zone output files
+
+
+ + + + -- cgit