]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/App.clayer.yml
Updates for CMSIS 6
[cmsis] / CMSIS / CoreValidation / Layer / App / Validation_Cortex-A / App.clayer.yml
1
2
3 layer:
4   # type: App
5   # name: CMSIS-Core_Validation
6   description: Validation of CMSIS-Core implementation
7
8   # packs:
9   #   - pack: ARM::CMSIS
10
11   defines:
12     - PRINT_XML_REPORT=1
13
14   add-paths:
15     - ../../../Include
16     - ../../../Source/ConfigA
17
18   misc:
19     - compiler: AC6
20       C*:
21       - -Wno-declaration-after-statement
22       - -Wno-covered-switch-default
23     - compiler: GCC
24       C*:
25       - -Wno-declaration-after-statement
26       - -Wno-covered-switch-default
27
28   groups:
29     - group: Documentation
30       files:
31         - file: ../../../README.md
32
33     - group: Source Files
34       files:
35         - file: ./main.c
36
37     - group: CMSIS-Core_Validation
38       files:
39         - file: ../../../Source/cmsis_cv.c
40         - file: ../../../Source/CV_CoreAFunc.c
41         - file: ../../../Source/CV_CoreInstr.c
42         - file: ../../../Source/CV_CAL1Cache.c
43 #        - file: ../../../Source/ConfigA/mmu.c
44
45     - group: Validation Framework
46       files:
47         - file: ../../../Source/CV_Framework.c
48         - file: ../../../Source/CV_Report.c