]> begriffs open source - cmsis/commit
Added ARMCM52 support to CoreValidation
authorMartin Günther <martin.guenther@arm.com>
Tue, 30 Apr 2024 11:33:34 +0000 (13:33 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 11:33:34 +0000 (13:33 +0200)
commitf2c88662a01a6530b086093707b51975d76f4292
tree73129a5e5042e7c5e7e431736c70b9f3bc0d11c6
parentf7269860b7a43d4ab9e197a74f476c27b2f5a3f1
Added ARMCM52 support to CoreValidation

Co-authored-by: Jonatan Antoni <jonatan.antoni@arm.com>
42 files changed:
.devcontainer/ubuntu-22.04/vcpkg-configuration.json
CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/App.clayer.yml
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/ac6_linker_script.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/clang_linker_script.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/gcc_linker_script.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/iar_linker_script.icf [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/regions_ARMCM52.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/startup_ARMCM52.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/RTE/Device/ARMCM52/system_ARMCM52.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/ac6_linker_script.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/clang_linker_script.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/gcc_linker_script.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/iar_linker_script.icf [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/regions_ARMCM52.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/startup_ARMCM52.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/RTE/Device/ARMCM52/system_ARMCM52.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52NS/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/ac6_linker_script.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/clang_linker_script.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/gcc_linker_script.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/iar_linker_script.icf [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/partition_ARMCM52.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/regions_ARMCM52.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/startup_ARMCM52.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/RTE/Device/ARMCM52/system_ARMCM52.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM52S/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85/model_config.txt
CMSIS/CoreValidation/Layer/Target/CM85NS/model_config.txt
CMSIS/CoreValidation/Layer/Target/CM85S/model_config.txt
CMSIS/CoreValidation/Project/Bootloader.cproject.yml
CMSIS/CoreValidation/Project/Validation.cproject.yml
CMSIS/CoreValidation/Project/Validation.csolution.yml
CMSIS/CoreValidation/Project/build.py
CMSIS/CoreValidation/Project/requirements.txt
CMSIS/CoreValidation/Project/vcpkg-configuration.json
CMSIS/CoreValidation/Source/CV_CoreFunc.c
CMSIS/CoreValidation/Source/CV_CoreInstr.c
CMSIS/CoreValidation/Source/Config/partition_ARMCM52.h [new file with mode: 0644]