-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTrafficLight.csolution.yml
More file actions
51 lines (44 loc) · 1.19 KB
/
TrafficLight.csolution.yml
File metadata and controls
51 lines (44 loc) · 1.19 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
solution:
description: Traffic Light application
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: NUCLEO_H563ZI
board: NUCLEO-H563ZI:Rev.C
variables:
- Board-Layer: $SolutionDir()$/Board/NUCLEO-H563ZI/Board.clayer.yml
target-set:
- set:
images:
- project-context: TrafficLight.Debug
debugger:
name: ST-Link
- set: Release
images:
- project-context: TrafficLight.Release
debugger:
name: ST-Link
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: balanced
# List related projects.
projects:
- project: TrafficLight.cproject.yml