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_10.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/RTOS2/html/search/all_10.js (limited to 'docs/RTOS2/html/search/all_10.js') diff --git a/docs/RTOS2/html/search/all_10.js b/docs/RTOS2/html/search/all_10.js new file mode 100644 index 0000000..35b2f26 --- /dev/null +++ b/docs/RTOS2/html/search/all_10.js @@ -0,0 +1,15 @@ +var searchData= +[ + ['rtx_20migration_20guide',['RTX Migration Guide',['../os2MigrationGuide.html',1,'os2Migration']]], + ['reserved',['reserved',['../group__CMSIS__RTOS__ThreadMgmt.html#a66f538babc389986738ec70104e0562b',1,'osThreadAttr_t::reserved()'],['../rtx__os_8h.html#acb7bc06bed6f6408d719334fc41698c7',1,'osRtxEventFlags_t::reserved()'],['../rtx__os_8h.html#acb7bc06bed6f6408d719334fc41698c7',1,'osRtxSemaphore_t::reserved()'],['../rtx__os_8h.html#acb7bc06bed6f6408d719334fc41698c7',1,'osRtxMemoryPool_t::reserved()'],['../rtx__os_8h.html#acb7bc06bed6f6408d719334fc41698c7',1,'osRtxMessageQueue_t::reserved()'],['../rtx__os_8h.html#acb7bc06bed6f6408d719334fc41698c7',1,'osRtxObject_t::reserved()']]], + ['reserved_5fstate',['reserved_state',['../rtx__os_8h.html#a0acbb12a103775ddce0fb5d0efa3540f',1,'osRtxEventFlags_t::reserved_state()'],['../rtx__os_8h.html#a0acbb12a103775ddce0fb5d0efa3540f',1,'osRtxMutex_t::reserved_state()'],['../rtx__os_8h.html#a0acbb12a103775ddce0fb5d0efa3540f',1,'osRtxSemaphore_t::reserved_state()'],['../rtx__os_8h.html#a0acbb12a103775ddce0fb5d0efa3540f',1,'osRtxMemoryPool_t::reserved_state()'],['../rtx__os_8h.html#a0acbb12a103775ddce0fb5d0efa3540f',1,'osRtxMessage_t::reserved_state()'],['../rtx__os_8h.html#a0acbb12a103775ddce0fb5d0efa3540f',1,'osRtxMessageQueue_t::reserved_state()']]], + ['robin_5ftimeout',['robin_timeout',['../rtx__os_8h.html#a6b4c66676a5bc985c28b71ac4ac79159',1,'osRtxConfig_t']]], + ['revision_20history',['Revision History',['../rtos_revisionHistory.html',1,'index']]], + ['rtos_20validation',['RTOS Validation',['../rtosValidation.html',1,'index']]], + ['rtx_20v5_20implementation',['RTX v5 Implementation',['../rtx5_impl.html',1,'index']]], + ['rtx_20v5_20specific_20api',['RTX v5 Specific API',['../group__rtx5__specific.html',1,'']]], + ['rtx_5fevr_2eh',['rtx_evr.h',['../rtx__evr_8h.html',1,'']]], + ['rtx_5fevr_2etxt',['rtx_evr.txt',['../rtx__evr_8txt.html',1,'']]], + ['rtx_5fos_2eh',['rtx_os.h',['../rtx__os_8h.html',1,'']]], + ['rtx_5fos_2etxt',['rtx_os.txt',['../rtx__os_8txt.html',1,'']]] +]; -- cgit