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_2.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/RTOS2/html/search/variables_2.js (limited to 'docs/RTOS2/html/search/variables_2.js') diff --git a/docs/RTOS2/html/search/variables_2.js b/docs/RTOS2/html/search/variables_2.js new file mode 100644 index 0000000..61d6b2c --- /dev/null +++ b/docs/RTOS2/html/search/variables_2.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['cb_5fmem',['cb_mem',['../group__CMSIS__RTOS__ThreadMgmt.html#a1e100dc33d403841ed3c344e3397868e',1,'osThreadAttr_t::cb_mem()'],['../group__CMSIS__RTOS__TimerMgmt.html#a1e100dc33d403841ed3c344e3397868e',1,'osTimerAttr_t::cb_mem()'],['../group__CMSIS__RTOS__EventFlags.html#a1e100dc33d403841ed3c344e3397868e',1,'osEventFlagsAttr_t::cb_mem()'],['../group__CMSIS__RTOS__MutexMgmt.html#a1e100dc33d403841ed3c344e3397868e',1,'osMutexAttr_t::cb_mem()'],['../group__CMSIS__RTOS__SemaphoreMgmt.html#a1e100dc33d403841ed3c344e3397868e',1,'osSemaphoreAttr_t::cb_mem()'],['../group__CMSIS__RTOS__PoolMgmt.html#a1e100dc33d403841ed3c344e3397868e',1,'osMemoryPoolAttr_t::cb_mem()'],['../group__CMSIS__RTOS__Message.html#a1e100dc33d403841ed3c344e3397868e',1,'osMessageQueueAttr_t::cb_mem()']]], + ['cb_5fsize',['cb_size',['../group__CMSIS__RTOS__ThreadMgmt.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osThreadAttr_t::cb_size()'],['../group__CMSIS__RTOS__TimerMgmt.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osTimerAttr_t::cb_size()'],['../group__CMSIS__RTOS__EventFlags.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osEventFlagsAttr_t::cb_size()'],['../group__CMSIS__RTOS__MutexMgmt.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osMutexAttr_t::cb_size()'],['../group__CMSIS__RTOS__SemaphoreMgmt.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osSemaphoreAttr_t::cb_size()'],['../group__CMSIS__RTOS__PoolMgmt.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osMemoryPoolAttr_t::cb_size()'],['../group__CMSIS__RTOS__Message.html#aa55a4335d12dc2785dc00fdc292d1159',1,'osMessageQueueAttr_t::cb_size()']]], + ['cnt_5falloc',['cnt_alloc',['../rtx__os_8h.html#a6bc379cb485caaa1bd9b63abbc79a4ec',1,'osRtxObjectMemUsage_t']]], + ['cnt_5ffree',['cnt_free',['../rtx__os_8h.html#a5916fa670084fea56a52ba450565da4b',1,'osRtxObjectMemUsage_t']]] +]; -- cgit