-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhello.csolution.yml
More file actions
64 lines (57 loc) · 1.49 KB
/
Copy pathhello.csolution.yml
File metadata and controls
64 lines (57 loc) · 1.49 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
64
# A solution is a collection of related projects that share same base configuration.
solution:
description: Simple hello world example
created-for: CMSIS-Toolbox@2.6.0
cdefault:
# List of tested compilers that can be selected
select-compiler:
- compiler: AC6
compiler: AC6
# List the packs that define the device and/or board.
packs:
- pack: ARM::CMSIS
- pack: ARM::CMSIS-Compiler
- pack: ARM::CMSIS-RTX
- pack: NXP::K32L3A60_DFP
- pack: NXP::FRDM-K32L3A6_BSP
# List different hardware targets that are used to deploy the solution.
target-types:
- type: FRDM-K32L3A6
device: K32L3A60VPJ1A:cm4
board: NXP::FRDM-K32L3A6
define:
- DEBUG
- CPU_K32L3A60VPJ1A_cm4
- PRINTF_FLOAT_ENABLE: "0"
- SCANF_FLOAT_ENABLE: "0"
- PRINTF_ADVANCED_ENABLE: "0"
- SCANF_ADVANCED_ENABLE: "0"
- MCUXPRESSO_SDK
target-set:
- set:
images:
- project-context: hello.Debug
debugger:
name: CMSIS-DAP@pyOCD
port: 3333
protocol: swd
clock: 10000000
# List of different build configurations.
build-types:
- type: Debug
optimize: debug
debug: on
- type: Release
optimize: size
debug: off
misc:
- for-compiler: AC6
C-CPP:
- -gdwarf-5
ASM:
- -gdwarf-5
Link:
- --entry=Reset_Handler
# List related projects.
projects:
- project: ./hello.cproject.yml