-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlightController.csolution.yml
More file actions
50 lines (43 loc) · 1.23 KB
/
Copy pathFlightController.csolution.yml
File metadata and controls
50 lines (43 loc) · 1.23 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
# A solution is a collection of related projects that share same base configuration.
solution:
created-for: CMSIS-Toolbox@2.6.0
cdefault: # use CMSIS-Toolbox default Compiler options
# Compilers that can be selected
select-compiler:
- compiler: AC6
- compiler: GCC
- compiler: IAR
- compiler: CLANG
# 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 the packs that define the device and/or board.
packs:
- pack: Keil::STM32F4xx_DFP
- pack: ARM::CMSIS
# List different hardware targets that are used to deploy the solution.
target-types:
- type: STM32F411CEUx
device: STM32F411CEUx
target-set:
- set:
images:
- project-context: FlightController.Debug
debugger:
name: ST-Link@Arm-Debugger
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: none
- type: Release
debug: off
optimize: balanced
# List related projects.
projects:
- project: FlightController/FlightController.cproject.yml
compiler: AC6