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

The CMSIS-Zone utility can generate files that represent the configuration of the system. These files can be used in the project source files or tool configuration files.

+

other toolchains for further development. The generator process creates:

+
    +
  • Configuration files for tool and hardware setup, that are defined by .ftl files in the project ftl directory.
  • +
  • Files that represent sub-systems (.rzone and .azone) that can be partitioned further (restart the process).
  • +
+

To start the generation, press the Generate button or use the menu item CMSIS Zone - Generate:

+
+GenCodeButton.png +
+

Check Project Explorer to observe the changes. In the project, the generated .azone and .rzone files appear and the ftl_gen directory contains the files defined by the ftl template files:

+
+gen_output.png +
+
+
+ + + + -- cgit