-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathT2G.csolution.yml
More file actions
63 lines (55 loc) · 1.6 KB
/
T2G.csolution.yml
File metadata and controls
63 lines (55 loc) · 1.6 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
solution:
description: Traffic Light application for Infineon KIT_T2G-B-H_LITE board
created-for: CMSIS-Toolbox@2.11.0
cdefault:
# List of tested compilers that can be selected
select-compiler:
- compiler: AC6
# Selected compiler
compiler: AC6
# List of miscellaneous tool-specific controls
misc:
- for-compiler: AC6 # GDB requires DWARF 5, remove when using uVision Debugger
C-CPP:
- -gdwarf-5
ASM:
- -gdwarf-5
# List different hardware targets that are used to deploy the solution.
target-types:
- type: T2G-Kit
board: KIT_T2G-B-H_LITE:V1
device: CYT4BF8CDS
target-set:
- set:
images:
- project-context: Boot.Debug
- project-context: TrafficLight.Debug
- project-context: Blinky.Debug
debugger:
name: KitProg3@pyOCD
port: 3333
protocol: swd
clock: 10000000
- set: Release
images:
- project-context: Boot.Release
- project-context: TrafficLight.Release
- project-context: Blinky.Release
debugger:
name: KitProg3@pyOCD
port: 3333
protocol: swd
clock: 10000000
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: balanced
# List related projects.
projects:
- project: CM0p_Boot/Boot.cproject.yml
- project: CM7_0_TrafficLight/TrafficLight.cproject.yml
- project: CM7_1_Blinky/Blinky.cproject.yml