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/group__rtx5__specific__defines.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/RTOS2/html/group__rtx5__specific__defines.js (limited to 'docs/RTOS2/html/group__rtx5__specific__defines.js') diff --git a/docs/RTOS2/html/group__rtx5__specific__defines.js b/docs/RTOS2/html/group__rtx5__specific__defines.js new file mode 100644 index 0000000..fcd8ec4 --- /dev/null +++ b/docs/RTOS2/html/group__rtx5__specific__defines.js @@ -0,0 +1,17 @@ +var group__rtx5__specific__defines = +[ + [ "osRtxThreadCbSize", "group__rtx5__specific__defines.html#ga30d19272204231956582ebfff69567f6", null ], + [ "osRtxTimerCbSize", "group__rtx5__specific__defines.html#gaf8a145fdeb24fd912971f0671b1a3603", null ], + [ "osRtxEventFlagsCbSize", "group__rtx5__specific__defines.html#ga68100c8c44931f03547973294c433075", null ], + [ "osRtxMutexCbSize", "group__rtx5__specific__defines.html#ga188bfaaf7477cf24cbc9f207feaeb53a", null ], + [ "osRtxSemaphoreCbSize", "group__rtx5__specific__defines.html#ga0949b67063d0bd427fbee9c816b5d45a", null ], + [ "osRtxMemoryPoolCbSize", "group__rtx5__specific__defines.html#gab8e49e9e1eea5a015f2a3114cabceb48", null ], + [ "osRtxMessageQueueCbSize", "group__rtx5__specific__defines.html#gaa8d067c476faa6bfc8e5e21f3b3c844e", null ], + [ "osRtxMemoryPoolMemSize", "group__rtx5__specific__defines.html#gac6bea3541b458bbc79eafce42a2d87a2", null ], + [ "osRtxMessageQueueMemSize", "group__rtx5__specific__defines.html#ga47eb1e21f1bf9a42281c6c89c7473e99", null ], + [ "osRtxErrorStackUnderflow", "group__rtx5__specific__defines.html#ga42206aa2524b8fab613d26bea0f73c44", null ], + [ "osRtxErrorISRQueueOverflow", "group__rtx5__specific__defines.html#ga7377235f9fa3cedee06f682cd93f3e88", null ], + [ "osRtxErrorTimerQueueOverflow", "group__rtx5__specific__defines.html#gaad420018f26e751ec55d3922a283beb0", null ], + [ "osRtxErrorClibSpace", "group__rtx5__specific__defines.html#ga14a24724f6e87744ba84674ef76e4256", null ], + [ "osRtxErrorClibMutex", "group__rtx5__specific__defines.html#gac749c24b9cf6c49b392b015ed0517cfc", null ] +]; \ No newline at end of file -- cgit