-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmlek.csolution.yml
171 lines (143 loc) · 4.37 KB
/
mlek.csolution.yml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its
# affiliates <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.4.0/tools/projmgr/schemas/csolution.schema.json
solution:
created-for: [email protected]
compiler: AC6
cdefault: # use default setup of toolchain specific controls.
packs:
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: Arm::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: tensorflow::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: NXP::[email protected]
- pack: NXP::[email protected]
- pack: Keil::[email protected]
- pack: AlifSemiconductor::[email protected]
build-types:
- type: Debug
compiler: AC6
debug: on
optimize: none
- type: Release
compiler: AC6
debug: off
optimize: speed
- type: VSI-enabled
compiler: AC6
debug: off
optimize: speed
target-types:
# Arm Corstone-300 targets
- type: AVH-SSE-300
board: ARM::V2M-MPS3-SSE-300-FVP
device: ARM::SSE-300-MPS3
define:
- CORSTONE300_FVP
- type: AVH-SSE-300-U55
board: ARM::V2M-MPS3-SSE-300-FVP
device: ARM::SSE-300-MPS3
define:
- ETHOSU55
- CORSTONE300_FVP
- type: AVH-SSE-300-U65
board: ARM::V2M-MPS3-SSE-300-FVP
device: ARM::SSE-300-MPS3
define:
- ETHOSU65
- CORSTONE300_FVP
# Arm Corstone-310 targets
- type: AVH-SSE-310
board: ARM::V2M-MPS3-SSE-310
device: ARM::SSE-310-MPS3_FVP
- type: AVH-SSE-310-U55
board: ARM::V2M-MPS3-SSE-310
device: ARM::SSE-310-MPS3_FVP
define:
- ETHOSU55
- type: AVH-SSE-310-U65
board: ARM::V2M-MPS3-SSE-310
device: ARM::SSE-310-MPS3_FVP
define:
- ETHOSU65
# Arm Corstone-315 targets
- type: AVH-SSE-315
board: ARM::SSE-315
device: ARM::SSE-315-FVP
- type: AVH-SSE-315-U65
board: ARM::SSE-315
device: ARM::SSE-315-FVP
define:
- ETHOSU65
# Arm Corstone-320 targets
- type: AVH-SSE-320
board: ARM::SSE-320
device: ARM::SSE-320-FVP
- type: AVH-SSE-320-U85
board: ARM::SSE-320
device: ARM::SSE-320-FVP
define:
- ETHOSU85
# Other targets
- type: FRDM-K64F
board: NXP::FRDM-K64F
device: MK64FN1M0VLL12
- type: STM32F746-DISCO
board: STMicroelectronics::STM32F746G-Discovery
device: STM32F746NGHx
- type: Alif-E7-M55-HP
board: Alif Semiconductor::DevKit-E7
device: AE722F80F55D5LS:M55_HP
define:
- ETHOSU55
- USART_DRV_NUM: 2
- type: Alif-E7-M55-HE
board: Alif Semiconductor::DevKit-E7
device: AE722F80F55D5LS:M55_HE
define:
- ETHOSU55
- USART_DRV_NUM: 4
projects:
# Object detection use case
- project: ./object-detection/object-detection.cproject.yml
for-context:
- +AVH-SSE-300
- +AVH-SSE-300-U55
- +AVH-SSE-300-U65
- +AVH-SSE-310
- +AVH-SSE-310-U55
- +AVH-SSE-310-U65
- +AVH-SSE-315
- +AVH-SSE-315-U65
- +AVH-SSE-320
- +AVH-SSE-320-U85
- .Debug+Alif-E7-M55-HP
- .Release+Alif-E7-M55-HP
# Keyword Spotting (KWS) use case
- project: ./kws/kws.cproject.yml
not-for-context:
- .VSI-enabled
- +Alif-E7-M55-HP