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/RTOS2/html/technicalData5.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/RTOS2/html/technicalData5.js (limited to 'docs/RTOS2/html/technicalData5.js') diff --git a/docs/RTOS2/html/technicalData5.js b/docs/RTOS2/html/technicalData5.js new file mode 100644 index 0000000..b4c41f2 --- /dev/null +++ b/docs/RTOS2/html/technicalData5.js @@ -0,0 +1,21 @@ +var technicalData5 = +[ + [ "Hardware Requirements", "pHardwareRequirements.html", [ + [ "Processor Requirements", "pHardwareRequirements.html#tpProcessor", [ + [ "Cortex-M0/M0+/M23 target processor", "pHardwareRequirements.html#tpCortexM0_M0P_M23", null ], + [ "Cortex-M3/M4/M7/M33 target processor", "pHardwareRequirements.html#tpCortexM3_M4_M7_M33", null ], + [ "Cortex-A5/A7/A9 target processor", "pHardwareRequirements.html#tpCortexA5_A7_A9", null ] + ] ], + [ "Memory Requirements", "pHardwareRequirements.html#rMemory", null ] + ] ], + [ "Control Block Sizes", "pControlBlockSizes.html", null ], + [ "Directory Structure and File Overview", "pDirectory_Files.html", [ + [ "RTX v5 Directory Structure", "pDirectory_Files.html#Folders", null ], + [ "RTX v5 Library Files", "pDirectory_Files.html#libFiles", null ] + ] ], + [ "Supported Toolchains", "pToolchains.html", [ + [ "Arm Compiler (Arm/Keil MDK, uVision5)", "pToolchains.html#technicalData_Toolchain_ARM", null ], + [ "IAR Embedded Workbench", "pToolchains.html#technicalData_Toolchain_IAR", null ], + [ "GNU Compiler Collection", "pToolchains.html#technicalData_Toolchain_GCC", null ] + ] ] +]; \ No newline at end of file -- cgit