]> begriffs open source - cmsis/commit
CoreValidation: Separated DS-MDK example projects per target and compiler.
authorJonatan Antoni <jonatan.antoni@arm.com>
Tue, 12 Sep 2017 14:43:13 +0000 (16:43 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Wed, 13 Sep 2017 14:24:46 +0000 (16:24 +0200)
commit752bb46299879e61f7dec9db3069bf2fc726c269
tree3aa8326d7e5e9535c0447ccb6c73a804798ec466
parent700e65e5ec20c2f0294c86491f6168acab13fd47
CoreValidation: Separated DS-MDK example projects per target and compiler.
149 files changed:
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/.settings/language.settings.xml [deleted file]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/.project [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/.project with 92% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/.settings/org.eclipse.cdt.managedbuilder.core.prefs [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/.settings/org.eclipse.cdt.managedbuilder.core.prefs with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/Abstract.txt [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/Abstract.txt with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/CMSIS_CV_CA5_AC5.rteconfig [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/CMSIS_CV.rteconfig with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/CMSIS_CORE_Validation/CV_Config.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/CMSIS_CORE_Validation/CV_Config.h with 98% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/Device/ARMCA5/ARMCA5.sct [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/Device/ARMCA5/ARMCA5.sct with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/Device/ARMCA5/mem_ARMCA5.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/Device/ARMCA5/mem_ARMCA5.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/Device/ARMCA5/mmu_ARMCA5.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/Device/ARMCA5/mmu_ARMCA5.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/Device/ARMCA5/startup_ARMCA5.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/Device/ARMCA5/startup_ARMCA5.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/Device/ARMCA5/system_ARMCA5.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/Device/ARMCA5/system_ARMCA5.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/Device/ARMCA5/system_ARMCA5.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/Device/ARMCA5/system_ARMCA5.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/RTE/RTE_Components.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/RTE_Components.h with 85% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC5/main.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/main.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/.cproject [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/.cproject with 61% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/.project [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/.settings/org.eclipse.cdt.managedbuilder.core.prefs [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/.settings/org.eclipse.cdt.managedbuilder.core.prefs with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/Abstract.txt [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/Abstract.txt with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/CMSIS_CV_CA5_AC6.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/CMSIS_CORE_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/Device/ARMCA5/ARMCA5.sct [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/Device/ARMCA5/mem_ARMCA5.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/Device/ARMCA5/mmu_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/Device/ARMCA5/startup_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/Device/ARMCA5/system_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/Device/ARMCA5/system_ARMCA5.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/AC6/main.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/main.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/.project [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/.settings/org.eclipse.cdt.managedbuilder.core.prefs [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/.settings/org.eclipse.cdt.managedbuilder.core.prefs with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/Abstract.txt [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/Abstract.txt with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/CMSIS_CV_CA5_GCC.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/CMSIS_CORE_Validation/CV_Config.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/RTE/CMSIS_CORE_Validation/CV_Config.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/Device/ARMCA5/ARMCA5.ld [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/Device/ARMCA5/mem_ARMCA5.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/Device/ARMCA5/mmu_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/Device/ARMCA5/startup_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/Device/ARMCA5/system_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/Device/ARMCA5/system_ARMCA5.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A5/GCC/main.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/main.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/.settings/language.settings.xml [deleted file]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/.project [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/.project with 92% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/.settings/org.eclipse.cdt.managedbuilder.core.prefs [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/.settings/org.eclipse.cdt.managedbuilder.core.prefs with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/Abstract.txt [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/Abstract.txt with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/CMSIS_CV_CA7_AC5.rteconfig [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/CMSIS_CV.rteconfig with 98% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/CMSIS_CORE_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/Device/ARMCA7/ARMCA7.sct [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/Device/ARMCA7/ARMCA7.sct with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/Device/ARMCA7/mem_ARMCA7.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/Device/ARMCA7/mem_ARMCA7.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/Device/ARMCA7/mmu_ARMCA7.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/Device/ARMCA7/mmu_ARMCA7.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/Device/ARMCA7/startup_ARMCA7.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/Device/ARMCA7/startup_ARMCA7.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/Device/ARMCA7/system_ARMCA7.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/Device/ARMCA7/system_ARMCA7.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/Device/ARMCA7/system_ARMCA7.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/Device/ARMCA7/system_ARMCA7.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/RTE/RTE_Components.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/RTE_Components.h with 85% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC5/main.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/main.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/.cproject [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/.cproject with 62% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/.project [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/CMSIS_CV_CA7_AC6.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/CMSIS_CORE_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/Device/ARMCA7/ARMCA7.sct [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/Device/ARMCA7/mem_ARMCA7.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/Device/ARMCA7/mmu_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/Device/ARMCA7/startup_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/Device/ARMCA7/system_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/Device/ARMCA7/system_ARMCA7.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/AC6/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/.project [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/CMSIS_CV_CA7_GCC.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/CMSIS_CORE_Validation/CV_Config.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/RTE/CMSIS_CORE_Validation/CV_Config.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/Device/ARMCA7/ARMCA7.ld [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/Device/ARMCA7/mem_ARMCA7.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/Device/ARMCA7/mmu_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/Device/ARMCA7/startup_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/Device/ARMCA7/system_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/Device/ARMCA7/system_ARMCA7.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A7/GCC/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/.settings/language.settings.xml [deleted file]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/.project [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/.project with 98% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/CMSIS_CV_CA9_AC5.rteconfig [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/CMSIS_CV.rteconfig with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/CMSIS_CORE_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/Device/ARMCA9/ARMCA9.sct [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/Device/ARMCA9/mem_ARMCA9.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/Device/ARMCA9/mem_ARMCA9.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/Device/ARMCA9/mmu_ARMCA9.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/Device/ARMCA9/mmu_ARMCA9.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/Device/ARMCA9/startup_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/Device/ARMCA9/system_ARMCA9.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/Device/ARMCA9/system_ARMCA9.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/Device/ARMCA9/system_ARMCA9.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/Device/ARMCA9/system_ARMCA9.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/RTE/RTE_Components.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/RTE_Components.h with 85% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC5/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/.cproject [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/.cproject with 57% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/.project [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/.project with 98% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/CMSIS_CV_CA9_AC6.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/CMSIS_CORE_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/Device/ARMCA9/ARMCA9.sct [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/Device/ARMCA9/ARMCA9.sct with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/Device/ARMCA9/mem_ARMCA9.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/Device/ARMCA9/mem_ARMCA9.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/Device/ARMCA9/mmu_ARMCA9.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/Device/ARMCA9/mmu_ARMCA9.c with 96% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/Device/ARMCA9/startup_ARMCA9.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/Device/ARMCA9/startup_ARMCA9.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/Device/ARMCA9/system_ARMCA9.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/Device/ARMCA9/system_ARMCA9.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/Device/ARMCA9/system_ARMCA9.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/Device/ARMCA9/system_ARMCA9.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/RTE/RTE_Components.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/RTE_Components.h with 85% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/AC6/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/.project [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/CMSIS_CV_CA9_GCC.rteconfig [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/CMSIS_CV.rteconfig with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/CMSIS_CORE_Validation/CV_Config.h [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/RTE/CMSIS_CORE_Validation/CV_Config.h with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/Device/ARMCA9/ARMCA9.ld [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/Device/ARMCA9/ARMCA9.ld with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/Device/ARMCA9/mem_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/Device/ARMCA9/mmu_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/Device/ARMCA9/startup_ARMCA9.c [moved from CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/RTE/Device/ARMCA9/startup_ARMCA9.c with 100% similarity]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/Device/ARMCA9/system_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/Device/ARMCA9/system_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9/GCC/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/.cproject [deleted file]
CMSIS/CoreValidation/Examples/DS-MDK/Cortex-A9_GCC/.settings/language.settings.xml [deleted file]