-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstm32.Debug+Nucleo_STM32F4466.cbuild.yml
168 lines (168 loc) · 6.76 KB
/
stm32.Debug+Nucleo_STM32F4466.cbuild.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
build:
generated-by: csolution version 2.6.0
solution: stm32.csolution.yml
project: stm32.cproject.yml
context: stm32.Debug+Nucleo_STM32F4466
compiler: GCC
board: STMicroelectronics::NUCLEO-F446RE:Rev.C
board-pack: Keil::NUCLEO-F446RE_BSP@1.0.0
device: STMicroelectronics::STM32F446RETx
device-pack: Keil::STM32F4xx_DFP@3.0.0
processor:
endian: little
fpu: sp
core: Cortex-M4
packs:
- pack: ARM::CMSIS@6.0.0
path: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0
- pack: Keil::NUCLEO-F446RE_BSP@1.0.0
path: ${CMSIS_PACK_ROOT}/Keil/NUCLEO-F446RE_BSP/1.0.0
- pack: Keil::STM32F4xx_DFP@3.0.0
path: ${CMSIS_PACK_ROOT}/Keil/STM32F4xx_DFP/3.0.0
optimize: none
debug: on
misc:
C:
- -std=gnu11
- -masm-syntax-unified
- -fomit-frame-pointer
- -ffunction-sections
- -fdata-sections
CPP:
- -masm-syntax-unified
- -fomit-frame-pointer
- -ffunction-sections
- -fdata-sections
Link:
- --specs=nano.specs
- --specs=rdimon.specs
- -Wl,-Map=./out/stm32/Nucleo_STM32F4466/Debug/stm32.elf.map
- -Wl,--gc-sections
define:
- USE_HAL_DRIVER
- STM32F446xx
- STM32F446xx
- _RTE_
define-asm:
- STM32F446xx
- _RTE_
add-path:
- STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Inc
- STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy
- STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/CMSIS/Device/ST/STM32F4xx/Include
- STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Inc
- STM32CubeMX/Nucleo_STM32F4466/MX_Device
- RTE/_Debug_Nucleo_STM32F4466
- ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Core/Include
add-path-asm:
- RTE/_Debug_Nucleo_STM32F4466
- ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Core/Include
output-dirs:
intdir: tmp
outdir: out/stm32/Nucleo_STM32F4466/Debug
rtedir: RTE
output:
- type: elf
file: stm32.elf
components:
- component: ARM::CMSIS:CORE@6.0.0
condition: ARMv6_7_8-M Device
from-pack: ARM::CMSIS@6.0.0
selected-by: ARM::CMSIS:CORE
files:
- file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Core/Include
category: include
version: 6.0.0
- file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Core/Include/tz_context.h
category: header
version: 6.0.0
- file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Core/Template/ARMv8-M/main_s.c
category: sourceC
attr: template
version: 1.1.1
select: Secure mode 'main' module for ARMv8-M
- file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Core/Template/ARMv8-M/tz_context.c
category: sourceC
attr: template
version: 1.1.1
select: RTOS Context Management (TrustZone for ARMv8-M)
- file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/CMSIS/Documentation/html/Core/index.html
category: doc
version: 6.0.0
- component: Keil::Device:CubeMX@1.0.0
condition: STM32F4 CMSIS
from-pack: Keil::STM32F4xx_DFP@3.0.0
selected-by: Device:CubeMX
generator:
id: CubeMX
path: STM32CubeMX/Nucleo_STM32F4466/stm32.cgen.yml
linker:
script: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/STM32CubeIDE/STM32F446RETX_FLASH.ld
regions: RTE/Device/STM32F446RETx/regions_NUCLEO-F446RE.h
groups:
- group: CubeMX
files:
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Src/main.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Src/stm32f4xx_it.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Src/stm32f4xx_hal_msp.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/STM32CubeIDE/Application/Startup/startup_stm32f446retx.s
category: sourceAsm
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Src/system_stm32f4xx.c
category: sourceC
- group: STM32 HAL Driver
files:
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c
category: sourceC
- file: STM32CubeMX/Nucleo_STM32F4466/STM32CubeMX/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c
category: sourceC
- group: Application
files:
- file: app/src/app.cpp
category: sourceCpp
constructed-files:
- file: RTE/_Debug_Nucleo_STM32F4466/RTE_Components.h
category: header
licenses:
- license: <unknown>
license-agreement: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.0.0/LICENSE
packs:
- pack: ARM::CMSIS@6.0.0
components:
- component: ARM::CMSIS:CORE@6.0.0
- license: Apache-2.0
packs:
- pack: Keil::NUCLEO-F446RE_BSP@1.0.0
- pack: Keil::STM32F4xx_DFP@3.0.0
components:
- component: Keil::Device:CubeMX@1.0.0