Subversion Repositories EngineBay2

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
38 mjames 1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- ******************************************************************************
3
 * File Name   : EngineBay2.gpdsc
4
 * Date        : 18/10/2020 16:19:07
5
 * Description : Generator PDSC File generated by STM32CubeMX (DO NOT EDIT!)
6
 ****************************************************************************** -->
7
 
8
<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.4" xs:noNamespaceSchemaLocation="PACK.xsd">
9
  <vendor>STMicroelectronics</vendor>
10
  <name>EngineBay2</name>
11
  <description>STM32CubeMX generated pack description</description>
12
  <url>C:\Projects\EngineBay2</url>
13
  <releases>
14
    <release version="1.0.0">
15
     - Generated: 18/10/2020 16:19:07
16
    </release>
17
  </releases>
18
  <requirements>
19
    <languages>
20
      <language name="C" version="99"/>
21
      <language name="C++" version="11"/>
22
    </languages>
23
  </requirements>
24
  <create>
25
    <project>
26
      <options>
27
        <stack size="0x400"/>
28
        <heap size="0x200"/>
29
        <debugProbe name="ST-Link" protocol="swd"/>
30
      </options>
31
    </project>
32
  </create>
33
  <generators>
34
    <generator id="STM32CubeMX">
35
      <description>STM32CubeMX GPDSC</description>
36
      <select Dname="STM32L152RETx" Dvendor="STMicroelectronics:13"/>
37
      <project_files>
38
        <file category="header" name="Inc/stm32l1xx_it.h"/>
39
        <file category="header" name="Inc/stm32l1xx_hal_conf.h"/>
40
        <file category="header" name="Inc/main.h"/>
41
        <file category="source" name="Src/stm32l1xx_it.c"/>
42
        <file category="source" name="Src/stm32l1xx_hal_msp.c"/>
43
        <file category="source" name="Src/main.c"/>
44
      </project_files>
45
    </generator>
46
  </generators>
47
  <taxonomy>
48
    <description Cclass="Device" Cgroup="STM32Cube Framework" generator="STM32CubeMX">STM32Cube Framework</description>
49
  </taxonomy>
50
  <conditions>
51
    <condition id="ARM Toolchain">
52
      <description>ARM compiler for C and C++ Filter</description>
53
      <require Tcompiler="ARMCC"/>
54
    </condition>
55
    <condition id="GCC Toolchain">
56
      <description>GNU Tools for ARM Embedded Processors Filter</description>
57
      <require Tcompiler="GCC"/>
58
    </condition>
59
    <condition id="IAR Toolchain">
60
      <description>IAR compiler for C and C++ Filter</description>
61
      <require Tcompiler="IAR"/>
62
    </condition>
63
  </conditions>
64
 
65
  <components>
66
    <component Cclass="CMSIS" Cgroup="CORE" Cversion="4.0.0">
67
      <description>CMSIS-CORE for ARM</description>
68
      <files>
69
        <file category="header" name="Drivers\CMSIS\Include\core_cm3.h"/>
70
      </files>
71
    </component>
72
    <component Cclass="Device" Cgroup="Startup" Cversion="2.1.0">
73
      <description>System Startup for STMicroelectronics</description>
74
      <files>
75
        <file category="header" name="Drivers\CMSIS\Device\ST\STM32L1xx\Include\stm32l1xx.h"/>
76
        <file category="header" name="Drivers\CMSIS\Device\ST\STM32L1xx\Include\system_stm32l1xx.h"/>
77
        <file category="sourceC" name="Drivers\CMSIS\Device\ST\STM32L1xx\Source\Templates\system_stm32l1xx.c"/>
78
        <file category="sourceAsm" condition="ARM Toolchain" name="Drivers\CMSIS\Device\ST\STM32L1xx\Source\Templates\arm\startup_stm32l152xe.s"/>
79
        <file category="sourceAsm" condition="IAR Toolchain" name="Drivers\CMSIS\Device\ST\STM32L1xx\Source\Templates\iar\startup_stm32l152xe.s"/>
80
        <file category="sourceAsm" condition="GCC Toolchain" name="Drivers\CMSIS\Device\ST\STM32L1xx\Source\Templates\gcc\startup_stm32l152xe.s"/>
81
      </files>
82
    </component>
83
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="COMMON" Cversion="1.3.2">
84
      <description>CubeMX Generated HAL COMMON</description>
85
      <files>
86
        <file category="header" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal.h"/>
87
        <file category="sourceC" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal.c"/>
88
      </files>
89
    </component>
90
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="ADC" Cversion="0.0.1">
91
      <description></description>
92
      <files>
93
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_adc.h"/>
94
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_adc_ex.h"/>
95
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_adc.c"/>
96
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_adc_ex.c"/>
97
      </files>
98
    </component>
99
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="EXTI" Cversion="1.10.0">
100
      <description></description>
101
      <files>
102
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_exti.h"/>
103
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_exti.c"/>
104
      </files>
105
    </component>
106
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="UART" Cversion="0.0.1">
107
      <description></description>
108
      <files>
109
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_uart.h"/>
110
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_uart.c"/>
111
      </files>
112
    </component>
113
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="PWR" Cversion="0.8.4">
114
      <description></description>
115
      <files>
116
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_pwr.h"/>
117
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_pwr_ex.h"/>
118
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_pwr.c"/>
119
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_pwr_ex.c"/>
120
      </files>
121
    </component>
122
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="FLASH" Cversion="0.8.4">
123
      <description></description>
124
      <files>
125
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_flash.h"/>
126
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_flash_ex.h"/>
127
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_flash.c"/>
128
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_flash_ex.c"/>
129
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_flash_ramfunc.h"/>
130
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_flash_ramfunc.c"/>
131
      </files>
132
    </component>
133
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="SPI" Cversion="0.0.1">
134
      <description></description>
135
      <files>
136
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_spi.h"/>
137
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_spi.c"/>
138
      </files>
139
    </component>
140
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="GPIO" Cversion="0.8.4">
141
      <description></description>
142
      <files>
143
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_gpio.h"/>
144
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_gpio.c"/>
145
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_gpio_ex.h"/>
146
      </files>
147
    </component>
148
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="RCC" Cversion="0.8.4">
149
      <description></description>
150
      <files>
151
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_rcc.h"/>
152
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_rcc_ex.h"/>
153
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_rcc.c"/>
154
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_rcc_ex.c"/>
155
      </files>
156
    </component>
157
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="CORTEX" Cversion="0.8.4">
158
      <description></description>
159
      <files>
160
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_cortex.h"/>
161
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_cortex.c"/>
162
      </files>
163
    </component>
164
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="COMMON" Cversion="0.3.0">
165
      <description></description>
166
      <files>
167
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal.h"/>
168
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h"/>
169
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_def.h"/>
170
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal.c"/>
171
      </files>
172
    </component>
173
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="DMA" Cversion="0.8.4">
174
      <description></description>
175
      <files>
176
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_dma_ex.h"/>
177
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_dma.h"/>
178
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_dma.c"/>
179
      </files>
180
    </component>
181
    <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="TIM" Cversion="1.9.0RC1">
182
      <description></description>
183
      <files>
184
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_tim.h"/>
185
        <file category="header" condition="" name="Drivers\STM32L1xx_HAL_Driver\Inc\stm32l1xx_hal_tim_ex.h"/>
186
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_tim.c"/>
187
        <file category="source" condition="" name="Drivers\STM32L1xx_HAL_Driver\Src\stm32l1xx_hal_tim_ex.c"/>
188
      </files>
189
    </component>
190
  </components>
191
</package>