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/navtree.js | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'docs/Zone/html/navtree.js') diff --git a/docs/Zone/html/navtree.js b/docs/Zone/html/navtree.js index 94c745b..a2883a2 100644 --- a/docs/Zone/html/navtree.js +++ b/docs/Zone/html/navtree.js @@ -1,19 +1,16 @@ var NAVTREE = [ [ "CMSIS-Zone (Preview)", "index.html", [ - [ "CMSIS-Zone Use Cases", "index.html#UseCases", [ - [ "MPU Protection", "index.html#UseCase_MPU", null ], - [ "TrustZone Partitioning", "index.html#UseCase_TrustZone", null ], - [ "Multi-Core Partitioning", "index.html#UseCase_MultiCore", null ] - ] ], [ "Revision History of CMSIS-Zone", "zone_revisionHistory.html", null ], - [ "Zone Description Format", "XML_Format.html", "XML_Format" ], - [ "Generator Data Model", "GenDataModel.html", [ - [ "Data Model Structure", "GenDataModel.html#GenDataModel_Structure", null ], - [ "Template Examples", "GenDataModel.html#GenDataModel_Examples", [ - [ "HTML table of all assigned memory blocks", "GenDataModel.html#GenDataModel_Examples_AssignedBlocks", null ] - ] ] - ] ] + [ "CMSIS-Zone Use Cases", "UseCases.html", [ + [ "MPU Protection", "UseCases.html#UseCase_MPU", null ], + [ "TrustZone Partitioning", "UseCases.html#UseCase_TrustZone", null ], + [ "Multi-Core Partitioning", "UseCases.html#UseCase_MultiCore", null ] + ] ], + [ "CMSIS-Zone Utility", "zoneToolUsage.html", "zoneToolUsage" ], + [ "Zone Description Format", "zoneFormat.html", "zoneFormat" ], + [ "Generator Data Model", "GenDataModel.html", "GenDataModel" ], + [ "Todo List", "todo.html", null ] ] ] ]; -- cgit