zoneToolUsage.js 533 B

1234567891011121314
  1. var zoneToolUsage =
  2. [
  3. [ "Installation", "zTInstall.html", null ],
  4. [ "User Interface", "zTUI.html", [
  5. [ "CMSIS-Zone GUI", "zTUI.html#zTGUI", null ],
  6. [ "Project Explorer", "zTUI.html#zTProjEx", null ],
  7. [ "Zone Editor", "zTUI.html#zTGUIZoneEditor", [
  8. [ "Toolbar Buttons", "zTUI.html#zTGUIButtons", null ]
  9. ] ]
  10. ] ],
  11. [ "Interactive Mode", "zTInteractiveMode.html", "zTInteractiveMode" ],
  12. [ "Command Line Mode", "zTCLI.html", null ],
  13. [ "Examples", "zTExamples.html", "zTExamples" ]
  14. ];