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/zTCLI.html | 151 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 docs/Zone/html/zTCLI.html (limited to 'docs/Zone/html/zTCLI.html') diff --git a/docs/Zone/html/zTCLI.html b/docs/Zone/html/zTCLI.html new file mode 100644 index 0000000..3ab11cf --- /dev/null +++ b/docs/Zone/html/zTCLI.html @@ -0,0 +1,151 @@ + + + + + +Command Line Mode +CMSIS-Zone (Preview): Command Line Mode + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Zone (Preview) +  Version 0.9.2 +
+
System Resource Management
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Command Line Mode
+
+
+

As the .rzone and .azone files are XML based, it is possible to create or modify the files in external tools without using the Interactive Mode. To generate output files the CMSIS-Zone Utility can be started in headless mode. The command line format is:

+

eclipsec.exe -noSplash -consoleLog –launcher.suppressErrors -application com.arm.cmsis.zone.ui.headlessgen -azone FILENME.azone -ftl FTL_DIR -ftl_gen FTL_GEN_DIR

+

Where

+ + + + + + + + + + + + + + + + + + + +
Parameter Description Required
-noSplash Suppresses Eclipse's splash screen [required]
-launcher.suppressErrors Suppresses error dialog [optional]
-consoleLog Suppresses diagnostic messages [optional]
-application com.arm.cmsis.zone.ui.headlessgen Specifies the plug-in to be called [required]
-azone FILNAME.azone Specifies the .azone file to be processed [required]
-ftl FTL_DIR Relative or absolute directory with templates to process [optional - by default, ftl directory under the azone's file path is used]
-ftl_gen FTL_GEN_DIR Relative or absolute output directory to write generated files [optional - by default, ftl_gen directory under the azone's file path is used]
-help Shows command line parameter information [optional]
+
+
+ + + + -- cgit