-
Notifications
You must be signed in to change notification settings - Fork 2
/
freertos_cubemx.gpdsc
272 lines (270 loc) · 16.2 KB
/
freertos_cubemx.gpdsc
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- ******************************************************************************
* File Name : freertos_cubemx.gpdsc
* Date : 02/03/2019 13:11:47
* Description : Generator PDSC File generated by STM32CubeMX (DO NOT EDIT!)
****************************************************************************** -->
<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.4" xs:noNamespaceSchemaLocation="PACK.xsd">
<vendor>STMicroelectronics</vendor>
<name>freertos_cubemx</name>
<description>STM32CubeMX generated pack description</description>
<url>C:\stm32\masterclock</url>
<releases>
<release version="1.0.0">
- Generated: 02/03/2019 13:11:47
</release>
</releases>
<requirements>
<languages>
<language name="C" version="99"/>
<language name="C++" version="11"/>
</languages>
</requirements>
<create>
<project>
<options>
<stack size="0x400"/>
<heap size="0x200"/>
<debugProbe name="ST-Link" protocol="jtag"/>
</options>
</project>
</create>
<generators>
<generator id="STM32CubeMX">
<description>STM32CubeMX GPDSC</description>
<select Dname="STM32F103VETx" Dvendor="STMicroelectronics:13"/>
<project_files>
<file category="header" name="Inc/FreeRTOSConfig.h"/>
<file category="header" name="Inc/stm32f1xx_it.h"/>
<file category="header" name="Inc/stm32f1xx_hal_conf.h"/>
<file category="header" name="Inc/main.h"/>
<file category="source" name="Src/freertos.c"/>
<file category="source" name="Src/stm32f1xx_it.c"/>
<file category="source" name="Src/stm32f1xx_hal_msp.c"/>
<file category="source" name="Src/stm32f1xx_hal_timebase_tim.c"/>
<file category="source" name="Src/main.c"/>
</project_files>
</generator>
</generators>
<taxonomy>
<description Cclass="Device" Cgroup="STM32Cube Framework" generator="STM32CubeMX">STM32Cube Framework</description>
</taxonomy>
<conditions>
<condition id="ARM Toolchain">
<description>ARM compiler for C and C++ Filter</description>
<require Tcompiler="ARMCC"/>
</condition>
<condition id="GCC Toolchain">
<description>GNU Tools for ARM Embedded Processors Filter</description>
<require Tcompiler="GCC"/>
</condition>
<condition id="IAR Toolchain">
<description>IAR compiler for C and C++ Filter</description>
<require Tcompiler="IAR"/>
</condition>
</conditions>
<components>
<component Cclass="CMSIS" Cgroup="CORE" Cversion="4.0.0">
<description>CMSIS-CORE for ARM</description>
<files>
</files>
</component>
<component Cclass="Device" Cgroup="Startup" Cversion="2.1.0">
<description>System Startup for STMicroelectronics</description>
<files>
<file category="header" name="Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f1xx.h"/>
<file category="header" name="Drivers\CMSIS\Device\ST\STM32F1xx\Include\system_stm32f1xx.h"/>
<file category="sourceC" name="Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\system_stm32f1xx.c"/>
<file category="sourceAsm" condition="ARM Toolchain" name="Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xe.s"/>
<file category="sourceAsm" condition="IAR Toolchain" name="Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f103xe.s"/>
<file category="sourceAsm" condition="GCC Toolchain" name="Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f103xe.s"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="COMMON" Cversion="1.3.2">
<description>CubeMX Generated HAL COMMON</description>
<files>
<file category="header" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal.h"/>
<file category="sourceC" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="ADC" Cversion="0.1.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_adc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_adc.c"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_adc_ex.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_adc_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="RTC" Cversion="0.1.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_rtc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_rtc.c"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_rtc_ex.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_rtc_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="FSMC" Cversion="0.1.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_ll_fsmc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_ll_fsmc.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="UART" Cversion="0.0.1">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_uart.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_uart.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="PWR" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_pwr.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_pwr.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="SRAM" Cversion="1.0.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_ll_fsmc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_ll_fsmc.c"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_sram.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_sram.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="NAND" Cversion="1.0.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_ll_fsmc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_ll_fsmc.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="SPI" Cversion="0.2.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_spi.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_spi.c"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_spi_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="FLASH" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_flash.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_flash_ex.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash.c"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="GPIO" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_gpio.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio.c"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_gpio_ex.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="PCCARD" Cversion="1.0.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_ll_fsmc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_ll_fsmc.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="NOR" Cversion="1.0.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_ll_fsmc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_ll_fsmc.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="FREERTOS" Cversion="9.0.0">
<description></description>
<files>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\croutine.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\deprecated_definitions.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\event_groups.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\FreeRTOS.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\list.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\mpu_prototypes.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\mpu_wrappers.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\portable.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\projdefs.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\queue.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\semphr.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\StackMacros.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\task.h"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\include\timers.h"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\croutine.c"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\event_groups.c"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\list.c"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\queue.c"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\tasks.c"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\timers.c"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.c"/>
<file category="header" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\CMSIS_RTOS\cmsis_os.h"/>
<file category="source" condition="" name="Middlewares\Third_Party\FreeRTOS\Source\portable\MemMang\heap_4.c"/>
<file category="source" condition="IAR Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM3\port.c"/>
<file category="source" condition="IAR Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM3\portasm.s"/>
<file category="header" condition="IAR Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM3\portmacro.h"/>
<file category="source" condition="ARM Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM3\port.c"/>
<file category="header" condition="ARM Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\RVDS\ARM_CM3\portmacro.h"/>
<file category="source" condition="GCC Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM3\port.c"/>
<file category="header" condition="GCC Toolchain" name="Middlewares\Third_Party\FreeRTOS\Source\portable\GCC\ARM_CM3\portmacro.h"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="RCC" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_rcc.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_rcc_ex.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_rcc.c"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_rcc_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="CRC" Cversion="0.0.1">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_crc.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_crc.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="CORTEX" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_cortex.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_cortex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="TIM" Cversion="1.5.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_tim.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_tim_ex.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_tim.c"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_tim_ex.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="COMMON" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_def.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal.c"/>
</files>
</component>
<component Cclass="Device" Cgroup="STM32Cube HAL" Csub="DMA" Cversion="0.3.0">
<description></description>
<files>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_dma_ex.h"/>
<file category="header" condition="" name="Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_dma.h"/>
<file category="source" condition="" name="Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_dma.c"/>
</files>
</component>
</components>
</package>