From 5f851d4cd35d0e5dae387c7c96633b4ab33b4bd6 Mon Sep 17 00:00:00 2001 From: Robert Rostohar Date: Thu, 26 Oct 2023 13:47:26 +0200 Subject: [PATCH] Restructure pack directories --- .github/workflows/libs.yml | 12 +- .github/workflows/pack.yaml | 8 +- .gitignore | 4 +- ARM.CMSIS-RTX.pdsc | 298 +++++++++--------- .../RTOS2/RTX/Config => Config}/RTX_Config.c | 0 .../RTOS2/RTX/Config => Config}/RTX_Config.h | 0 {CMSIS/RTOS2/RTX/Config => Config}/handlers.c | 0 .../Doxygen_Templates/Layout_forUser.xml | 0 .../cmsis_logo_white_small.png | Bin .../Doxygen_Templates/darkmode_toggle.js | 0 .../DoxyGen/Doxygen_Templates/dropdown.png | Bin .../Doxygen_Templates/extra_navtree.css | 0 .../Doxygen_Templates/extra_search.css | 0 .../Doxygen_Templates/extra_stylesheet.css | 0 .../DoxyGen/Doxygen_Templates/footer.html | 0 .../DoxyGen/Doxygen_Templates/footer.js.in | 0 .../DoxyGen/Doxygen_Templates/header.html | 0 .../DoxyGen/Doxygen_Templates/navtree.css | 0 .../DoxyGen/Doxygen_Templates/navtree.js | 0 .../Doxygen_Templates/printComponentTabs.js | 0 .../DoxyGen/Doxygen_Templates/resize.js | 0 .../DoxyGen/Doxygen_Templates/search.css | 0 .../DoxyGen/Doxygen_Templates/tab_b.png | Bin .../DoxyGen/Doxygen_Templates/tab_topnav.png | Bin .../DoxyGen/Doxygen_Templates/tabs.css | 0 .../DoxyGen/Doxygen_Templates/version.css | 0 .../DoxyGen/check_links.sh | 2 +- .../DoxyGen/cmsis_core_m.tag | 0 .../DoxyGen/cmsis_rtos2.tag | 0 {CMSIS => Documentation}/DoxyGen/gen_doc.sh | 4 +- .../DoxyGen/linkchecker.rc | 0 {CMSIS => Documentation}/DoxyGen/rtx.dxy.in | 8 +- .../DoxyGen/src/configure.md | 0 .../DoxyGen/src/history.md | 0 .../DoxyGen/src/images/API_Structure.png | Bin .../DoxyGen/src/images/API_Structure.vsd | Bin .../DoxyGen/src/images/CMSIS_RTOS_Files.png | Bin .../DoxyGen/src/images/KernelStackUsage.png | Bin .../DoxyGen/src/images/MailQueue.png | Bin .../DoxyGen/src/images/MemAllocGlob.png | Bin .../DoxyGen/src/images/MemAllocSpec.png | Bin .../DoxyGen/src/images/MemAllocStat.png | Bin .../DoxyGen/src/images/MessageQueue.png | Bin .../DoxyGen/src/images/MessageQueue.vsd | Bin .../DoxyGen/src/images/Mutex.png | Bin .../DoxyGen/src/images/Mutex.vsd | Bin .../DoxyGen/src/images/PC-Lint.png | Bin .../DoxyGen/src/images/RTX5_Migrate1.PNG | Bin .../DoxyGen/src/images/Semaphore.png | Bin .../DoxyGen/src/images/Semaphores.vsd | Bin .../DoxyGen/src/images/TheoryOfOperation.pptx | Bin .../DoxyGen/src/images/ThreadStatus.png | Bin .../DoxyGen/src/images/ThreadStatus.vsd | Bin .../DoxyGen/src/images/Timer.png | Bin .../DoxyGen/src/images/TimerValues.png | Bin .../DoxyGen/src/images/TimerValues.vsd | Bin .../DoxyGen/src/images/add_item.png | Bin .../src/images/cmsis_rtos_file_structure.vsd | Bin .../DoxyGen/src/images/config_wizard.png | Bin .../src/images/config_wizard_eventFlags.png | Bin .../src/images/config_wizard_evtrec.png | Bin .../images/config_wizard_evtrecGeneration.png | Bin .../config_wizard_evtrecGlobEvtFiltSetup.png | Bin .../images/config_wizard_evtrecGlobIni.png | Bin ...config_wizard_evtrecRTOSEvtFilterSetup.png | Bin .../src/images/config_wizard_memPool.png | Bin .../src/images/config_wizard_msgQueue.png | Bin .../src/images/config_wizard_mutex.png | Bin .../src/images/config_wizard_semaphore.png | Bin .../src/images/config_wizard_system.png | Bin .../src/images/config_wizard_threads.png | Bin .../src/images/config_wizard_timer.png | Bin .../DoxyGen/src/images/event_recorder_rte.png | Bin .../src/images/manage_rte_cortex-a.png | Bin .../DoxyGen/src/images/manage_rte_output.png | Bin .../DoxyGen/src/images/mempool.png | Bin .../DoxyGen/src/images/mutex_states.png | Bin .../DoxyGen/src/images/own_lib_projwin.png | Bin .../DoxyGen/src/images/project_window.png | Bin .../DoxyGen/src/images/rtos_components.png | Bin .../DoxyGen/src/images/rtos_mpu.png | Bin .../DoxyGen/src/images/scheduling.png | Bin .../DoxyGen/src/images/semaphore_states.png | Bin .../DoxyGen/src/images/simple_signal.png | Bin .../DoxyGen/src/images/thread_watchdogs.png | Bin .../DoxyGen/src/mainpage.md | 27 +- {CMSIS => Documentation}/DoxyGen/src/misra.md | 0 .../DoxyGen/src/operation.md | 0 .../DoxyGen/src/project.md | 0 .../DoxyGen/src/rtx_evr.txt | 0 .../DoxyGen/src/rtx_os.txt | 0 .../DoxyGen/src/system_reqs.md | 0 .../DoxyGen/src/tutorial.md | 0 .../index.html | 0 .../version.js | 0 .../Examples => Examples}/Blinky/Abstract.txt | 0 .../RTX/Examples => Examples}/Blinky/Blinky.c | 0 .../Blinky/Blinky.cproject.yml | 0 .../Blinky/Blinky.csolution.yml | 0 .../Blinky/Blinky.uvguix | 0 .../Blinky/Blinky.uvoptx | 2 +- .../Blinky/Blinky.uvprojx | 4 +- .../Examples => Examples}/Blinky/README.md | 0 .../Blinky/RTE/CMSIS-View/EventRecorderConf.h | 0 .../Blinky/RTE/CMSIS/RTX_Config.c | 0 .../Blinky/RTE/CMSIS/RTX_Config.h | 0 .../Blinky/RTE/Device/ARMCM3/ARMCM3_ac6.sct | 0 .../Blinky/RTE/Device/ARMCM3/regions_ARMCM3.h | 0 .../Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c | 0 .../Blinky/RTE/Device/ARMCM3/system_ARMCM3.c | 0 .../Examples => Examples}/Blinky/cdefault.yml | 0 .../Blinky/fvp_config.txt | 0 .../MemPool/Abstract.txt | 0 .../MemPool/MemPool.cproject.yml | 0 .../MemPool/MemPool.csolution.yml | 0 .../MemPool/MemPool.uvguix | 0 .../MemPool/MemPool.uvoptx | 2 +- .../MemPool/MemPool.uvprojx | 4 +- .../Examples => Examples}/MemPool/README.md | 0 .../RTE/CMSIS-View/EventRecorderConf.h | 0 .../MemPool/RTE/CMSIS/RTX_Config.c | 0 .../MemPool/RTE/CMSIS/RTX_Config.h | 0 .../MemPool/RTE/Device/ARMCM3/ARMCM3_ac6.sct | 0 .../RTE/Device/ARMCM3/regions_ARMCM3.h | 0 .../RTE/Device/ARMCM3/startup_ARMCM3.c | 0 .../MemPool/RTE/Device/ARMCM3/system_ARMCM3.c | 0 .../MemPool/cdefault.yml | 0 .../MemPool/fvp_config.txt | 0 .../RTX/Examples => Examples}/MemPool/main.c | 0 .../MsgQueue/Abstract.txt | 0 .../MsgQueue/MsgQueue.cproject.yml | 0 .../MsgQueue/MsgQueue.csolution.yml | 0 .../MsgQueue/MsgQueue.uvguix | 0 .../MsgQueue/MsgQueue.uvoptx | 2 +- .../MsgQueue/MsgQueue.uvprojx | 4 +- .../Examples => Examples}/MsgQueue/README.md | 0 .../RTE/CMSIS-View/EventRecorderConf.h | 0 .../MsgQueue/RTE/CMSIS/RTX_Config.c | 0 .../MsgQueue/RTE/CMSIS/RTX_Config.h | 0 .../MsgQueue/RTE/Device/ARMCM3/ARMCM3_ac6.sct | 0 .../RTE/Device/ARMCM3/regions_ARMCM3.h | 0 .../RTE/Device/ARMCM3/startup_ARMCM3.c | 0 .../RTE/Device/ARMCM3/system_ARMCM3.c | 0 .../MsgQueue/cdefault.yml | 0 .../MsgQueue/fvp_config.txt | 0 .../RTX/Examples => Examples}/MsgQueue/main.c | 0 .../TrustZoneV8M/NoRTOS/ARMCM33_config.txt | 0 .../TrustZoneV8M/NoRTOS/Abstract.txt | 0 .../NoRTOS/CM33_ns/CM33_ns.cproject.yml | 0 .../NoRTOS/CM33_ns/CM33_ns.uvguix | 0 .../NoRTOS/CM33_ns/CM33_ns.uvoptx | 0 .../NoRTOS/CM33_ns/CM33_ns.uvprojx | 0 .../RTE/Device/ARMCM33/ARMCM33_AC6.sct | 0 .../RTE/Device/ARMCM33/startup_ARMCM33.c | 0 .../RTE/Device/ARMCM33/system_ARMCM33.c | 0 .../TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c | 0 .../NoRTOS/CM33_s/CM33_s.cproject.yml | 0 .../TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvguix | 0 .../TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvoptx | 0 .../TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvprojx | 0 .../RTE/Device/ARMCM33/ARMCM33_ac6_s.sct | 0 .../RTE/Device/ARMCM33/partition_ARMCM33.h | 0 .../RTE/Device/ARMCM33/startup_ARMCM33.c | 0 .../RTE/Device/ARMCM33/system_ARMCM33.c | 0 .../TrustZoneV8M/NoRTOS/CM33_s/interface.c | 0 .../TrustZoneV8M/NoRTOS/CM33_s/interface.h | 0 .../TrustZoneV8M/NoRTOS/CM33_s/main_s.c | 0 .../TrustZoneV8M/NoRTOS/Debug.ini | 0 .../TrustZoneV8M/NoRTOS/NoRTOS.csolution.yml | 0 .../TrustZoneV8M/NoRTOS/NoRTOS.uvmpw | 0 .../TrustZoneV8M/NoRTOS/NoRTOS.uvmpw.uvgui | 0 .../TrustZoneV8M/NoRTOS/cdefault.yml | 0 .../TrustZoneV8M/RTOS/ARMCM33_config.txt | 0 .../TrustZoneV8M/RTOS/Abstract.txt | 0 .../RTOS/CM33_ns/CM33_ns.cproject.yml | 0 .../TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvguix | 0 .../TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx | 2 +- .../TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx | 4 +- .../RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c | 0 .../RTOS/CM33_ns/RTE/CMSIS/RTX_Config.h | 0 .../RTE/Device/ARMCM33/ARMCM33_AC6.sct | 0 .../RTE/Device/ARMCM33/startup_ARMCM33.c | 0 .../RTE/Device/ARMCM33/system_ARMCM33.c | 0 .../TrustZoneV8M/RTOS/CM33_ns/main_ns.c | 0 .../RTOS/CM33_s/CM33_s.cproject.yml | 0 .../TrustZoneV8M/RTOS/CM33_s/CM33_s.uvguix | 0 .../TrustZoneV8M/RTOS/CM33_s/CM33_s.uvoptx | 0 .../TrustZoneV8M/RTOS/CM33_s/CM33_s.uvprojx | 0 .../RTE/Device/ARMCM33/ARMCM33_ac6_s.sct | 0 .../RTE/Device/ARMCM33/partition_ARMCM33.h | 0 .../RTE/Device/ARMCM33/startup_ARMCM33.c | 0 .../RTE/Device/ARMCM33/system_ARMCM33.c | 0 .../TrustZoneV8M/RTOS/CM33_s/interface.c | 0 .../TrustZoneV8M/RTOS/CM33_s/interface.h | 0 .../TrustZoneV8M/RTOS/CM33_s/main_s.c | 0 .../TrustZoneV8M/RTOS/CM33_s/tz_context.c | 0 .../TrustZoneV8M/RTOS/Debug.ini | 0 .../TrustZoneV8M/RTOS/RTOS.csolution.yml | 0 .../TrustZoneV8M/RTOS/RTOS.uvmpw | 0 .../TrustZoneV8M/RTOS/RTOS.uvmpw.uvgui | 0 .../TrustZoneV8M/RTOS/cdefault.yml | 0 .../RTOS_Faults/ARMCM33_config.txt | 0 .../TrustZoneV8M/RTOS_Faults/Abstract.txt | 0 .../RTOS_Faults/CM33_ns/CM33_ns.cproject.yml | 0 .../RTOS_Faults/CM33_ns/CM33_ns.uvguix | 0 .../RTOS_Faults/CM33_ns/CM33_ns.uvoptx | 2 +- .../RTOS_Faults/CM33_ns/CM33_ns.uvprojx | 4 +- .../CM33_ns/RTE/CMSIS/RTX_Config.c | 0 .../CM33_ns/RTE/CMSIS/RTX_Config.h | 0 .../RTE/Device/ARMCM33/ARMCM33_AC6.sct | 0 .../RTE/Device/ARMCM33/startup_ARMCM33.c | 0 .../RTE/Device/ARMCM33/system_ARMCM33.c | 0 .../RTOS_Faults/CM33_ns/main_ns.c | 0 .../RTOS_Faults/CM33_s/CM33_s.cproject.yml | 0 .../RTOS_Faults/CM33_s/CM33_s.uvguix | 0 .../RTOS_Faults/CM33_s/CM33_s.uvoptx | 0 .../RTOS_Faults/CM33_s/CM33_s.uvprojx | 0 .../RTOS_Faults/CM33_s/Hardfault.c | 0 .../RTOS_Faults/CM33_s/Hardfault.h | 0 .../RTOS_Faults/CM33_s/IncidentLog_s.c | 0 .../RTOS_Faults/CM33_s/IncidentLog_s.h | 0 .../RTE/Device/ARMCM33/ARMCM33_ac6_s.sct | 0 .../RTE/Device/ARMCM33/partition_ARMCM33.h | 0 .../RTE/Device/ARMCM33/startup_ARMCM33.c | 0 .../RTE/Device/ARMCM33/system_ARMCM33.c | 0 .../RTOS_Faults/CM33_s/SysTick_s.c | 0 .../RTOS_Faults/CM33_s/SysTick_s.h | 0 .../RTOS_Faults/CM33_s/interface.c | 0 .../RTOS_Faults/CM33_s/interface.h | 0 .../TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c | 0 .../RTOS_Faults/CM33_s/tz_context.c | 0 .../TrustZoneV8M/RTOS_Faults/Debug.ini | 0 .../RTOS_Faults/RTOS_Faults.csolution.yml | 0 .../RTOS_Faults/RTOS_Faults.uvmpw | 0 .../RTOS_Faults/RTOS_Faults.uvmpw.uvgui | 0 .../TrustZoneV8M/RTOS_Faults/cdefault.yml | 0 .../vcpkg-configuration.json | 0 .../RTOS2/RTX/Include => Include}/rtx_def.h | 0 .../RTOS2/RTX/Include => Include}/rtx_evr.h | 0 {CMSIS/RTOS2/RTX/Include => Include}/rtx_os.h | 0 .../RTX/Library => Library}/RTX_Config.h | 0 .../RTX_Library.cproject.yml | 0 .../RTX_Library.csolution.yml | 0 {CMSIS/RTOS2/RTX/Library => Library}/build.sh | 0 .../RTX/Library => Library}/cdefault.yml | 0 .../RTX/Library => Library}/fetch_libs.sh | 0 .../vcpkg-configuration.json | 0 README.md | 25 +- CMSIS/RTOS2/RTX/RTX5.scvd => RTX5.scvd | 0 .../RTX/Source => Source}/GCC/irq_armv6m.S | 0 .../RTX/Source => Source}/GCC/irq_armv7a.S | 0 .../RTX/Source => Source}/GCC/irq_armv7m.S | 0 .../RTX/Source => Source}/GCC/irq_armv8mbl.S | 0 .../RTX/Source => Source}/GCC/irq_armv8mml.S | 0 .../RTX/Source => Source}/IAR/irq_armv6m.s | 0 .../RTX/Source => Source}/IAR/irq_armv7a.s | 0 .../RTX/Source => Source}/IAR/irq_armv7m.s | 0 .../RTX/Source => Source}/IAR/irq_armv8mbl.s | 0 .../RTX/Source => Source}/IAR/irq_armv8mml.s | 0 .../RTOS2/RTX/Source => Source}/rtx_core_c.h | 0 .../RTOS2/RTX/Source => Source}/rtx_core_ca.h | 0 .../RTOS2/RTX/Source => Source}/rtx_core_cm.h | 0 .../RTOS2/RTX/Source => Source}/rtx_delay.c | 0 .../RTOS2/RTX/Source => Source}/rtx_evflags.c | 0 {CMSIS/RTOS2/RTX/Source => Source}/rtx_evr.c | 0 .../RTOS2/RTX/Source => Source}/rtx_kernel.c | 0 {CMSIS/RTOS2/RTX/Source => Source}/rtx_lib.c | 0 {CMSIS/RTOS2/RTX/Source => Source}/rtx_lib.h | 0 .../RTOS2/RTX/Source => Source}/rtx_memory.c | 0 .../RTOS2/RTX/Source => Source}/rtx_mempool.c | 0 .../RTX/Source => Source}/rtx_msgqueue.c | 0 .../RTOS2/RTX/Source => Source}/rtx_mutex.c | 0 .../RTX/Source => Source}/rtx_semaphore.c | 0 .../RTOS2/RTX/Source => Source}/rtx_system.c | 0 .../RTOS2/RTX/Source => Source}/rtx_thread.c | 0 .../RTOS2/RTX/Source => Source}/rtx_timer.c | 0 .../RTOS2/RTX/Template => Template}/Events.c | 0 .../RTOS2/RTX/Template => Template}/MemPool.c | 0 .../RTX/Template => Template}/MsgQueue.c | 0 .../RTOS2/RTX/Template => Template}/Mutex.c | 0 .../RTX/Template => Template}/Semaphore.c | 0 .../RTOS2/RTX/Template => Template}/Thread.c | 0 .../RTOS2/RTX/Template => Template}/Timer.c | 0 {CMSIS/RTOS2/RTX/Template => Template}/main.c | 0 .../RTX/Template => Template}/svc_user.c | 0 gen_pack.sh | 23 +- 286 files changed, 218 insertions(+), 223 deletions(-) rename {CMSIS/RTOS2/RTX/Config => Config}/RTX_Config.c (100%) rename {CMSIS/RTOS2/RTX/Config => Config}/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Config => Config}/handlers.c (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/Layout_forUser.xml (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/cmsis_logo_white_small.png (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/darkmode_toggle.js (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/dropdown.png (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/extra_navtree.css (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/extra_search.css (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/extra_stylesheet.css (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/footer.html (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/footer.js.in (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/header.html (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/navtree.css (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/navtree.js (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/printComponentTabs.js (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/resize.js (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/search.css (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/tab_b.png (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/tab_topnav.png (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/tabs.css (100%) rename {CMSIS => Documentation}/DoxyGen/Doxygen_Templates/version.css (100%) rename {CMSIS => Documentation}/DoxyGen/check_links.sh (96%) rename {CMSIS => Documentation}/DoxyGen/cmsis_core_m.tag (100%) rename {CMSIS => Documentation}/DoxyGen/cmsis_rtos2.tag (100%) rename {CMSIS => Documentation}/DoxyGen/gen_doc.sh (97%) rename {CMSIS => Documentation}/DoxyGen/linkchecker.rc (100%) rename {CMSIS => Documentation}/DoxyGen/rtx.dxy.in (99%) rename {CMSIS => Documentation}/DoxyGen/src/configure.md (100%) rename {CMSIS => Documentation}/DoxyGen/src/history.md (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/API_Structure.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/API_Structure.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/CMSIS_RTOS_Files.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/KernelStackUsage.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/MailQueue.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/MemAllocGlob.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/MemAllocSpec.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/MemAllocStat.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/MessageQueue.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/MessageQueue.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/Mutex.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/Mutex.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/PC-Lint.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/RTX5_Migrate1.PNG (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/Semaphore.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/Semaphores.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/TheoryOfOperation.pptx (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/ThreadStatus.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/ThreadStatus.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/Timer.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/TimerValues.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/TimerValues.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/add_item.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/cmsis_rtos_file_structure.vsd (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_eventFlags.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_evtrec.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_evtrecGeneration.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_evtrecGlobEvtFiltSetup.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_evtrecGlobIni.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_evtrecRTOSEvtFilterSetup.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_memPool.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_msgQueue.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_mutex.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_semaphore.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_system.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_threads.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/config_wizard_timer.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/event_recorder_rte.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/manage_rte_cortex-a.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/manage_rte_output.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/mempool.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/mutex_states.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/own_lib_projwin.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/project_window.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/rtos_components.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/rtos_mpu.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/scheduling.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/semaphore_states.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/simple_signal.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/images/thread_watchdogs.png (100%) rename {CMSIS => Documentation}/DoxyGen/src/mainpage.md (55%) rename {CMSIS => Documentation}/DoxyGen/src/misra.md (100%) rename {CMSIS => Documentation}/DoxyGen/src/operation.md (100%) rename {CMSIS => Documentation}/DoxyGen/src/project.md (100%) rename {CMSIS => Documentation}/DoxyGen/src/rtx_evr.txt (100%) rename {CMSIS => Documentation}/DoxyGen/src/rtx_os.txt (100%) rename {CMSIS => Documentation}/DoxyGen/src/system_reqs.md (100%) rename {CMSIS => Documentation}/DoxyGen/src/tutorial.md (100%) rename {CMSIS/Documentation => Documentation}/index.html (100%) rename {CMSIS/Documentation => Documentation}/version.js (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Abstract.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Blinky.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Blinky.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Blinky.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Blinky.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Blinky.uvoptx (99%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/Blinky.uvprojx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/README.md (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/CMSIS-View/EventRecorderConf.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/CMSIS/RTX_Config.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/CMSIS/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/Device/ARMCM3/ARMCM3_ac6.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/Device/ARMCM3/regions_ARMCM3.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/Blinky/fvp_config.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/Abstract.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/MemPool.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/MemPool.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/MemPool.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/MemPool.uvoptx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/MemPool.uvprojx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/README.md (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/CMSIS-View/EventRecorderConf.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/CMSIS/RTX_Config.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/CMSIS/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/Device/ARMCM3/ARMCM3_ac6.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/Device/ARMCM3/regions_ARMCM3.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/fvp_config.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MemPool/main.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/Abstract.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/MsgQueue.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/MsgQueue.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/MsgQueue.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/MsgQueue.uvoptx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/MsgQueue.uvprojx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/README.md (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/CMSIS-View/EventRecorderConf.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/CMSIS/RTX_Config.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/CMSIS/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/Device/ARMCM3/ARMCM3_ac6.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/Device/ARMCM3/regions_ARMCM3.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/fvp_config.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/MsgQueue/main.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/ARMCM33_config.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/Abstract.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvoptx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvprojx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvoptx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvprojx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/interface.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/interface.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/CM33_s/main_s.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/Debug.ini (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/NoRTOS.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw.uvgui (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/NoRTOS/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/ARMCM33_config.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/Abstract.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_ns/main_ns.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/CM33_s.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvoptx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvprojx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/interface.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/interface.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/main_s.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/CM33_s/tz_context.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/Debug.ini (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/RTOS.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/RTOS.uvmpw (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/RTOS.uvmpw.uvgui (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/ARMCM33_config.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/Abstract.txt (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx (98%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvguix (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvoptx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvprojx (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/interface.h (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/Debug.ini (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/RTOS_Faults.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw.uvgui (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/TrustZoneV8M/RTOS_Faults/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Examples => Examples}/vcpkg-configuration.json (100%) rename {CMSIS/RTOS2/RTX/Include => Include}/rtx_def.h (100%) rename {CMSIS/RTOS2/RTX/Include => Include}/rtx_evr.h (100%) rename {CMSIS/RTOS2/RTX/Include => Include}/rtx_os.h (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/RTX_Config.h (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/RTX_Library.cproject.yml (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/RTX_Library.csolution.yml (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/build.sh (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/cdefault.yml (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/fetch_libs.sh (100%) rename {CMSIS/RTOS2/RTX/Library => Library}/vcpkg-configuration.json (100%) rename CMSIS/RTOS2/RTX/RTX5.scvd => RTX5.scvd (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/GCC/irq_armv6m.S (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/GCC/irq_armv7a.S (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/GCC/irq_armv7m.S (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/GCC/irq_armv8mbl.S (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/GCC/irq_armv8mml.S (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/IAR/irq_armv6m.s (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/IAR/irq_armv7a.s (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/IAR/irq_armv7m.s (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/IAR/irq_armv8mbl.s (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/IAR/irq_armv8mml.s (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_core_c.h (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_core_ca.h (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_core_cm.h (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_delay.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_evflags.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_evr.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_kernel.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_lib.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_lib.h (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_memory.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_mempool.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_msgqueue.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_mutex.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_semaphore.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_system.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_thread.c (100%) rename {CMSIS/RTOS2/RTX/Source => Source}/rtx_timer.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/Events.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/MemPool.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/MsgQueue.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/Mutex.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/Semaphore.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/Thread.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/Timer.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/main.c (100%) rename {CMSIS/RTOS2/RTX/Template => Template}/svc_user.c (100%) diff --git a/.github/workflows/libs.yml b/.github/workflows/libs.yml index 9b1f0808..2f609bf9 100644 --- a/.github/workflows/libs.yml +++ b/.github/workflows/libs.yml @@ -45,14 +45,14 @@ jobs: path: /home/runner/.vcpkg - name: Prepare vcpkg env - working-directory: ./CMSIS/RTOS2/RTX/Library + working-directory: ./Library run: | . <(curl https://aka.ms/vcpkg-init.sh -L) vcpkg x-update-registry --all vcpkg activate - name: Activate Arm tool license - working-directory: ./CMSIS/RTOS2/RTX/Library + working-directory: ./Library run: | . /home/runner/.vcpkg/vcpkg-init vcpkg activate @@ -63,7 +63,7 @@ jobs: fi - name: Build libraries - working-directory: ./CMSIS/RTOS2/RTX/Library + working-directory: ./Library run: | . /home/runner/.vcpkg/vcpkg-init vcpkg activate @@ -78,7 +78,7 @@ jobs: - name: Deactivate Arm tool license if: always() - working-directory: ./CMSIS/RTOS2/RTX/Library + working-directory: ./Library run: | . /home/runner/.vcpkg/vcpkg-init vcpkg activate @@ -89,7 +89,7 @@ jobs: fi - name: Archive libraries - working-directory: ./CMSIS/RTOS2/RTX/Library + working-directory: ./Library run: | tar -cvjf RTX_Lib.tar.bz2 ARM/* GCC/* CLANG/* @@ -97,4 +97,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: RTX_Lib - path: ./CMSIS/RTOS2/RTX/Library/RTX_Lib.tar.bz2 + path: ./Library/RTX_Lib.tar.bz2 diff --git a/.github/workflows/pack.yaml b/.github/workflows/pack.yaml index e9a5e095..66e0bedd 100644 --- a/.github/workflows/pack.yaml +++ b/.github/workflows/pack.yaml @@ -27,15 +27,15 @@ jobs: - name: Fetch pre-built libs run: | - ./CMSIS/RTOS2/RTX/Library/fetch_libs.sh + ./Library/fetch_libs.sh - uses: Open-CMSIS-Pack/gen-pack-action@main with: doxygen-version: 1.9.6 packchk-version: 1.4.1 - gen-doc-script: ./CMSIS/DoxyGen/gen_doc.sh - check-links-script: ./CMSIS/DoxyGen/check_links.sh - doc-path: ./CMSIS/Documentation/html + gen-doc-script: ./Documentation/DoxyGen/gen_doc.sh + check-links-script: ./Documentation/DoxyGen/check_links.sh + doc-path: ./Documentation/html gen-pack-script: ./gen_pack.sh --no-preprocess gen-pack-output: ./output gh-pages-branch: gh-pages diff --git a/.gitignore b/.gitignore index 88da448b..5bd20cf2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.bak -CMSIS/Documentation/html -CMSIS/DoxyGen/rtx.dxy +Documentation/html +Documentation/DoxyGen/rtx.dxy build output **.DS_STORE diff --git a/ARM.CMSIS-RTX.pdsc b/ARM.CMSIS-RTX.pdsc index c474c6b3..8ad84190 100644 --- a/ARM.CMSIS-RTX.pdsc +++ b/ARM.CMSIS-RTX.pdsc @@ -436,69 +436,69 @@ - + - + - + - - - + + + - - - - - - - - - + + + + + + + + + - + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + @@ -511,53 +511,53 @@ - + - + - + - - + + - - - - - - - - - + + + + + + + + + - + - - - + + + - - - + + + - - - + + + - - - - - + + + + + @@ -570,60 +570,60 @@ - + - + - + - - - + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - - - - + + + + + - - - - - + + + + + @@ -637,60 +637,60 @@ - + - + - + - - + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - + - - + + - - + + - + CMSIS-RTOS2 Blinky example @@ -704,7 +704,7 @@ - + CMSIS-RTOS2 Memory Pool Example @@ -718,7 +718,7 @@ - + CMSIS-RTOS2 Message Queue Example @@ -732,7 +732,7 @@ - + Bare-metal secure/non-secure example without RTOS @@ -746,7 +746,7 @@ - + Secure/non-secure RTOS example with thread context management @@ -760,7 +760,7 @@ - + Secure/non-secure RTOS example with security test cases and system recovery diff --git a/CMSIS/RTOS2/RTX/Config/RTX_Config.c b/Config/RTX_Config.c similarity index 100% rename from CMSIS/RTOS2/RTX/Config/RTX_Config.c rename to Config/RTX_Config.c diff --git a/CMSIS/RTOS2/RTX/Config/RTX_Config.h b/Config/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Config/RTX_Config.h rename to Config/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Config/handlers.c b/Config/handlers.c similarity index 100% rename from CMSIS/RTOS2/RTX/Config/handlers.c rename to Config/handlers.c diff --git a/CMSIS/DoxyGen/Doxygen_Templates/Layout_forUser.xml b/Documentation/DoxyGen/Doxygen_Templates/Layout_forUser.xml similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/Layout_forUser.xml rename to Documentation/DoxyGen/Doxygen_Templates/Layout_forUser.xml diff --git a/CMSIS/DoxyGen/Doxygen_Templates/cmsis_logo_white_small.png b/Documentation/DoxyGen/Doxygen_Templates/cmsis_logo_white_small.png similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/cmsis_logo_white_small.png rename to Documentation/DoxyGen/Doxygen_Templates/cmsis_logo_white_small.png diff --git a/CMSIS/DoxyGen/Doxygen_Templates/darkmode_toggle.js b/Documentation/DoxyGen/Doxygen_Templates/darkmode_toggle.js similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/darkmode_toggle.js rename to Documentation/DoxyGen/Doxygen_Templates/darkmode_toggle.js diff --git a/CMSIS/DoxyGen/Doxygen_Templates/dropdown.png b/Documentation/DoxyGen/Doxygen_Templates/dropdown.png similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/dropdown.png rename to Documentation/DoxyGen/Doxygen_Templates/dropdown.png diff --git a/CMSIS/DoxyGen/Doxygen_Templates/extra_navtree.css b/Documentation/DoxyGen/Doxygen_Templates/extra_navtree.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/extra_navtree.css rename to Documentation/DoxyGen/Doxygen_Templates/extra_navtree.css diff --git a/CMSIS/DoxyGen/Doxygen_Templates/extra_search.css b/Documentation/DoxyGen/Doxygen_Templates/extra_search.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/extra_search.css rename to Documentation/DoxyGen/Doxygen_Templates/extra_search.css diff --git a/CMSIS/DoxyGen/Doxygen_Templates/extra_stylesheet.css b/Documentation/DoxyGen/Doxygen_Templates/extra_stylesheet.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/extra_stylesheet.css rename to Documentation/DoxyGen/Doxygen_Templates/extra_stylesheet.css diff --git a/CMSIS/DoxyGen/Doxygen_Templates/footer.html b/Documentation/DoxyGen/Doxygen_Templates/footer.html similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/footer.html rename to Documentation/DoxyGen/Doxygen_Templates/footer.html diff --git a/CMSIS/DoxyGen/Doxygen_Templates/footer.js.in b/Documentation/DoxyGen/Doxygen_Templates/footer.js.in similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/footer.js.in rename to Documentation/DoxyGen/Doxygen_Templates/footer.js.in diff --git a/CMSIS/DoxyGen/Doxygen_Templates/header.html b/Documentation/DoxyGen/Doxygen_Templates/header.html similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/header.html rename to Documentation/DoxyGen/Doxygen_Templates/header.html diff --git a/CMSIS/DoxyGen/Doxygen_Templates/navtree.css b/Documentation/DoxyGen/Doxygen_Templates/navtree.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/navtree.css rename to Documentation/DoxyGen/Doxygen_Templates/navtree.css diff --git a/CMSIS/DoxyGen/Doxygen_Templates/navtree.js b/Documentation/DoxyGen/Doxygen_Templates/navtree.js similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/navtree.js rename to Documentation/DoxyGen/Doxygen_Templates/navtree.js diff --git a/CMSIS/DoxyGen/Doxygen_Templates/printComponentTabs.js b/Documentation/DoxyGen/Doxygen_Templates/printComponentTabs.js similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/printComponentTabs.js rename to Documentation/DoxyGen/Doxygen_Templates/printComponentTabs.js diff --git a/CMSIS/DoxyGen/Doxygen_Templates/resize.js b/Documentation/DoxyGen/Doxygen_Templates/resize.js similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/resize.js rename to Documentation/DoxyGen/Doxygen_Templates/resize.js diff --git a/CMSIS/DoxyGen/Doxygen_Templates/search.css b/Documentation/DoxyGen/Doxygen_Templates/search.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/search.css rename to Documentation/DoxyGen/Doxygen_Templates/search.css diff --git a/CMSIS/DoxyGen/Doxygen_Templates/tab_b.png b/Documentation/DoxyGen/Doxygen_Templates/tab_b.png similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/tab_b.png rename to Documentation/DoxyGen/Doxygen_Templates/tab_b.png diff --git a/CMSIS/DoxyGen/Doxygen_Templates/tab_topnav.png b/Documentation/DoxyGen/Doxygen_Templates/tab_topnav.png similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/tab_topnav.png rename to Documentation/DoxyGen/Doxygen_Templates/tab_topnav.png diff --git a/CMSIS/DoxyGen/Doxygen_Templates/tabs.css b/Documentation/DoxyGen/Doxygen_Templates/tabs.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/tabs.css rename to Documentation/DoxyGen/Doxygen_Templates/tabs.css diff --git a/CMSIS/DoxyGen/Doxygen_Templates/version.css b/Documentation/DoxyGen/Doxygen_Templates/version.css similarity index 100% rename from CMSIS/DoxyGen/Doxygen_Templates/version.css rename to Documentation/DoxyGen/Doxygen_Templates/version.css diff --git a/CMSIS/DoxyGen/check_links.sh b/Documentation/DoxyGen/check_links.sh similarity index 96% rename from CMSIS/DoxyGen/check_links.sh rename to Documentation/DoxyGen/check_links.sh index a70ba845..ff928bf2 100755 --- a/CMSIS/DoxyGen/check_links.sh +++ b/Documentation/DoxyGen/check_links.sh @@ -55,4 +55,4 @@ find_linkchecker ######################################### -check_links "${DIRNAME}/../Documentation/index.html" "${DIRNAME}" +check_links "${DIRNAME}/../index.html" "${DIRNAME}" diff --git a/CMSIS/DoxyGen/cmsis_core_m.tag b/Documentation/DoxyGen/cmsis_core_m.tag similarity index 100% rename from CMSIS/DoxyGen/cmsis_core_m.tag rename to Documentation/DoxyGen/cmsis_core_m.tag diff --git a/CMSIS/DoxyGen/cmsis_rtos2.tag b/Documentation/DoxyGen/cmsis_rtos2.tag similarity index 100% rename from CMSIS/DoxyGen/cmsis_rtos2.tag rename to Documentation/DoxyGen/cmsis_rtos2.tag diff --git a/CMSIS/DoxyGen/gen_doc.sh b/Documentation/DoxyGen/gen_doc.sh similarity index 97% rename from CMSIS/DoxyGen/gen_doc.sh rename to Documentation/DoxyGen/gen_doc.sh index 8b0c440b..82e1ad43 100755 --- a/CMSIS/DoxyGen/gen_doc.sh +++ b/Documentation/DoxyGen/gen_doc.sh @@ -16,7 +16,7 @@ set -o pipefail REQUIRED_GEN_PACK_LIB="0.8.4" DIRNAME=$(dirname $(readlink -f $0)) -GENDIR=../Documentation +GENDIR=../ REQ_DXY_VERSION="1.9.6" REQ_MSCGEN_VERSION="0.20" @@ -84,7 +84,7 @@ sed -e "s/{projectNumber}/${projectNumber}/" rtx.dxy.in > rtx.dxy echo "\"${UTILITY_DOXYGEN}\" rtx.dxy" "${UTILITY_DOXYGEN}" rtx.dxy -mkdir -p "${DIRNAME}/../Documentation/html/search/" +mkdir -p "${DIRNAME}/${GENDIR}/html/search/" cp -f "${DIRNAME}/Doxygen_Templates/search.css" "${DIRNAME}/${GENDIR}/html/search/" cp -f "${DIRNAME}/Doxygen_Templates/navtree.js" "${DIRNAME}/${GENDIR}/html/" cp -f "${DIRNAME}/Doxygen_Templates/resize.js" "${DIRNAME}/${GENDIR}/html/" diff --git a/CMSIS/DoxyGen/linkchecker.rc b/Documentation/DoxyGen/linkchecker.rc similarity index 100% rename from CMSIS/DoxyGen/linkchecker.rc rename to Documentation/DoxyGen/linkchecker.rc diff --git a/CMSIS/DoxyGen/rtx.dxy.in b/Documentation/DoxyGen/rtx.dxy.in similarity index 99% rename from CMSIS/DoxyGen/rtx.dxy.in rename to Documentation/DoxyGen/rtx.dxy.in index ae0ffdd0..96e88e3a 100644 --- a/CMSIS/DoxyGen/rtx.dxy.in +++ b/Documentation/DoxyGen/rtx.dxy.in @@ -67,7 +67,7 @@ PROJECT_LOGO = Doxygen_Templates/cmsis_logo_white_small.png # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ../Documentation +OUTPUT_DIRECTORY = ../ # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -933,8 +933,8 @@ INPUT = ./src/mainpage.md \ ./src/tutorial.md \ ./src/rtx_os.txt \ ./src/rtx_evr.txt \ - ../RTOS2/RTX/Include/rtx_os.h \ - ../RTOS2/RTX/Include/rtx_evr.h + ../../Include/rtx_os.h \ + ../../Include/rtx_evr.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1067,7 +1067,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = ../RTOS2/RTX/Include +EXAMPLE_PATH = ../../Include # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and diff --git a/CMSIS/DoxyGen/src/configure.md b/Documentation/DoxyGen/src/configure.md similarity index 100% rename from CMSIS/DoxyGen/src/configure.md rename to Documentation/DoxyGen/src/configure.md diff --git a/CMSIS/DoxyGen/src/history.md b/Documentation/DoxyGen/src/history.md similarity index 100% rename from CMSIS/DoxyGen/src/history.md rename to Documentation/DoxyGen/src/history.md diff --git a/CMSIS/DoxyGen/src/images/API_Structure.png b/Documentation/DoxyGen/src/images/API_Structure.png similarity index 100% rename from CMSIS/DoxyGen/src/images/API_Structure.png rename to Documentation/DoxyGen/src/images/API_Structure.png diff --git a/CMSIS/DoxyGen/src/images/API_Structure.vsd b/Documentation/DoxyGen/src/images/API_Structure.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/API_Structure.vsd rename to Documentation/DoxyGen/src/images/API_Structure.vsd diff --git a/CMSIS/DoxyGen/src/images/CMSIS_RTOS_Files.png b/Documentation/DoxyGen/src/images/CMSIS_RTOS_Files.png similarity index 100% rename from CMSIS/DoxyGen/src/images/CMSIS_RTOS_Files.png rename to Documentation/DoxyGen/src/images/CMSIS_RTOS_Files.png diff --git a/CMSIS/DoxyGen/src/images/KernelStackUsage.png b/Documentation/DoxyGen/src/images/KernelStackUsage.png similarity index 100% rename from CMSIS/DoxyGen/src/images/KernelStackUsage.png rename to Documentation/DoxyGen/src/images/KernelStackUsage.png diff --git a/CMSIS/DoxyGen/src/images/MailQueue.png b/Documentation/DoxyGen/src/images/MailQueue.png similarity index 100% rename from CMSIS/DoxyGen/src/images/MailQueue.png rename to Documentation/DoxyGen/src/images/MailQueue.png diff --git a/CMSIS/DoxyGen/src/images/MemAllocGlob.png b/Documentation/DoxyGen/src/images/MemAllocGlob.png similarity index 100% rename from CMSIS/DoxyGen/src/images/MemAllocGlob.png rename to Documentation/DoxyGen/src/images/MemAllocGlob.png diff --git a/CMSIS/DoxyGen/src/images/MemAllocSpec.png b/Documentation/DoxyGen/src/images/MemAllocSpec.png similarity index 100% rename from CMSIS/DoxyGen/src/images/MemAllocSpec.png rename to Documentation/DoxyGen/src/images/MemAllocSpec.png diff --git a/CMSIS/DoxyGen/src/images/MemAllocStat.png b/Documentation/DoxyGen/src/images/MemAllocStat.png similarity index 100% rename from CMSIS/DoxyGen/src/images/MemAllocStat.png rename to Documentation/DoxyGen/src/images/MemAllocStat.png diff --git a/CMSIS/DoxyGen/src/images/MessageQueue.png b/Documentation/DoxyGen/src/images/MessageQueue.png similarity index 100% rename from CMSIS/DoxyGen/src/images/MessageQueue.png rename to Documentation/DoxyGen/src/images/MessageQueue.png diff --git a/CMSIS/DoxyGen/src/images/MessageQueue.vsd b/Documentation/DoxyGen/src/images/MessageQueue.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/MessageQueue.vsd rename to Documentation/DoxyGen/src/images/MessageQueue.vsd diff --git a/CMSIS/DoxyGen/src/images/Mutex.png b/Documentation/DoxyGen/src/images/Mutex.png similarity index 100% rename from CMSIS/DoxyGen/src/images/Mutex.png rename to Documentation/DoxyGen/src/images/Mutex.png diff --git a/CMSIS/DoxyGen/src/images/Mutex.vsd b/Documentation/DoxyGen/src/images/Mutex.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/Mutex.vsd rename to Documentation/DoxyGen/src/images/Mutex.vsd diff --git a/CMSIS/DoxyGen/src/images/PC-Lint.png b/Documentation/DoxyGen/src/images/PC-Lint.png similarity index 100% rename from CMSIS/DoxyGen/src/images/PC-Lint.png rename to Documentation/DoxyGen/src/images/PC-Lint.png diff --git a/CMSIS/DoxyGen/src/images/RTX5_Migrate1.PNG b/Documentation/DoxyGen/src/images/RTX5_Migrate1.PNG similarity index 100% rename from CMSIS/DoxyGen/src/images/RTX5_Migrate1.PNG rename to Documentation/DoxyGen/src/images/RTX5_Migrate1.PNG diff --git a/CMSIS/DoxyGen/src/images/Semaphore.png b/Documentation/DoxyGen/src/images/Semaphore.png similarity index 100% rename from CMSIS/DoxyGen/src/images/Semaphore.png rename to Documentation/DoxyGen/src/images/Semaphore.png diff --git a/CMSIS/DoxyGen/src/images/Semaphores.vsd b/Documentation/DoxyGen/src/images/Semaphores.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/Semaphores.vsd rename to Documentation/DoxyGen/src/images/Semaphores.vsd diff --git a/CMSIS/DoxyGen/src/images/TheoryOfOperation.pptx b/Documentation/DoxyGen/src/images/TheoryOfOperation.pptx similarity index 100% rename from CMSIS/DoxyGen/src/images/TheoryOfOperation.pptx rename to Documentation/DoxyGen/src/images/TheoryOfOperation.pptx diff --git a/CMSIS/DoxyGen/src/images/ThreadStatus.png b/Documentation/DoxyGen/src/images/ThreadStatus.png similarity index 100% rename from CMSIS/DoxyGen/src/images/ThreadStatus.png rename to Documentation/DoxyGen/src/images/ThreadStatus.png diff --git a/CMSIS/DoxyGen/src/images/ThreadStatus.vsd b/Documentation/DoxyGen/src/images/ThreadStatus.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/ThreadStatus.vsd rename to Documentation/DoxyGen/src/images/ThreadStatus.vsd diff --git a/CMSIS/DoxyGen/src/images/Timer.png b/Documentation/DoxyGen/src/images/Timer.png similarity index 100% rename from CMSIS/DoxyGen/src/images/Timer.png rename to Documentation/DoxyGen/src/images/Timer.png diff --git a/CMSIS/DoxyGen/src/images/TimerValues.png b/Documentation/DoxyGen/src/images/TimerValues.png similarity index 100% rename from CMSIS/DoxyGen/src/images/TimerValues.png rename to Documentation/DoxyGen/src/images/TimerValues.png diff --git a/CMSIS/DoxyGen/src/images/TimerValues.vsd b/Documentation/DoxyGen/src/images/TimerValues.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/TimerValues.vsd rename to Documentation/DoxyGen/src/images/TimerValues.vsd diff --git a/CMSIS/DoxyGen/src/images/add_item.png b/Documentation/DoxyGen/src/images/add_item.png similarity index 100% rename from CMSIS/DoxyGen/src/images/add_item.png rename to Documentation/DoxyGen/src/images/add_item.png diff --git a/CMSIS/DoxyGen/src/images/cmsis_rtos_file_structure.vsd b/Documentation/DoxyGen/src/images/cmsis_rtos_file_structure.vsd similarity index 100% rename from CMSIS/DoxyGen/src/images/cmsis_rtos_file_structure.vsd rename to Documentation/DoxyGen/src/images/cmsis_rtos_file_structure.vsd diff --git a/CMSIS/DoxyGen/src/images/config_wizard.png b/Documentation/DoxyGen/src/images/config_wizard.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard.png rename to Documentation/DoxyGen/src/images/config_wizard.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_eventFlags.png b/Documentation/DoxyGen/src/images/config_wizard_eventFlags.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_eventFlags.png rename to Documentation/DoxyGen/src/images/config_wizard_eventFlags.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_evtrec.png b/Documentation/DoxyGen/src/images/config_wizard_evtrec.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_evtrec.png rename to Documentation/DoxyGen/src/images/config_wizard_evtrec.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_evtrecGeneration.png b/Documentation/DoxyGen/src/images/config_wizard_evtrecGeneration.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_evtrecGeneration.png rename to Documentation/DoxyGen/src/images/config_wizard_evtrecGeneration.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_evtrecGlobEvtFiltSetup.png b/Documentation/DoxyGen/src/images/config_wizard_evtrecGlobEvtFiltSetup.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_evtrecGlobEvtFiltSetup.png rename to Documentation/DoxyGen/src/images/config_wizard_evtrecGlobEvtFiltSetup.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_evtrecGlobIni.png b/Documentation/DoxyGen/src/images/config_wizard_evtrecGlobIni.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_evtrecGlobIni.png rename to Documentation/DoxyGen/src/images/config_wizard_evtrecGlobIni.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_evtrecRTOSEvtFilterSetup.png b/Documentation/DoxyGen/src/images/config_wizard_evtrecRTOSEvtFilterSetup.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_evtrecRTOSEvtFilterSetup.png rename to Documentation/DoxyGen/src/images/config_wizard_evtrecRTOSEvtFilterSetup.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_memPool.png b/Documentation/DoxyGen/src/images/config_wizard_memPool.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_memPool.png rename to Documentation/DoxyGen/src/images/config_wizard_memPool.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_msgQueue.png b/Documentation/DoxyGen/src/images/config_wizard_msgQueue.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_msgQueue.png rename to Documentation/DoxyGen/src/images/config_wizard_msgQueue.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_mutex.png b/Documentation/DoxyGen/src/images/config_wizard_mutex.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_mutex.png rename to Documentation/DoxyGen/src/images/config_wizard_mutex.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_semaphore.png b/Documentation/DoxyGen/src/images/config_wizard_semaphore.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_semaphore.png rename to Documentation/DoxyGen/src/images/config_wizard_semaphore.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_system.png b/Documentation/DoxyGen/src/images/config_wizard_system.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_system.png rename to Documentation/DoxyGen/src/images/config_wizard_system.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_threads.png b/Documentation/DoxyGen/src/images/config_wizard_threads.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_threads.png rename to Documentation/DoxyGen/src/images/config_wizard_threads.png diff --git a/CMSIS/DoxyGen/src/images/config_wizard_timer.png b/Documentation/DoxyGen/src/images/config_wizard_timer.png similarity index 100% rename from CMSIS/DoxyGen/src/images/config_wizard_timer.png rename to Documentation/DoxyGen/src/images/config_wizard_timer.png diff --git a/CMSIS/DoxyGen/src/images/event_recorder_rte.png b/Documentation/DoxyGen/src/images/event_recorder_rte.png similarity index 100% rename from CMSIS/DoxyGen/src/images/event_recorder_rte.png rename to Documentation/DoxyGen/src/images/event_recorder_rte.png diff --git a/CMSIS/DoxyGen/src/images/manage_rte_cortex-a.png b/Documentation/DoxyGen/src/images/manage_rte_cortex-a.png similarity index 100% rename from CMSIS/DoxyGen/src/images/manage_rte_cortex-a.png rename to Documentation/DoxyGen/src/images/manage_rte_cortex-a.png diff --git a/CMSIS/DoxyGen/src/images/manage_rte_output.png b/Documentation/DoxyGen/src/images/manage_rte_output.png similarity index 100% rename from CMSIS/DoxyGen/src/images/manage_rte_output.png rename to Documentation/DoxyGen/src/images/manage_rte_output.png diff --git a/CMSIS/DoxyGen/src/images/mempool.png b/Documentation/DoxyGen/src/images/mempool.png similarity index 100% rename from CMSIS/DoxyGen/src/images/mempool.png rename to Documentation/DoxyGen/src/images/mempool.png diff --git a/CMSIS/DoxyGen/src/images/mutex_states.png b/Documentation/DoxyGen/src/images/mutex_states.png similarity index 100% rename from CMSIS/DoxyGen/src/images/mutex_states.png rename to Documentation/DoxyGen/src/images/mutex_states.png diff --git a/CMSIS/DoxyGen/src/images/own_lib_projwin.png b/Documentation/DoxyGen/src/images/own_lib_projwin.png similarity index 100% rename from CMSIS/DoxyGen/src/images/own_lib_projwin.png rename to Documentation/DoxyGen/src/images/own_lib_projwin.png diff --git a/CMSIS/DoxyGen/src/images/project_window.png b/Documentation/DoxyGen/src/images/project_window.png similarity index 100% rename from CMSIS/DoxyGen/src/images/project_window.png rename to Documentation/DoxyGen/src/images/project_window.png diff --git a/CMSIS/DoxyGen/src/images/rtos_components.png b/Documentation/DoxyGen/src/images/rtos_components.png similarity index 100% rename from CMSIS/DoxyGen/src/images/rtos_components.png rename to Documentation/DoxyGen/src/images/rtos_components.png diff --git a/CMSIS/DoxyGen/src/images/rtos_mpu.png b/Documentation/DoxyGen/src/images/rtos_mpu.png similarity index 100% rename from CMSIS/DoxyGen/src/images/rtos_mpu.png rename to Documentation/DoxyGen/src/images/rtos_mpu.png diff --git a/CMSIS/DoxyGen/src/images/scheduling.png b/Documentation/DoxyGen/src/images/scheduling.png similarity index 100% rename from CMSIS/DoxyGen/src/images/scheduling.png rename to Documentation/DoxyGen/src/images/scheduling.png diff --git a/CMSIS/DoxyGen/src/images/semaphore_states.png b/Documentation/DoxyGen/src/images/semaphore_states.png similarity index 100% rename from CMSIS/DoxyGen/src/images/semaphore_states.png rename to Documentation/DoxyGen/src/images/semaphore_states.png diff --git a/CMSIS/DoxyGen/src/images/simple_signal.png b/Documentation/DoxyGen/src/images/simple_signal.png similarity index 100% rename from CMSIS/DoxyGen/src/images/simple_signal.png rename to Documentation/DoxyGen/src/images/simple_signal.png diff --git a/CMSIS/DoxyGen/src/images/thread_watchdogs.png b/Documentation/DoxyGen/src/images/thread_watchdogs.png similarity index 100% rename from CMSIS/DoxyGen/src/images/thread_watchdogs.png rename to Documentation/DoxyGen/src/images/thread_watchdogs.png diff --git a/CMSIS/DoxyGen/src/mainpage.md b/Documentation/DoxyGen/src/mainpage.md similarity index 55% rename from CMSIS/DoxyGen/src/mainpage.md rename to Documentation/DoxyGen/src/mainpage.md index 236dd5a0..0e369bca 100644 --- a/CMSIS/DoxyGen/src/mainpage.md +++ b/Documentation/DoxyGen/src/mainpage.md @@ -20,21 +20,18 @@ CMSIS-RTX kernel is actively maintained in [**CMSIS-RTX GitHub repository**](htt The table below explains the content of the **ARM::CMSIS-RTX** Pack. -File/Directory | Content -:-------------------------------------|:--------------------------------------------------------- -📄 ARM.CMSIS-RTX.pdsc | Pack description file in CMSIS-Pack format -📄 LICENSE | License Agreement (Apache 2.0) -📂 CMSIS | Software components folder - ┣ 📂 Documentation | A local copy of this documentation - ┗ 📂 RTOS2 | RTOS implementation files -   ┣ 📂 RTX | Directory with RTX specific files. -    ┣ 📂 Config | RTX configuration files **RTX_Config.h** and **RTX_Config.c** -    ┣ 📂 Examples | Example projects (MDK uVision and CMSIS-Toolbox) -    ┣ 📂 Include | Public header files of RTX software component -    ┣ 📂 Library | Project files to build pre-built libraries -    ┣ 📂 Source | Private header and source files of RTX software component -    ┣ 📂 Template | User code templates for creating application projects with CMSIS-RTX -    ┗ 📄 RTX5.scvd | SCVD file for RTOS-aware debugging with [Component Viewer and Event Recorder](https://arm-software.github.io/CMSIS-View/latest/index.html) +File/Directory | Content +:---------------------|:--------------------------------------------------------- +┣ 📂 Config | RTX configuration files **RTX_Config.h** and **RTX_Config.c** +┣ 📂 Documentation | A local copy of this documentation +┣ 📂 Examples | Example projects (MDK uVision and CMSIS-Toolbox) +┣ 📂 Include | Public header files of RTX software component +┣ 📂 Library | Library project files and pre-built libraries +┣ 📂 Source | Private header and source files of RTX software component +┣ 📂 Template | User code templates for creating application projects with CMSIS-RTX +📄 ARM.CMSIS-RTX.pdsc | Pack description file in CMSIS-Pack format +📄 LICENSE | License Agreement (Apache 2.0) +📄 RTX5.scvd | SCVD file for RTOS-aware debugging with [Component Viewer and Event Recorder](https://arm-software.github.io/CMSIS-View/latest/index.html) See [CMSIS Documentation](https://arm-software.github.io/CMSIS_6/) for an overview of CMSIS software components, tools and specifications. diff --git a/CMSIS/DoxyGen/src/misra.md b/Documentation/DoxyGen/src/misra.md similarity index 100% rename from CMSIS/DoxyGen/src/misra.md rename to Documentation/DoxyGen/src/misra.md diff --git a/CMSIS/DoxyGen/src/operation.md b/Documentation/DoxyGen/src/operation.md similarity index 100% rename from CMSIS/DoxyGen/src/operation.md rename to Documentation/DoxyGen/src/operation.md diff --git a/CMSIS/DoxyGen/src/project.md b/Documentation/DoxyGen/src/project.md similarity index 100% rename from CMSIS/DoxyGen/src/project.md rename to Documentation/DoxyGen/src/project.md diff --git a/CMSIS/DoxyGen/src/rtx_evr.txt b/Documentation/DoxyGen/src/rtx_evr.txt similarity index 100% rename from CMSIS/DoxyGen/src/rtx_evr.txt rename to Documentation/DoxyGen/src/rtx_evr.txt diff --git a/CMSIS/DoxyGen/src/rtx_os.txt b/Documentation/DoxyGen/src/rtx_os.txt similarity index 100% rename from CMSIS/DoxyGen/src/rtx_os.txt rename to Documentation/DoxyGen/src/rtx_os.txt diff --git a/CMSIS/DoxyGen/src/system_reqs.md b/Documentation/DoxyGen/src/system_reqs.md similarity index 100% rename from CMSIS/DoxyGen/src/system_reqs.md rename to Documentation/DoxyGen/src/system_reqs.md diff --git a/CMSIS/DoxyGen/src/tutorial.md b/Documentation/DoxyGen/src/tutorial.md similarity index 100% rename from CMSIS/DoxyGen/src/tutorial.md rename to Documentation/DoxyGen/src/tutorial.md diff --git a/CMSIS/Documentation/index.html b/Documentation/index.html similarity index 100% rename from CMSIS/Documentation/index.html rename to Documentation/index.html diff --git a/CMSIS/Documentation/version.js b/Documentation/version.js similarity index 100% rename from CMSIS/Documentation/version.js rename to Documentation/version.js diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Abstract.txt b/Examples/Blinky/Abstract.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Abstract.txt rename to Examples/Blinky/Abstract.txt diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c b/Examples/Blinky/Blinky.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.c rename to Examples/Blinky/Blinky.c diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.cproject.yml b/Examples/Blinky/Blinky.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.cproject.yml rename to Examples/Blinky/Blinky.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.csolution.yml b/Examples/Blinky/Blinky.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.csolution.yml rename to Examples/Blinky/Blinky.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvguix b/Examples/Blinky/Blinky.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvguix rename to Examples/Blinky/Blinky.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvoptx b/Examples/Blinky/Blinky.uvoptx similarity index 99% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvoptx rename to Examples/Blinky/Blinky.uvoptx index 4977d965..ff64fd24 100644 --- a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvoptx +++ b/Examples/Blinky/Blinky.uvoptx @@ -167,7 +167,7 @@ 1 - C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\CMSIS\RTOS2\RTX\RTX5.scvd + C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\RTX5.scvd ARM.CMSIS-RTX.1.0.0 1 diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvprojx b/Examples/Blinky/Blinky.uvprojx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvprojx rename to Examples/Blinky/Blinky.uvprojx index 7dc3b35f..da5ce74c 100644 --- a/CMSIS/RTOS2/RTX/Examples/Blinky/Blinky.uvprojx +++ b/Examples/Blinky/Blinky.uvprojx @@ -479,7 +479,7 @@ - + RTE\CMSIS\RTX_Config.c @@ -487,7 +487,7 @@ - + RTE\CMSIS\RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/README.md b/Examples/Blinky/README.md similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/README.md rename to Examples/Blinky/README.md diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS-View/EventRecorderConf.h b/Examples/Blinky/RTE/CMSIS-View/EventRecorderConf.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS-View/EventRecorderConf.h rename to Examples/Blinky/RTE/CMSIS-View/EventRecorderConf.h diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c b/Examples/Blinky/RTE/CMSIS/RTX_Config.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.c rename to Examples/Blinky/RTE/CMSIS/RTX_Config.c diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.h b/Examples/Blinky/RTE/CMSIS/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/CMSIS/RTX_Config.h rename to Examples/Blinky/RTE/CMSIS/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/ARMCM3_ac6.sct b/Examples/Blinky/RTE/Device/ARMCM3/ARMCM3_ac6.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/ARMCM3_ac6.sct rename to Examples/Blinky/RTE/Device/ARMCM3/ARMCM3_ac6.sct diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/regions_ARMCM3.h b/Examples/Blinky/RTE/Device/ARMCM3/regions_ARMCM3.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/regions_ARMCM3.h rename to Examples/Blinky/RTE/Device/ARMCM3/regions_ARMCM3.h diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c b/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c rename to Examples/Blinky/RTE/Device/ARMCM3/startup_ARMCM3.c diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c b/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c rename to Examples/Blinky/RTE/Device/ARMCM3/system_ARMCM3.c diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/cdefault.yml b/Examples/Blinky/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/cdefault.yml rename to Examples/Blinky/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Examples/Blinky/fvp_config.txt b/Examples/Blinky/fvp_config.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/Blinky/fvp_config.txt rename to Examples/Blinky/fvp_config.txt diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/Abstract.txt b/Examples/MemPool/Abstract.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/Abstract.txt rename to Examples/MemPool/Abstract.txt diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.cproject.yml b/Examples/MemPool/MemPool.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.cproject.yml rename to Examples/MemPool/MemPool.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.csolution.yml b/Examples/MemPool/MemPool.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.csolution.yml rename to Examples/MemPool/MemPool.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvguix b/Examples/MemPool/MemPool.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvguix rename to Examples/MemPool/MemPool.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvoptx b/Examples/MemPool/MemPool.uvoptx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvoptx rename to Examples/MemPool/MemPool.uvoptx index 56830d31..61991a40 100644 --- a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvoptx +++ b/Examples/MemPool/MemPool.uvoptx @@ -145,7 +145,7 @@ 1 - C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\CMSIS\RTOS2\RTX\RTX5.scvd + C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\RTX5.scvd ARM.CMSIS-RTX.1.0.0 1 diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvprojx b/Examples/MemPool/MemPool.uvprojx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvprojx rename to Examples/MemPool/MemPool.uvprojx index 84856682..23edc56d 100644 --- a/CMSIS/RTOS2/RTX/Examples/MemPool/MemPool.uvprojx +++ b/Examples/MemPool/MemPool.uvprojx @@ -479,7 +479,7 @@ - + RTE\CMSIS\RTX_Config.c @@ -487,7 +487,7 @@ - + RTE\CMSIS\RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/README.md b/Examples/MemPool/README.md similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/README.md rename to Examples/MemPool/README.md diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS-View/EventRecorderConf.h b/Examples/MemPool/RTE/CMSIS-View/EventRecorderConf.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS-View/EventRecorderConf.h rename to Examples/MemPool/RTE/CMSIS-View/EventRecorderConf.h diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c b/Examples/MemPool/RTE/CMSIS/RTX_Config.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.c rename to Examples/MemPool/RTE/CMSIS/RTX_Config.c diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.h b/Examples/MemPool/RTE/CMSIS/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/CMSIS/RTX_Config.h rename to Examples/MemPool/RTE/CMSIS/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/ARMCM3_ac6.sct b/Examples/MemPool/RTE/Device/ARMCM3/ARMCM3_ac6.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/ARMCM3_ac6.sct rename to Examples/MemPool/RTE/Device/ARMCM3/ARMCM3_ac6.sct diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/regions_ARMCM3.h b/Examples/MemPool/RTE/Device/ARMCM3/regions_ARMCM3.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/regions_ARMCM3.h rename to Examples/MemPool/RTE/Device/ARMCM3/regions_ARMCM3.h diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c b/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c rename to Examples/MemPool/RTE/Device/ARMCM3/startup_ARMCM3.c diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c b/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c rename to Examples/MemPool/RTE/Device/ARMCM3/system_ARMCM3.c diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/cdefault.yml b/Examples/MemPool/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/cdefault.yml rename to Examples/MemPool/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/fvp_config.txt b/Examples/MemPool/fvp_config.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/fvp_config.txt rename to Examples/MemPool/fvp_config.txt diff --git a/CMSIS/RTOS2/RTX/Examples/MemPool/main.c b/Examples/MemPool/main.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MemPool/main.c rename to Examples/MemPool/main.c diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/Abstract.txt b/Examples/MsgQueue/Abstract.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/Abstract.txt rename to Examples/MsgQueue/Abstract.txt diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.cproject.yml b/Examples/MsgQueue/MsgQueue.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.cproject.yml rename to Examples/MsgQueue/MsgQueue.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.csolution.yml b/Examples/MsgQueue/MsgQueue.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.csolution.yml rename to Examples/MsgQueue/MsgQueue.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvguix b/Examples/MsgQueue/MsgQueue.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvguix rename to Examples/MsgQueue/MsgQueue.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvoptx b/Examples/MsgQueue/MsgQueue.uvoptx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvoptx rename to Examples/MsgQueue/MsgQueue.uvoptx index 7df49cb6..591f6059 100644 --- a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvoptx +++ b/Examples/MsgQueue/MsgQueue.uvoptx @@ -155,7 +155,7 @@ 1 - C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\CMSIS\RTOS2\RTX\RTX5.scvd + C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\RTX5.scvd ARM.CMSIS-RTX.1.0.0 1 diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvprojx b/Examples/MsgQueue/MsgQueue.uvprojx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvprojx rename to Examples/MsgQueue/MsgQueue.uvprojx index e2fa7048..974f0655 100644 --- a/CMSIS/RTOS2/RTX/Examples/MsgQueue/MsgQueue.uvprojx +++ b/Examples/MsgQueue/MsgQueue.uvprojx @@ -479,7 +479,7 @@ - + RTE\CMSIS\RTX_Config.c @@ -487,7 +487,7 @@ - + RTE\CMSIS\RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/README.md b/Examples/MsgQueue/README.md similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/README.md rename to Examples/MsgQueue/README.md diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS-View/EventRecorderConf.h b/Examples/MsgQueue/RTE/CMSIS-View/EventRecorderConf.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS-View/EventRecorderConf.h rename to Examples/MsgQueue/RTE/CMSIS-View/EventRecorderConf.h diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c b/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.c rename to Examples/MsgQueue/RTE/CMSIS/RTX_Config.c diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.h b/Examples/MsgQueue/RTE/CMSIS/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/CMSIS/RTX_Config.h rename to Examples/MsgQueue/RTE/CMSIS/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/ARMCM3_ac6.sct b/Examples/MsgQueue/RTE/Device/ARMCM3/ARMCM3_ac6.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/ARMCM3_ac6.sct rename to Examples/MsgQueue/RTE/Device/ARMCM3/ARMCM3_ac6.sct diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/regions_ARMCM3.h b/Examples/MsgQueue/RTE/Device/ARMCM3/regions_ARMCM3.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/regions_ARMCM3.h rename to Examples/MsgQueue/RTE/Device/ARMCM3/regions_ARMCM3.h diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c b/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c rename to Examples/MsgQueue/RTE/Device/ARMCM3/startup_ARMCM3.c diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c b/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c rename to Examples/MsgQueue/RTE/Device/ARMCM3/system_ARMCM3.c diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/cdefault.yml b/Examples/MsgQueue/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/cdefault.yml rename to Examples/MsgQueue/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/fvp_config.txt b/Examples/MsgQueue/fvp_config.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/fvp_config.txt rename to Examples/MsgQueue/fvp_config.txt diff --git a/CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c b/Examples/MsgQueue/main.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/MsgQueue/main.c rename to Examples/MsgQueue/main.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/ARMCM33_config.txt b/Examples/TrustZoneV8M/NoRTOS/ARMCM33_config.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/ARMCM33_config.txt rename to Examples/TrustZoneV8M/NoRTOS/ARMCM33_config.txt diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/Abstract.txt b/Examples/TrustZoneV8M/NoRTOS/Abstract.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/Abstract.txt rename to Examples/TrustZoneV8M/NoRTOS/Abstract.txt diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.cproject.yml b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.cproject.yml rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvguix b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvguix rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvoptx b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvoptx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvoptx rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvoptx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvprojx b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvprojx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvprojx rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/CM33_ns.uvprojx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c b/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_ns/main_ns.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.cproject.yml b/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.cproject.yml rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvguix b/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvguix rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvoptx b/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvoptx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvoptx rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvoptx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvprojx b/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvprojx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvprojx rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/CM33_s.uvprojx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct b/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h b/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c b/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c b/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c b/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.h b/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.h rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/interface.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c b/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c rename to Examples/TrustZoneV8M/NoRTOS/CM33_s/main_s.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/Debug.ini b/Examples/TrustZoneV8M/NoRTOS/Debug.ini similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/Debug.ini rename to Examples/TrustZoneV8M/NoRTOS/Debug.ini diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/NoRTOS.csolution.yml b/Examples/TrustZoneV8M/NoRTOS/NoRTOS.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/NoRTOS.csolution.yml rename to Examples/TrustZoneV8M/NoRTOS/NoRTOS.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw b/Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw rename to Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw.uvgui b/Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw.uvgui similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw.uvgui rename to Examples/TrustZoneV8M/NoRTOS/NoRTOS.uvmpw.uvgui diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/cdefault.yml b/Examples/TrustZoneV8M/NoRTOS/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS/cdefault.yml rename to Examples/TrustZoneV8M/NoRTOS/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/ARMCM33_config.txt b/Examples/TrustZoneV8M/RTOS/ARMCM33_config.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/ARMCM33_config.txt rename to Examples/TrustZoneV8M/RTOS/ARMCM33_config.txt diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/Abstract.txt b/Examples/TrustZoneV8M/RTOS/Abstract.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/Abstract.txt rename to Examples/TrustZoneV8M/RTOS/Abstract.txt diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.cproject.yml b/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.cproject.yml rename to Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvguix b/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvguix rename to Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx b/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx rename to Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx index 558bd8f2..0b97c4eb 100644 --- a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx +++ b/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvoptx @@ -172,7 +172,7 @@ - C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\CMSIS\RTOS2\RTX\RTX5.scvd + C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\RTX5.scvd ARM.CMSIS-RTX.1.0.0 1 diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx b/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx rename to Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx index e1e6a2ad..308a8d93 100644 --- a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx +++ b/Examples/TrustZoneV8M/RTOS/CM33_ns/CM33_ns.uvprojx @@ -458,7 +458,7 @@ - + RTE\CMSIS\RTX_Config.c @@ -466,7 +466,7 @@ - + RTE\CMSIS\RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c b/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c rename to Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.h b/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.h rename to Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/CMSIS/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct b/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct rename to Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c b/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c b/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c b/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c rename to Examples/TrustZoneV8M/RTOS/CM33_ns/main_ns.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.cproject.yml b/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.cproject.yml rename to Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvguix b/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvguix rename to Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvoptx b/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvoptx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvoptx rename to Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvoptx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvprojx b/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvprojx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvprojx rename to Examples/TrustZoneV8M/RTOS/CM33_s/CM33_s.uvprojx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct b/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct rename to Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h b/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h rename to Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c b/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c b/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c b/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.c rename to Examples/TrustZoneV8M/RTOS/CM33_s/interface.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.h b/Examples/TrustZoneV8M/RTOS/CM33_s/interface.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/interface.h rename to Examples/TrustZoneV8M/RTOS/CM33_s/interface.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c b/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c rename to Examples/TrustZoneV8M/RTOS/CM33_s/main_s.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c b/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c rename to Examples/TrustZoneV8M/RTOS/CM33_s/tz_context.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/Debug.ini b/Examples/TrustZoneV8M/RTOS/Debug.ini similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/Debug.ini rename to Examples/TrustZoneV8M/RTOS/Debug.ini diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/RTOS.csolution.yml b/Examples/TrustZoneV8M/RTOS/RTOS.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/RTOS.csolution.yml rename to Examples/TrustZoneV8M/RTOS/RTOS.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/RTOS.uvmpw b/Examples/TrustZoneV8M/RTOS/RTOS.uvmpw similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/RTOS.uvmpw rename to Examples/TrustZoneV8M/RTOS/RTOS.uvmpw diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/RTOS.uvmpw.uvgui b/Examples/TrustZoneV8M/RTOS/RTOS.uvmpw.uvgui similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/RTOS.uvmpw.uvgui rename to Examples/TrustZoneV8M/RTOS/RTOS.uvmpw.uvgui diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/cdefault.yml b/Examples/TrustZoneV8M/RTOS/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS/cdefault.yml rename to Examples/TrustZoneV8M/RTOS/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/ARMCM33_config.txt b/Examples/TrustZoneV8M/RTOS_Faults/ARMCM33_config.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/ARMCM33_config.txt rename to Examples/TrustZoneV8M/RTOS_Faults/ARMCM33_config.txt diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/Abstract.txt b/Examples/TrustZoneV8M/RTOS_Faults/Abstract.txt similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/Abstract.txt rename to Examples/TrustZoneV8M/RTOS_Faults/Abstract.txt diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.cproject.yml b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.cproject.yml rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvguix b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvguix rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx index c8a570ee..58615271 100644 --- a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx +++ b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvoptx @@ -182,7 +182,7 @@ - C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\CMSIS\RTOS2\RTX\RTX5.scvd + C:\Arm\Packs\ARM\CMSIS-RTX\1.0.0\RTX5.scvd ARM.CMSIS-RTX.1.0.0 1 diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx similarity index 98% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx index 78402975..839590ef 100644 --- a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx +++ b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/CM33_ns.uvprojx @@ -453,7 +453,7 @@ - + RTE\CMSIS\RTX_Config.c @@ -461,7 +461,7 @@ - + RTE\CMSIS\RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.h b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.h rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/CMSIS/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/ARMCM33_AC6.sct diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/startup_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/RTE/Device/ARMCM33/system_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_ns/main_ns.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.cproject.yml b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.cproject.yml rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvguix b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvguix similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvguix rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvguix diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvoptx b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvoptx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvoptx rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvoptx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvprojx b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvprojx similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvprojx rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/CM33_s.uvprojx diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.h b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.h rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/Hardfault.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.h b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.h rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/IncidentLog_s.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/ARMCM33_ac6_s.sct diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/partition_ARMCM33.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/startup_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/RTE/Device/ARMCM33/system_ARMCM33.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.h b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.h rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/SysTick_s.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.h b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.h similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.h rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/interface.h diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/main_s.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c b/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c rename to Examples/TrustZoneV8M/RTOS_Faults/CM33_s/tz_context.c diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/Debug.ini b/Examples/TrustZoneV8M/RTOS_Faults/Debug.ini similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/Debug.ini rename to Examples/TrustZoneV8M/RTOS_Faults/Debug.ini diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.csolution.yml b/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.csolution.yml rename to Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw b/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw rename to Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw.uvgui b/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw.uvgui similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw.uvgui rename to Examples/TrustZoneV8M/RTOS_Faults/RTOS_Faults.uvmpw.uvgui diff --git a/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/cdefault.yml b/Examples/TrustZoneV8M/RTOS_Faults/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults/cdefault.yml rename to Examples/TrustZoneV8M/RTOS_Faults/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Examples/vcpkg-configuration.json b/Examples/vcpkg-configuration.json similarity index 100% rename from CMSIS/RTOS2/RTX/Examples/vcpkg-configuration.json rename to Examples/vcpkg-configuration.json diff --git a/CMSIS/RTOS2/RTX/Include/rtx_def.h b/Include/rtx_def.h similarity index 100% rename from CMSIS/RTOS2/RTX/Include/rtx_def.h rename to Include/rtx_def.h diff --git a/CMSIS/RTOS2/RTX/Include/rtx_evr.h b/Include/rtx_evr.h similarity index 100% rename from CMSIS/RTOS2/RTX/Include/rtx_evr.h rename to Include/rtx_evr.h diff --git a/CMSIS/RTOS2/RTX/Include/rtx_os.h b/Include/rtx_os.h similarity index 100% rename from CMSIS/RTOS2/RTX/Include/rtx_os.h rename to Include/rtx_os.h diff --git a/CMSIS/RTOS2/RTX/Library/RTX_Config.h b/Library/RTX_Config.h similarity index 100% rename from CMSIS/RTOS2/RTX/Library/RTX_Config.h rename to Library/RTX_Config.h diff --git a/CMSIS/RTOS2/RTX/Library/RTX_Library.cproject.yml b/Library/RTX_Library.cproject.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Library/RTX_Library.cproject.yml rename to Library/RTX_Library.cproject.yml diff --git a/CMSIS/RTOS2/RTX/Library/RTX_Library.csolution.yml b/Library/RTX_Library.csolution.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Library/RTX_Library.csolution.yml rename to Library/RTX_Library.csolution.yml diff --git a/CMSIS/RTOS2/RTX/Library/build.sh b/Library/build.sh similarity index 100% rename from CMSIS/RTOS2/RTX/Library/build.sh rename to Library/build.sh diff --git a/CMSIS/RTOS2/RTX/Library/cdefault.yml b/Library/cdefault.yml similarity index 100% rename from CMSIS/RTOS2/RTX/Library/cdefault.yml rename to Library/cdefault.yml diff --git a/CMSIS/RTOS2/RTX/Library/fetch_libs.sh b/Library/fetch_libs.sh similarity index 100% rename from CMSIS/RTOS2/RTX/Library/fetch_libs.sh rename to Library/fetch_libs.sh diff --git a/CMSIS/RTOS2/RTX/Library/vcpkg-configuration.json b/Library/vcpkg-configuration.json similarity index 100% rename from CMSIS/RTOS2/RTX/Library/vcpkg-configuration.json rename to Library/vcpkg-configuration.json diff --git a/README.md b/README.md index 56d0bd12..1bd78d96 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,20 @@ ```txt 📦 - ┣ 📂 .github/workflows GitHub Action workflows + ┣ 📂 .github/workflows GitHub Action workflows ┣ 📄 gh-pages.yml Deployment of static documentation from gh-pages branch to GitHub Pages ┣ 📄 libs.yml Build of the RTX libraries ┗ 📄 pack.yml Generation/publish of the pack and documentation - ┣ 📂 CMSIS CClass CMSIS files - ┣ 📂 Documentation Target directory for generated documentation - ┣ 📂 DoxyGen Source directory for documentation + ┣ 📂 Config Configuration file templates + ┣ 📂 Documentation Target directory for generated documentation + ┗ 📂 DoxyGen Source directory for documentation ┣ 📄 check_links.sh Script to check generated html documentation for broken links ┗ 📄 gen_doc.sh Documentation generation script - ┗ 📂 RTOS2 CGroup RTOS2 files - ┣ 📂 RTX RTX implementation - ┣ 📂 Config Configuration file templates - ┣ 📂 Examples Example projects (MDK uVision and CMSIS-Toolbox) - ┣ 📂 Include Public header files of RTX software component - ┣ 📂 Library Project files to build pre-built libraries - ┣ 📂 Source Private header and source files of RTX software component - ┗ 📂 Template User code template files + ┣ 📂 Examples Example projects (MDK uVision and CMSIS-Toolbox) + ┣ 📂 Include Public header files of RTX software component + ┣ 📂 Library Project files to build pre-built libraries + ┣ 📂 Source Private header and source files of RTX software component + ┣ 📂 Template User code template files ┣ 📄 ARM.CMSIS-RTX.pdsc Pack description file ┗ 📄 gen_pack.sh Pack generations script, see below ``` @@ -34,13 +31,13 @@ Some helper scripts are provided to generate the release artifacts from this rep Generating the HTML-formatted documentation from its Doxygen-based source is done via ```bash -CMSIS-RTX $ ./CMSIS/DoxyGen/gen_doc.sh +CMSIS-RTX $ ./Documentation/DoxyGen/gen_doc.sh ``` After generating the documentation, one can check the html output for broken links: ```bash -CMSIS-RTX $ ./CMSIS/DoxyGen/check_links.sh +CMSIS-RTX $ ./Documentation/DoxyGen/check_links.sh ``` Prerequisites for these scripts to succeed are: diff --git a/CMSIS/RTOS2/RTX/RTX5.scvd b/RTX5.scvd similarity index 100% rename from CMSIS/RTOS2/RTX/RTX5.scvd rename to RTX5.scvd diff --git a/CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S b/Source/GCC/irq_armv6m.S similarity index 100% rename from CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S rename to Source/GCC/irq_armv6m.S diff --git a/CMSIS/RTOS2/RTX/Source/GCC/irq_armv7a.S b/Source/GCC/irq_armv7a.S similarity index 100% rename from CMSIS/RTOS2/RTX/Source/GCC/irq_armv7a.S rename to Source/GCC/irq_armv7a.S diff --git a/CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S b/Source/GCC/irq_armv7m.S similarity index 100% rename from CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S rename to Source/GCC/irq_armv7m.S diff --git a/CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S b/Source/GCC/irq_armv8mbl.S similarity index 100% rename from CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S rename to Source/GCC/irq_armv8mbl.S diff --git a/CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S b/Source/GCC/irq_armv8mml.S similarity index 100% rename from CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S rename to Source/GCC/irq_armv8mml.S diff --git a/CMSIS/RTOS2/RTX/Source/IAR/irq_armv6m.s b/Source/IAR/irq_armv6m.s similarity index 100% rename from CMSIS/RTOS2/RTX/Source/IAR/irq_armv6m.s rename to Source/IAR/irq_armv6m.s diff --git a/CMSIS/RTOS2/RTX/Source/IAR/irq_armv7a.s b/Source/IAR/irq_armv7a.s similarity index 100% rename from CMSIS/RTOS2/RTX/Source/IAR/irq_armv7a.s rename to Source/IAR/irq_armv7a.s diff --git a/CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s b/Source/IAR/irq_armv7m.s similarity index 100% rename from CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s rename to Source/IAR/irq_armv7m.s diff --git a/CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s b/Source/IAR/irq_armv8mbl.s similarity index 100% rename from CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s rename to Source/IAR/irq_armv8mbl.s diff --git a/CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s b/Source/IAR/irq_armv8mml.s similarity index 100% rename from CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s rename to Source/IAR/irq_armv8mml.s diff --git a/CMSIS/RTOS2/RTX/Source/rtx_core_c.h b/Source/rtx_core_c.h similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_core_c.h rename to Source/rtx_core_c.h diff --git a/CMSIS/RTOS2/RTX/Source/rtx_core_ca.h b/Source/rtx_core_ca.h similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_core_ca.h rename to Source/rtx_core_ca.h diff --git a/CMSIS/RTOS2/RTX/Source/rtx_core_cm.h b/Source/rtx_core_cm.h similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_core_cm.h rename to Source/rtx_core_cm.h diff --git a/CMSIS/RTOS2/RTX/Source/rtx_delay.c b/Source/rtx_delay.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_delay.c rename to Source/rtx_delay.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_evflags.c b/Source/rtx_evflags.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_evflags.c rename to Source/rtx_evflags.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_evr.c b/Source/rtx_evr.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_evr.c rename to Source/rtx_evr.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_kernel.c b/Source/rtx_kernel.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_kernel.c rename to Source/rtx_kernel.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_lib.c b/Source/rtx_lib.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_lib.c rename to Source/rtx_lib.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_lib.h b/Source/rtx_lib.h similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_lib.h rename to Source/rtx_lib.h diff --git a/CMSIS/RTOS2/RTX/Source/rtx_memory.c b/Source/rtx_memory.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_memory.c rename to Source/rtx_memory.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_mempool.c b/Source/rtx_mempool.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_mempool.c rename to Source/rtx_mempool.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c b/Source/rtx_msgqueue.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c rename to Source/rtx_msgqueue.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_mutex.c b/Source/rtx_mutex.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_mutex.c rename to Source/rtx_mutex.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_semaphore.c b/Source/rtx_semaphore.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_semaphore.c rename to Source/rtx_semaphore.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_system.c b/Source/rtx_system.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_system.c rename to Source/rtx_system.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_thread.c b/Source/rtx_thread.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_thread.c rename to Source/rtx_thread.c diff --git a/CMSIS/RTOS2/RTX/Source/rtx_timer.c b/Source/rtx_timer.c similarity index 100% rename from CMSIS/RTOS2/RTX/Source/rtx_timer.c rename to Source/rtx_timer.c diff --git a/CMSIS/RTOS2/RTX/Template/Events.c b/Template/Events.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/Events.c rename to Template/Events.c diff --git a/CMSIS/RTOS2/RTX/Template/MemPool.c b/Template/MemPool.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/MemPool.c rename to Template/MemPool.c diff --git a/CMSIS/RTOS2/RTX/Template/MsgQueue.c b/Template/MsgQueue.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/MsgQueue.c rename to Template/MsgQueue.c diff --git a/CMSIS/RTOS2/RTX/Template/Mutex.c b/Template/Mutex.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/Mutex.c rename to Template/Mutex.c diff --git a/CMSIS/RTOS2/RTX/Template/Semaphore.c b/Template/Semaphore.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/Semaphore.c rename to Template/Semaphore.c diff --git a/CMSIS/RTOS2/RTX/Template/Thread.c b/Template/Thread.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/Thread.c rename to Template/Thread.c diff --git a/CMSIS/RTOS2/RTX/Template/Timer.c b/Template/Timer.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/Timer.c rename to Template/Timer.c diff --git a/CMSIS/RTOS2/RTX/Template/main.c b/Template/main.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/main.c rename to Template/main.c diff --git a/CMSIS/RTOS2/RTX/Template/svc_user.c b/Template/svc_user.c similarity index 100% rename from CMSIS/RTOS2/RTX/Template/svc_user.c rename to Template/svc_user.c diff --git a/gen_pack.sh b/gen_pack.sh index 713c059f..b5016756 100755 --- a/gen_pack.sh +++ b/gen_pack.sh @@ -29,13 +29,13 @@ DEFAULT_ARGS=(-c "v") # Default: empty (all folders) # PACK_DIRS=" - CMSIS/Documentation - CMSIS/RTOS2/RTX/Config - CMSIS/RTOS2/RTX/Examples - CMSIS/RTOS2/RTX/Include - CMSIS/RTOS2/RTX/Library - CMSIS/RTOS2/RTX/Source - CMSIS/RTOS2/RTX/Template + Documentation + Config + Examples + Include + Library + Source + Template " # Specify file names to be added to pack base directory @@ -43,7 +43,7 @@ PACK_DIRS=" # PACK_BASE_FILES=" LICENSE - CMSIS/RTOS2/RTX/RTX5.scvd + RTX5.scvd " # Specify file names to be deleted from pack build directory @@ -52,7 +52,8 @@ PACK_BASE_FILES=" PACK_DELETE_FILES=" .gitignore gen_pack.sh - CMSIS/RTOS2/RTX/Library/fetch_libs.sh + Documentation/DoxyGen + Library/fetch_libs.sh " # Specify patches to be applied @@ -90,8 +91,8 @@ PACK_CHANGELOG_MODE="tag" function preprocess() { # add custom steps here to be executed # before populating the pack build folder - ./CMSIS/DoxyGen/gen_doc.sh - ./CMSIS/RTOS2/RTX/Library/fetch_libs.sh + ./Documentation/DoxyGen/gen_doc.sh + ./Library/fetch_libs.sh return 0 }