From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Core/html/modules.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/Core/html/modules.js (limited to 'docs/Core/html/modules.js') diff --git a/docs/Core/html/modules.js b/docs/Core/html/modules.js new file mode 100644 index 0000000..da3f440 --- /dev/null +++ b/docs/Core/html/modules.js @@ -0,0 +1,17 @@ +var modules = +[ + [ "Version Control", "group__version__control__gr.html", "group__version__control__gr" ], + [ "Compiler Control", "group__compiler__conntrol__gr.html", "group__compiler__conntrol__gr" ], + [ "Peripheral Access", "group__peripheral__gr.html", "group__peripheral__gr" ], + [ "System and Clock Configuration", "group__system__init__gr.html", "group__system__init__gr" ], + [ "Interrupts and Exceptions (NVIC)", "group__NVIC__gr.html", "group__NVIC__gr" ], + [ "Core Register Access", "group__Core__Register__gr.html", "group__Core__Register__gr" ], + [ "Intrinsic Functions for CPU Instructions", "group__intrinsic__CPU__gr.html", "group__intrinsic__CPU__gr" ], + [ "Intrinsic Functions for SIMD Instructions [only Cortex-M4 and Cortex-M7]", "group__intrinsic__SIMD__gr.html", "group__intrinsic__SIMD__gr" ], + [ "FPU Functions", "group__fpu__functions.html", "group__fpu__functions" ], + [ "MPU Functions for Armv7-M", "group__mpu__functions.html", "group__mpu__functions" ], + [ "Systick Timer (SYSTICK)", "group__SysTick__gr.html", "group__SysTick__gr" ], + [ "Debug Access", "group__ITM__Debug__gr.html", "group__ITM__Debug__gr" ], + [ "TrustZone for Armv8-M", "group__trustzone__functions.html", "group__trustzone__functions" ], + [ "Cache Functions (only Cortex-M7)", "group__cache__functions__m7.html", "group__cache__functions__m7" ] +]; \ No newline at end of file -- cgit