-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhello.csolution.yml
40 lines (34 loc) · 1023 Bytes
/
hello.csolution.yml
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
# A solution is a collection of related projects that share same base configuration.
solution:
description: Simple Hello World example for B-U585I-IOT02A
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: Keil::STM32U5xx_DFP
- pack: Keil::B-U585I-IOT02A_BSP
- pack: ARM::CMSIS-Driver_STM32
- pack: ARM::CMSIS
- pack: ARM::CMSIS-Compiler
- pack: ARM::CMSIS-RTX
# List different hardware targets that are used to deploy the solution.
target-types:
- type: B-U585I-IOT02A
board: STMicroelectronics::B-U585I-IOT02A
processor:
trustzone: off
# List of different build configurations.
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: balanced
# List related projects.
projects:
- project: ./hello.cproject.yml