diff options
author | rihab kouki <rihab.kouki@st.com> | 2020-07-28 11:24:49 +0100 |
---|---|---|
committer | rihab kouki <rihab.kouki@st.com> | 2020-07-28 11:24:49 +0100 |
commit | 96d6da4e252b06dcfdc041e7df23e86161c33007 (patch) | |
tree | a262f59bb1db7ec7819acae435f5049cbe5e2354 /docs/Zone/html/zTInteractiveMode.js | |
parent | 9f95ff5b6ba01db09552b84a0ab79607060a2666 (diff) | |
download | st-cmsis-core-lowfat-master.tar.gz st-cmsis-core-lowfat-master.tar.bz2 st-cmsis-core-lowfat-master.zip |
Diffstat (limited to 'docs/Zone/html/zTInteractiveMode.js')
-rw-r--r-- | docs/Zone/html/zTInteractiveMode.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/Zone/html/zTInteractiveMode.js b/docs/Zone/html/zTInteractiveMode.js new file mode 100644 index 0000000..34d1833 --- /dev/null +++ b/docs/Zone/html/zTInteractiveMode.js @@ -0,0 +1,15 @@ +var zTInteractiveMode = +[ + [ "Create a CMSIS-Zone Project", "zTUICreateProject.html", null ], + [ "Memory and Peripheral Resources", "zTUIMemPerRes.html", [ + [ "View memory and peripheral resources", "zTUIMemPerRes.html#zTUIMemView", null ], + [ "Create Memory Regions", "zTUIMemPerRes.html#zTUIMemAdd", null ], + [ "Delete Memory Regions", "zTUIMemPerRes.html#zTUIMemDel", null ], + [ "Resource Properties", "zTUIMemPerRes.html#zTUIPerProp", null ], + [ "Configure peripheral slot access rights", "zTUIMemPerRes.html#zTUIPerSlotConf", null ] + ] ], + [ "Zone Partitioning", "zTUIZonePart.html", [ + [ "Create Zones", "zTUIZonePart.html#zTUICreate", null ] + ] ], + [ "Generate output files", "zTUIGenerate.html", null ] +];
\ No newline at end of file |