-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstm32.csolution.yml
More file actions
40 lines (32 loc) · 912 Bytes
/
Copy pathstm32.csolution.yml
File metadata and controls
40 lines (32 loc) · 912 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
39
40
solution:
created-for: cmsis-toobox@2.6.1
description: Project skeleton for STM32
cdefault:
# List of tested compilers that can be selected
select-compiler:
- compiler: AC6
- compiler: GCC
- compiler: IAR
compiler: GCC
# List the packs that define the device and/or board
packs:
- pack: ARM::CMSIS@6.0.0
- pack: Keil::STM32F4xx_DFP@>=3.0.0
- pack: Keil::NUCLEO-F446RE_BSP
target-types:
- type: Nucleo_STM32F4466
board: STMicroelectronics::NUCLEO-F446RE:Rev.C
device: STMicroelectronics::STM32F446RETx
# variables:
# - Target-Layer: ./target/nucleo_f466re/target.clayer.yml
build-types:
# defines toolchain options for 'debug' and 'release'
- type: Debug
debug: on
optimize: none
- type: Release
debug: off
optimize: speed
# List related projects
projects:
- project: ./stm32.cproject.yml