-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathFVP_Audio.csolution.yml
More file actions
92 lines (83 loc) · 2.49 KB
/
FVP_Audio.csolution.yml
File metadata and controls
92 lines (83 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# A solution is a collection of related projects that share same base configuration.
solution:
description: vStream Audio example solution
created-for: CMSIS-Toolbox@2.12.0
cdefault: # use CMSIS-Toolbox default Compiler options
# Compilers that can be selected
select-compiler:
- compiler: AC6
- compiler: GCC
- compiler: CLANG
- compiler: IAR
# List the packs that define the device and/or board.
packs:
- pack: ARM::AVH_FVP
# List different hardware targets that are used to deploy the solution.
target-types:
- type: SSE-300
board: V2M-MPS3-SSE-300-FVP
device: SSE-300-MPS3
variables:
- Board-Layer: ../board/Corstone-300/Board.clayer.yml
target-set:
- set: "SSE-300 FVP"
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-300
config-file: ./board/Corstone-300/fvp_config.txt
args: ""
images:
- project-context: FVP_Audio.Debug
- type: SSE-310
board: V2M-MPS3-SSE-310
device: SSE-310-MPS3_FVP
variables:
- Board-Layer: ../board/Corstone-310/Board.clayer.yml
target-set:
- set: "SSE-310 FVP"
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-310
config-file: ./board/Corstone-310/fvp_config.txt
args: ""
images:
- project-context: FVP_Audio.Debug
- type: SSE-315
board: SSE-315
device: SSE-315-FVP
variables:
- Board-Layer: ../board/Corstone-315/Board.clayer.yml
target-set:
- set: "SSE-315 FVP"
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-315
config-file: ./board/Corstone-315/fvp_config.txt
args: ""
images:
- project-context: FVP_Audio.Debug
- type: SSE-320
board: SSE-320
device: SSE-320-FVP
variables:
- Board-Layer: ../board/Corstone-320/Board.clayer.yml
target-set:
- set: "SSE-320 FVP"
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-320
config-file: ./board/Corstone-320/fvp_config.txt
args: ""
images:
- project-context: FVP_Audio.Debug
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: none
- type: Release
debug: off
optimize: balanced
# List related projects.
projects:
- project: ./project/FVP_Audio.cproject.yml