]> begriffs open source - cmsis/commit
Enhance tests for Core(A)
authorJonatan Antoni <jonatan.antoni@arm.com>
Thu, 26 Oct 2023 09:03:18 +0000 (11:03 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 09:03:18 +0000 (11:03 +0200)
commitb7a15a7aad079800bd375b89f6c02aae56f581c6
treebcf9279f8db3db4469a2d67453692f30160f74ec
parent97b5850c6c4aa2547f639e6795b533fddcbd2816
Enhance tests for Core(A)
22 files changed:
.github/workflows/corevalidation.yml
CMSIS/Core/Test/build.py
CMSIS/Core/Test/cp15.c [new file with mode: 0644]
CMSIS/Core/Test/cpsr.c [new file with mode: 0644]
CMSIS/Core/Test/fpexc.c [new file with mode: 0644]
CMSIS/Core/Test/fpexc_nofp.c [new file with mode: 0644]
CMSIS/Core/Test/lit.cfg.py
CMSIS/Core/Test/sp.c [new file with mode: 0644]
CMSIS/CoreValidation/Include/cmsis_cv.h
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/ARMCA5_clang.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/ARMCA7_clang.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/Target.clayer.yml
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/ARMCA9_clang.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/Target.clayer.yml
CMSIS/CoreValidation/Project/Validation.csolution.yml
CMSIS/CoreValidation/Project/build.py
CMSIS/CoreValidation/Source/CV_CoreAFunc.c
CMSIS/CoreValidation/Source/CV_CoreInstr.c
CMSIS/CoreValidation/Source/ConfigA/CV_Config.h
CMSIS/CoreValidation/Source/ConfigA/CV_Config_template.h
CMSIS/CoreValidation/Source/cmsis_cv.c