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/zoneToolUsage.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/Zone/html/zoneToolUsage.js (limited to 'docs/Zone/html/zoneToolUsage.js') diff --git a/docs/Zone/html/zoneToolUsage.js b/docs/Zone/html/zoneToolUsage.js new file mode 100644 index 0000000..824a307 --- /dev/null +++ b/docs/Zone/html/zoneToolUsage.js @@ -0,0 +1,14 @@ +var zoneToolUsage = +[ + [ "Installation", "zTInstall.html", null ], + [ "User Interface", "zTUI.html", [ + [ "CMSIS-Zone GUI", "zTUI.html#zTGUI", null ], + [ "Project Explorer", "zTUI.html#zTProjEx", null ], + [ "Zone Editor", "zTUI.html#zTGUIZoneEditor", [ + [ "Toolbar Buttons", "zTUI.html#zTGUIButtons", null ] + ] ] + ] ], + [ "Interactive Mode", "zTInteractiveMode.html", "zTInteractiveMode" ], + [ "Command Line Mode", "zTCLI.html", null ], + [ "Examples", "zTExamples.html", "zTExamples" ] +]; \ No newline at end of file -- cgit