Skip to content

Commit a75f017

Browse files
grasci-armMartin Günther
andauthored
Core: update CoreValidation to CMSIS toolbox V2.0.0-dev2
Co-authored-by: Martin Günther <[email protected]>
1 parent e94a962 commit a75f017

35 files changed

+98
-98
lines changed

CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/App.clayer.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ layer:
88
# packs:
99
# - pack: ARM::CMSIS
1010

11-
defines:
12-
- PRINT_XML_REPORT=1
11+
define:
12+
- PRINT_XML_REPORT: 1
1313

14-
add-paths:
14+
add-path:
1515
- ../../../Include
1616
- ../../../Source/ConfigA
1717

1818
misc:
19-
- compiler: AC6
20-
C*:
19+
- for-compiler: AC6
20+
C-CPP:
2121
- -Wno-declaration-after-statement
2222
- -Wno-covered-switch-default
23-
- compiler: GCC
24-
C*:
23+
- for-compiler: GCC
24+
C-CPP:
2525
- -Wno-declaration-after-statement
2626
- -Wno-covered-switch-default
2727

CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/App.clayer.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ layer:
88
# packs:
99
# - pack: ARM::CMSIS
1010

11-
defines:
12-
- PRINT_XML_REPORT=1
11+
define:
12+
- PRINT_XML_REPORT: 1
1313

14-
add-paths:
14+
add-path:
1515
- ../../../Include
1616
- ../../../Source/Config
1717

1818
misc:
19-
- compiler: AC6
20-
C*:
19+
- for-compiler: AC6
20+
C-CPP:
2121
- -Wno-declaration-after-statement
2222
- -Wno-covered-switch-default
23-
- compiler: GCC
24-
C*:
23+
- for-compiler: GCC
24+
C-CPP:
2525
- -Wno-declaration-after-statement
2626
- -Wno-covered-switch-default
2727

@@ -42,7 +42,7 @@ layer:
4242
- file: ../../../Source/CV_CoreSimd.c
4343
- file: ../../../Source/CV_CML1Cache.c
4444
- file: ../../../Source/CV_MPU_ARMv7.c
45-
for-type:
45+
for-context:
4646
- +CM0
4747
- +CM0plus
4848
- +CM3
@@ -52,7 +52,7 @@ layer:
5252
- +CM7SP
5353
- +CM7DP
5454
- file: ../../../Source/CV_MPU_ARMv8.c
55-
for-type:
55+
for-context:
5656
- +CM23
5757
- +CM23S
5858
- +CM23NS

CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layer:
1414
- component: Device:IRQ Controller:GIC
1515

1616
misc:
17-
- compiler: IAR
17+
- for-compiler: IAR
1818
Link: [--config generic_cortex.icf]
1919

2020
groups:

CMSIS/CoreValidation/Layer/Target/CA7/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layer:
1414
- component: Device:IRQ Controller:GIC
1515

1616
misc:
17-
- compiler: IAR
17+
- for-compiler: IAR
1818
Link: [--config generic_cortex.icf]
1919

2020
groups:

CMSIS/CoreValidation/Layer/Target/CA9/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layer:
1414
- component: Device:IRQ Controller:GIC
1515

1616
misc:
17-
- compiler: IAR
17+
- for-compiler: IAR
1818
Link: [--config generic_cortex.icf]
1919

2020
groups:

CMSIS/CoreValidation/Layer/Target/CM0/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layer:
1313
- component: Device:Startup&C Startup
1414

1515
misc:
16-
- compiler: IAR
16+
- for-compiler: IAR
1717
Link: [--config generic_cortex.icf]
1818

1919
groups:

CMSIS/CoreValidation/Layer/Target/CM0plus/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layer:
1313
- component: Device:Startup&C Startup
1414

1515
misc:
16-
- compiler: IAR
16+
- for-compiler: IAR
1717
Link: [--config generic_cortex.icf]
1818

1919
groups:

CMSIS/CoreValidation/Layer/Target/CM23/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layer:
1313
- component: Device:Startup&C Startup
1414

1515
misc:
16-
- compiler: IAR
16+
- for-compiler: IAR
1717
Link: [--config generic_cortex.icf]
1818

1919
groups:

CMSIS/CoreValidation/Layer/Target/CM23NS/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layer:
1313
- component: Device:Startup&C Startup
1414

1515
misc:
16-
- compiler: IAR
16+
- for-compiler: IAR
1717
Link: [--config generic_cortex.icf]
1818

1919
groups:

CMSIS/CoreValidation/Layer/Target/CM23S/Target.clayer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layer:
1313
- component: Device:Startup&C Startup
1414

1515
misc:
16-
- compiler: IAR
16+
- for-compiler: IAR
1717
Link: [--config generic_cortex.icf]
1818

1919
groups:

0 commit comments

Comments
 (0)