forked from Open-CMSIS-Pack/vscode-get-started
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget_started.csolution.yml
More file actions
32 lines (25 loc) · 949 Bytes
/
get_started.csolution.yml
File metadata and controls
32 lines (25 loc) · 949 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/schemas/projmgr/2.2.1/tools/projmgr/schemas/csolution.schema.json
solution:
created-for: cmsis-toolbox@2.6.0
cdefault:
select-compiler:
- compiler: GCC
- compiler: AC6
- compiler: CLANG
packs:
- pack: ARM::CMSIS
- pack: ARM::Cortex_DFP
- pack: ARM::CMSIS-RTX
target-types:
- type: avh # runs on Arm Virtual Hardware
device: ARMCM3
# add more hardware targets (don't forget to add the required packs)
build-types: # defines toolchain options for 'debug' and 'release'
- type: debug
optimize: debug
debug: on
- type: release
optimize: balanced
debug: off
projects: # list related projects
- project: ./hello/hello.cproject.yml