Skip to content

Commit

Permalink
Fix miner issues:
Browse files Browse the repository at this point in the history
- wrong filename in file header
- Use the same order in the Target clayer file for CA5 as it is used in CA7 and CA9
- Fix invalid escape sequence in XML statement
  • Loading branch information
Masmiseim36 authored and JonatanAntoni committed Apr 15, 2024
1 parent 96f6ab1 commit 5ff6a38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/CoreValidation/Project/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def cbuild(config):


@matrix_command(test_report=ConsoleReport() |
CropReport('<\?xml version="1.0"\?>', '</report>') |
CropReport('<?xml version="1.0"?>', '</report>') |
TransformReport('validation.xsl') |
JUnitReport(title=lambda title, result: f"{result.command.config.compiler}."
f"{result.command.config.optimize}."
Expand Down

0 comments on commit 5ff6a38

Please sign in to comment.