-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathget_started.csolution.yml
More file actions
38 lines (33 loc) · 967 Bytes
/
Copy pathget_started.csolution.yml
File metadata and controls
38 lines (33 loc) · 967 Bytes
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
# A solution is a collection of related projects that share same base configuration.
solution:
created-for: CMSIS-Toolbox@2.12.0
cdefault:
compiler: AC6
packs:
- pack: ARM::CMSIS
- pack: ARM::Cortex_DFP
- pack: ARM::CMSIS-RTX
- pack: Arm-Packs::Unity
target-types:
- type: avh # runs on Arm Virtual Hardware
device: ARMCM3 # add more hardware targets (don't forget to add the required packs)
target-set:
- set:
images:
- project-context: Project.debug
debugger:
name: Arm-FVP
model: FVP_MPS2_Cortex-M3
config-file: Project/fvp_config.txt
args: --simlimit 10
build-types:
# defines toolchain options for 'debug' and 'release'
- type: debug
optimize: debug
debug: on
- type: release
optimize: balanced
debug: off
# List related projects.
projects:
- project: Project/Project.cproject.yml