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/search/variables_e.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/RTOS2/html/search/variables_e.js (limited to 'docs/RTOS2/html/search/variables_e.js') diff --git a/docs/RTOS2/html/search/variables_e.js b/docs/RTOS2/html/search/variables_e.js new file mode 100644 index 0000000..3c90bb7 --- /dev/null +++ b/docs/RTOS2/html/search/variables_e.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['sp',['sp',['../rtx__os_8h.html#a382a07e24a852d580d7548b8d517384c',1,'osRtxThread_t']]], + ['stack_5fframe',['stack_frame',['../rtx__os_8h.html#a1071334ebd46d95b9ab1dcad788b2adc',1,'osRtxThread_t']]], + ['stack_5fmem',['stack_mem',['../group__CMSIS__RTOS__ThreadMgmt.html#ad7c9b42355a4c8b9467130ab3fb19e43',1,'osThreadAttr_t::stack_mem()'],['../rtx__os_8h.html#a447dbb69b4c036e118b3b1b8bd22fe60',1,'osRtxThread_t::stack_mem()']]], + ['stack_5fsize',['stack_size',['../group__CMSIS__RTOS__ThreadMgmt.html#aacbc9a219f2d6870e9ce89bb93f975c9',1,'osThreadAttr_t::stack_size()'],['../rtx__os_8h.html#ad63716408aae5b50857ca8ce74e3a3ff',1,'osRtxThread_t::stack_size()']]], + ['state',['state',['../rtx__os_8h.html#a0b57aa10271a66f3dc936bba1d2f3830',1,'osRtxThread_t::state()'],['../rtx__os_8h.html#a0b57aa10271a66f3dc936bba1d2f3830',1,'osRtxTimer_t::state()'],['../rtx__os_8h.html#a0b57aa10271a66f3dc936bba1d2f3830',1,'osRtxObject_t::state()']]] +]; -- cgit