-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalif.csolution.yaml
43 lines (36 loc) · 971 Bytes
/
alif.csolution.yaml
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
# 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: [email protected]
cdefault:
# List of tested compilers that can be selected
select-compiler:
- compiler: GCC
# Select used compiler
compiler: GCC
packs:
- pack: AlifSemiconductor::[email protected]
- pack: ARM::[email protected]
- pack: AlifSemiconductor::[email protected]
target-types:
- type: HE
device: Alif Semiconductor::AE722F80F55D5LS:M55_HE
define:
- "CORE_M55_HE"
- type: HP
device: Alif Semiconductor::AE722F80F55D5LS:M55_HP
define:
- "CORE_M55_HP"
build-types:
- type: debug
optimize: none
debug: on
define:
- _DEBUG
- type: release
optimize: speed
debug: on
define:
- UNICODE
- _UNICODE
projects:
- project: flasher/flasher.cproject.yaml