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/all_c.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/RTOS2/html/search/all_c.js (limited to 'docs/RTOS2/html/search/all_c.js') diff --git a/docs/RTOS2/html/search/all_c.js b/docs/RTOS2/html/search/all_c.js new file mode 100644 index 0000000..ef5160e --- /dev/null +++ b/docs/RTOS2/html/search/all_c.js @@ -0,0 +1,30 @@ +var searchData= +[ + ['memory_20management',['Memory Management',['../group__CMSIS__RTOS__MemoryMgmt.html',1,'']]], + ['message_20queue',['Message Queue',['../group__CMSIS__RTOS__Message.html',1,'']]], + ['mutex_20management',['Mutex Management',['../group__CMSIS__RTOS__MutexMgmt.html',1,'']]], + ['memory_20pool',['Memory Pool',['../group__CMSIS__RTOS__PoolMgmt.html',1,'']]], + ['mainpage_2etxt',['mainpage.txt',['../mainpage_8txt.html',1,'']]], + ['max_5fblocks',['max_blocks',['../rtx__os_8h.html#addc777bf5285ab03de6787385e6ea053',1,'osRtxMpInfo_t']]], + ['max_5ftokens',['max_tokens',['../rtx__os_8h.html#aa793f0e9a46e8b59b6d351535ee18a7d',1,'osRtxSemaphore_t']]], + ['max_5fused',['max_used',['../rtx__os_8h.html#a81baadf3fdf0eeff338f997ca3fe5009',1,'osRtxObjectMemUsage_t']]], + ['mem',['mem',['../rtx__os_8h.html#a42d7108f7184dcb944cdf73f649ad2dd',1,'osRtxInfo_t::mem()'],['../rtx__os_8h.html#aa30bb7d2484db1812c1aaf77a23cd11e',1,'osRtxConfig_t::mem()']]], + ['misra_20c_3a2012_20compliance',['MISRA C:2012 Compliance',['../misraCompliance5.html',1,'rtx5_impl']]], + ['mp_5finfo',['mp_info',['../rtx__os_8h.html#ac1cf67a8631962a42fa2da46f20a1a39',1,'osRtxMemoryPool_t::mp_info()'],['../rtx__os_8h.html#ac1cf67a8631962a42fa2da46f20a1a39',1,'osRtxMessageQueue_t::mp_info()']]], + ['mp_5fmem',['mp_mem',['../group__CMSIS__RTOS__PoolMgmt.html#a5799465cca9c71c5587ceb0986f5b06a',1,'osMemoryPoolAttr_t']]], + ['mp_5fsize',['mp_size',['../group__CMSIS__RTOS__PoolMgmt.html#a66c26015c0ac8e88a4ad907c120aee4f',1,'osMemoryPoolAttr_t']]], + ['mpi',['mpi',['../rtx__os_8h.html#a13aeb46a18b12ae911abead8e497ffd3',1,'osRtxInfo_t::mpi()'],['../rtx__os_8h.html#ac013bca5f28bebf36a3372da78107e97',1,'osRtxConfig_t::mpi()']]], + ['mq_5fmem',['mq_mem',['../group__CMSIS__RTOS__Message.html#a4e208dc0fb049b42c4b90cbd2791c5ad',1,'osMessageQueueAttr_t']]], + ['mq_5fsize',['mq_size',['../group__CMSIS__RTOS__Message.html#ac1cc09f875e20c926920b57bb83c70ee',1,'osMessageQueueAttr_t']]], + ['msg_5fcount',['msg_count',['../rtx__os_8h.html#a6a019648a53352a413ea79b958a362cd',1,'osRtxMessageQueue_t']]], + ['msg_5ffirst',['msg_first',['../rtx__os_8h.html#a13c143cc2f25a550fc3eb7ae68b0c56d',1,'osRtxMessageQueue_t']]], + ['msg_5flast',['msg_last',['../rtx__os_8h.html#ab386d4a98974f52ca151426c4dde0da4',1,'osRtxMessageQueue_t']]], + ['msg_5fsize',['msg_size',['../rtx__os_8h.html#a58873af81b75772a41aa5c1ff788a0c2',1,'osRtxMessageQueue_t']]], + ['mutex_5flist',['mutex_list',['../rtx__os_8h.html#a70b3153655adaf42687fe250983f6c95',1,'osRtxThread_t']]], + ['migration_20from_20api_20v1_20to_20api_20v2',['Migration from API v1 to API v2',['../os2Migration.html',1,'index']]], + ['macros',['Macros',['../group__rtx5__specific__defines.html',1,'']]], + ['memory_20functions',['Memory Functions',['../group__rtx__evr__memory.html',1,'']]], + ['memory_20pool_20functions',['Memory Pool Functions',['../group__rtx__evr__memory__pool.html',1,'']]], + ['message_20queue_20functions',['Message Queue Functions',['../group__rtx__evr__message__queue.html',1,'']]], + ['mutex_20functions',['Mutex Functions',['../group__rtx__evr__mutex.html',1,'']]] +]; -- cgit