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_b.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/RTOS2/html/search/variables_b.js (limited to 'docs/RTOS2/html/search/variables_b.js') diff --git a/docs/RTOS2/html/search/variables_b.js b/docs/RTOS2/html/search/variables_b.js new file mode 100644 index 0000000..79b0dc8 --- /dev/null +++ b/docs/RTOS2/html/search/variables_b.js @@ -0,0 +1,16 @@ +var searchData= +[ + ['os_5fid',['os_id',['../rtx__os_8h.html#a7b7d02cdf33432995469f29878f7dcda',1,'osRtxInfo_t']]], + ['osrtxconfig',['osRtxConfig',['../rtx__os_8h.html#a489fda965fa634809f401ae6458a6f45',1,'rtx_os.h']]], + ['osrtxeventflagsmemusage',['osRtxEventFlagsMemUsage',['../rtx__os_8h.html#a0c81327f94697890809ce4a594bb9d5c',1,'rtx_os.h']]], + ['osrtxinfo',['osRtxInfo',['../rtx__os_8h.html#ad2270125c4e4991c3231d752b6ee5f3f',1,'rtx_os.h']]], + ['osrtxmemorypoolmemusage',['osRtxMemoryPoolMemUsage',['../rtx__os_8h.html#ae5dea30a13d7a2316699a7f201504bc7',1,'rtx_os.h']]], + ['osrtxmessagequeuememusage',['osRtxMessageQueueMemUsage',['../rtx__os_8h.html#af3da38b316a84990128e8d9f34e3e6d3',1,'rtx_os.h']]], + ['osrtxmutexmemusage',['osRtxMutexMemUsage',['../rtx__os_8h.html#a683927dcd67dcb912884d16efa81a58d',1,'rtx_os.h']]], + ['osrtxsemaphorememusage',['osRtxSemaphoreMemUsage',['../rtx__os_8h.html#aec50b39ce30d9c87916d077f6f764387',1,'rtx_os.h']]], + ['osrtxthreadmemusage',['osRtxThreadMemUsage',['../rtx__os_8h.html#a90374bf1d999b2e1594763ab6c97cd69',1,'rtx_os.h']]], + ['osrtxtimermemusage',['osRtxTimerMemUsage',['../rtx__os_8h.html#aa3e7cf488411dbdc814420b81f36b935',1,'rtx_os.h']]], + ['owner_5fnext',['owner_next',['../rtx__os_8h.html#a54be7ae32f627ee70e1af8c54203ee5a',1,'osRtxMutex_t']]], + ['owner_5fprev',['owner_prev',['../rtx__os_8h.html#a50b315b9b80bafdba54a7a731be1cc30',1,'osRtxMutex_t']]], + ['owner_5fthread',['owner_thread',['../rtx__os_8h.html#a987889d464cb2925029e135b76aa0dc9',1,'osRtxMutex_t']]] +]; -- cgit