-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathalif.csolution.yml
More file actions
89 lines (78 loc) · 2.17 KB
/
alif.csolution.yml
File metadata and controls
89 lines (78 loc) · 2.17 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/tools/projmgr/2.6.0/tools/projmgr/schemas/csolution.schema.json
solution:
created-for: CMSIS-Toolbox@2.12.0
cdefault:
# List of tested compilers that can be selected
select-compiler:
- compiler: GCC
# Select used compiler
compiler: GCC
packs:
- pack: AlifSemiconductor::Ensemble@2.0.4
- pack: ARM::CMSIS@6.0.0
- pack: ARM::CMSIS-Compiler@2.1.0
- pack: Keil::MDK-Middleware@8.2.0
- pack: ARM::ethos-u-core-driver
target-types:
- type: E7-HE
device: Alif Semiconductor::AE722F80F55D5LS:M55_HE
board: Alif Semiconductor::DevKit-E7
define:
- "CORE_M55_HE"
target-set:
- set:
images:
- project-context: blinky.debug
- type: E7-HP
device: Alif Semiconductor::AE722F80F55D5LS:M55_HP
board: Alif Semiconductor::DevKit-E7
define:
- "CORE_M55_HP"
target-set:
- set:
images:
- project-context: blinky.debug
- type: E1C-HE
device: Alif Semiconductor::AE1C1F4051920PH:M55_HE
board: Alif Semiconductor::DevKit-E1C
define:
- "CORE_M55_HE"
target-set:
- set:
images:
- project-context: blinky.debug
- type: E8-HE
device: Alif Semiconductor::AE822FA0E5597LS0:M55_HE
board: Alif Semiconductor::DevKit-E8
define:
- "CORE_M55_HE"
target-set:
- set:
images:
- project-context: blinky.debug
- type: E8-HP
device: Alif Semiconductor::AE822FA0E5597LS0:M55_HP
board: Alif Semiconductor::DevKit-E8
define:
- "CORE_M55_HP"
target-set:
- set:
images:
- project-context: mv2_runner.debug
build-types:
- type: debug
optimize: none
debug: on
define:
- _DEBUG
- type: release
optimize: speed
debug: on
define:
- UNICODE
- _UNICODE
projects:
- project: blinky/blinky.cproject.yml
- project: hello/hello.cproject.yml
- project: hello_rtt/hello_rtt.cproject.yml
- project: mv2_runner/mv2_runner.cproject.yml