]> begriffs open source - cmsis/commit
CoreValidation: Added validation projects for Cortex-M devices with IAR compiler.
authorJonatan Antoni <jonatan.antoni@arm.com>
Thu, 21 Sep 2017 13:01:00 +0000 (15:01 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Thu, 21 Sep 2017 13:04:52 +0000 (15:04 +0200)
commit73879cee933ad0443699f622662224cf7916245f
tree9d93e34979017f917518d20c07198fddb5243bbf
parentbd4e68c9d457753342845e69d45d82de2b4cd6d9
CoreValidation: Added validation projects for Cortex-M devices with IAR compiler.
53 files changed:
CMSIS/CoreValidation/Tests/.gitignore
CMSIS/CoreValidation/Tests/Cortex-M0/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0/IAR/RTE/CMSIS/ARM/startup_ARMCM0.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0/IAR/RTE/CMSIS/ARM/system_ARMCM0.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/RTE/CMSIS/ARM/startup_ARMCM0plus.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/RTE/CMSIS/ARM/system_ARMCM0plus.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M0plus/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M3/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M3/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M3/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M3/IAR/RTE/CMSIS/ARM/startup_ARMCM3.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M3/IAR/RTE/CMSIS/ARM/system_ARMCM3.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M3/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4/IAR/RTE/CMSIS/ARM/startup_ARMCM4.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4/IAR/RTE/CMSIS/ARM/system_ARMCM4.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/RTE/CMSIS/ARM/startup_ARMCM0plus.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/RTE/CMSIS/ARM/startup_ARMCM4.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/RTE/CMSIS/ARM/system_ARMCM0plus.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/RTE/CMSIS/ARM/system_ARMCM4.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M4FP/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7/IAR/RTE/CMSIS/ARM/startup_ARMCM7.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7/IAR/RTE/CMSIS/ARM/system_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/RTE/CMSIS/ARM/macros.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/RTE/CMSIS/ARM/startup_ARMCM7.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/RTE/CMSIS/ARM/system_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/RTE/RTE_Components.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7DP/IAR/macros.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7SP/IAR/CMSIS_CV.ewp [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7SP/IAR/CMSIS_CV.eww [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7SP/IAR/CV_Config.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7SP/IAR/RTE/CMSIS/ARM/startup_ARMCM7.s [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7SP/IAR/RTE/CMSIS/ARM/system_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Tests/Cortex-M7SP/IAR/RTE/RTE_Components.h [new file with mode: 0644]