-
Notifications
You must be signed in to change notification settings - Fork 0
/
inferencing.csolution.yml
87 lines (64 loc) · 1.56 KB
/
inferencing.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
solution:
created-for: [email protected]
description: Example standalone inferencing project for CMSIS Toolbox
cdefault:
# List the packs that define the device and/or board
packs:
- pack: ARM::[email protected]
- pack: ARM::[email protected]
- pack: ARM::[email protected]
# List different hardware targets that are used to deploy the solution
target-types:
#Target: CM0
- type: CM0
#Target: CM0plus
- type: CM0plus
#Target: CM3
- type: CM3
#Target: CM4
- type: CM4
#Target: CM4-FP
- type: CM4-FP
#Target: CM7-SP
- type: CM7-SP
#Target: CM7-DP
- type: CM7-DP
#Target: CM23
- type: CM23
#Target: CM33
- type: CM33
#Target: CM33-FP
- type: CM33-FP
#Target: CM35P
- type: CM35P
#Target: CM52
- type: CM52
#Target: CM55
- type: CM55
#Target: CM55-U55-128
- type: CM55-U55-128
#Target: CM55-U55-256
- type: CM55-U55-256
#Target: CM85
- type: CM85
# List different build types
build-types:
- type: Debug
optimize: none
debug: on
- type: Balanced
optimize: balanced
debug: off
- type: Size
optimize: size
debug: off
- type: Speed
optimize: speed
debug: off
# List related projects
projects:
- project: inferencing.cproject.yml
output-dirs:
cprjdir: ./build/$TargetType$/$Compiler$/$BuildType$/$Project$
intdir: ./build/$TargetType$/$Compiler$/$BuildType$/$Project$/intdir
outdir: ./build/$TargetType$/$Compiler$/$BuildType$/$Project$/outdir