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