]> begriffs open source - cmsis/commit
CoreValidation: Added validation test projects for Cortex-A9.
authorJonatan Antoni <jonatan.antoni@arm.com>
Tue, 26 Sep 2017 06:42:42 +0000 (08:42 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Tue, 26 Sep 2017 06:42:42 +0000 (08:42 +0200)
commit05f84373a2d4bc45a036cfd2c83c66c66cbf485e
treeb26458a333c7bb610bf278e2e4d79fc5dd437a06
parent1a414b7fa7212126027bc614f2acb97d398336c6
CoreValidation: Added validation test projects for Cortex-A9.
51 files changed:
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/.project [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/CMSIS_CV_CA9_AC5.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/CMSIS-Core_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/Device/ARMCA9/ARMCA9.sct [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/Device/ARMCA9/mem_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/Device/ARMCA9/mmu_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/Device/ARMCA9/startup_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/Device/ARMCA9/system_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/Device/ARMCA9/system_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC5/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/.project [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/CMSIS_CV_CA9_AC6.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/Device/ARMCA9/ARMCA9.sct [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/Device/ARMCA9/mem_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/Device/ARMCA9/mmu_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/Device/ARMCA9/startup_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/Device/ARMCA9/system_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/Device/ARMCA9/system_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/AC6/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/.cproject [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/.gitignore [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/.project [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/.settings/language.settings.xml [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/.settings/org.eclipse.cdt.managedbuilder.core.prefs [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/Abstract.txt [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/CMSIS_CV_CA9_GCC.rteconfig [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/CMSIS-Core_Validation/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/Device/ARMCA9/ARMCA9.ld [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/Device/ARMCA9/mem_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/Device/ARMCA9/mmu_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/Device/ARMCA9/startup_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/Device/ARMCA9/system_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/Device/ARMCA9/system_ARMCA9.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-A9/GCC/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/build.py
CMSIS/CoreValidation/Tests/buildutils/dscmd.py [new file with mode: 0644]