forked from Arm-Examples/Hello_NUCLEO-F756ZG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.csolution.yml
More file actions
58 lines (51 loc) · 1.39 KB
/
hello.csolution.yml
File metadata and controls
58 lines (51 loc) · 1.39 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
# A solution is a collection of related projects that share same base configuration.
solution:
description: Simple Hello World example for NUCLEO-F756ZG
created-for: CMSIS-Toolbox@2.9.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-Driver_STM32
- pack: ARM::CMSIS
- pack: ARM::Cortex_DFP
- pack: ARM::CMSIS-RTX
- pack: ARM::CMSIS-Compiler
- pack: Keil::STM32F7xx_DFP
- pack: Keil::NUCLEO-F756ZG_BSP
# List different hardware targets that are used to deploy the solution.
target-types:
- type: NUCLEO-F756ZG
board: STMicroelectronics::NUCLEO-F756ZG
device: STMicroelectronics::STM32F756ZGTx
target-set:
- set:
debugger:
name: ST-LINK
- type: avh
device: ARMCM7
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: balanced
misc:
- for-compiler: AC6
C-CPP:
- -gdwarf-5
ASM:
- -gdwarf-5
Link:
- --entry=Reset_Handler
# List related projects.
projects:
- project: ./nucleo/hello_nucleo.cproject.yml
for-context: +NUCLEO-F756ZG
- project: ./avh/hello_avh.cproject.yml
for-context: +avh