zTInteractiveMode.js 1022 B

123456789101112131415161718
  1. var zTInteractiveMode =
  2. [
  3. [ "Create a CMSIS-Zone Project", "zTUICreateProject.html", [
  4. [ "Variant 1: Using an existing *.rzone file", "zTUICreateProject.html#zTUICreateProjectVar1", null ],
  5. [ "Variant 2: Creating an *.rzone file using the SVD file from the device family pack", "zTUICreateProject.html#zTUICreateProjectVar2", null ]
  6. ] ],
  7. [ "Memory and Peripheral Resources", "zTUIMemPerRes.html", [
  8. [ "View memory and peripheral resources", "zTUIMemPerRes.html#zTUIMemView", null ],
  9. [ "Create Memory Regions", "zTUIMemPerRes.html#zTUIMemAdd", null ],
  10. [ "Delete Memory Regions", "zTUIMemPerRes.html#zTUIMemDel", null ],
  11. [ "Resource Properties", "zTUIMemPerRes.html#zTUIPerProp", null ],
  12. [ "Configure peripheral slot access rights", "zTUIMemPerRes.html#zTUIPerSlotConf", null ]
  13. ] ],
  14. [ "Zone Partitioning", "zTUIZonePart.html", [
  15. [ "Create Zones", "zTUIZonePart.html#zTUICreate", null ]
  16. ] ],
  17. [ "Generate output files", "zTUIGenerate.html", null ]
  18. ];