diff --git a/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.s b/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.s index 85babb94b..74781e16f 100644 --- a/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.s +++ b/CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.s @@ -1,5 +1,5 @@ /****************************************************************************** - * @file startup_ARMCA9.s + * @file startup_ARMCA5.s * @brief CMSIS Device System Source File for ARM Cortex-A5 Device Series * @version V1.00 * @date 01 Nov 2017 diff --git a/CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml b/CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml index da6882ebc..e98fcd23d 100644 --- a/CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml +++ b/CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml @@ -24,12 +24,12 @@ layer: - script: RTE/Device/ARMCA5/ARMCA5_gcc.ld for-compiler: - GCC - - script: RTE/Device/ARMCA5/ARMCA5_iar.icf - for-compiler: - - IAR - script: RTE/Device/ARMCA5/ARMCA5_clang.ld for-compiler: - CLANG + - script: RTE/Device/ARMCA5/ARMCA5_iar.icf + for-compiler: + - IAR - regions: RTE/Device/ARMCA5/mem_ARMCA5.h for-compiler: - AC6 diff --git a/CMSIS/CoreValidation/Project/build.py b/CMSIS/CoreValidation/Project/build.py index 8c9ff2849..756788a9b 100755 --- a/CMSIS/CoreValidation/Project/build.py +++ b/CMSIS/CoreValidation/Project/build.py @@ -249,7 +249,7 @@ def cbuild(config): @matrix_command(test_report=ConsoleReport() | - CropReport('<\?xml version="1.0"\?>', '') | + CropReport('', '') | TransformReport('validation.xsl') | JUnitReport(title=lambda title, result: f"{result.command.config.compiler}." f"{result.command.config.optimize}."