-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexecutorch_project.csolution.yml
More file actions
89 lines (80 loc) · 2.7 KB
/
executorch_project.csolution.yml
File metadata and controls
89 lines (80 loc) · 2.7 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
# SPDX-FileCopyrightText: Copyright 2022-2025 Arm Limited and/or its
# affiliates <open-source-office@arm.com>
# 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.
# A solution is a collection of related projects that share same base configuration.
solution:
created-for: CMSIS-Toolbox@2.12.0
cdefault: # use CMSIS-Toolbox default Compiler options
compiler: GCC
# List the packs that define the device and/or board.
packs:
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.5.0
- pack: ARM::CMSIS
# Target Hardware
- pack: AlifSemiconductor::Ensemble@^2.0.4-0
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: speed
# List different hardware targets that are used to deploy the solution.
target-types:
- type: AVH-SSE-300
board: V2M-MPS3-SSE-300-FVP
device: SSE-300-MPS3
variables:
- Board-Layer: $SolutionDir()$/board/Corstone-300/Board-U55.clayer.yml
target-set:
- set:
images:
- project-context: executorch_project.Debug
debugger:
name: Arm-FVP
model: FVP_Corstone_SSE-300_Ethos-U55
config-file: board/Corstone-300/fvp_config.txt
args: --simlimit 10
- type: DevKit-E7-HE
board: DevKit-E7:Gen 2
device: AE722F80F55D5LS
variables:
- Board-Layer: $SolutionDir()$/board/DevKit-e7/M55_HE/Board_HE.clayer.yml
target-set:
- set:
images:
- project-context: executorch_project.Debug
debugger:
name: ULINKplus@pyOCD
port: 3333
protocol: swd
clock: 10000000
- type: DevKit-E7-HP
board: DevKit-E7:Gen 2
device: AE722F80F55D5LS
variables:
- Board-Layer: $SolutionDir()$/board/DevKit-e7/M55_HP/Board_HP.clayer.yml
target-set:
- set:
images:
- project-context: executorch_project.Debug
debugger:
name: ULINKplus@pyOCD
clock: 10000000
# List related projects.
projects:
# Simple model example
- project: ./executorch_project.cproject.yml