source: trunk/fw_g473rct/SES/smartPro.emProject@ 69

Last change on this file since 69 was 69, checked in by f.jahn, 4 weeks ago

Started implementing Modbus on USB CDC channel.

File size: 18.1 KB
Line 
1<!DOCTYPE CrossStudio_Project_File>
2<solution Name="smartPro" target="8" version="2">
3 <configuration Name="Common" link_merge_sections="No" />
4 <configuration
5 Name="Debug125A_12V"
6 c_preprocessor_definitions="DEBUG"
7 gcc_debugging_level="Level 3"
8 gcc_optimization_level="None" />
9 <configuration Name="Debug125A_24V" />
10 <configuration
11 Name="Release125A_12V"
12 c_preprocessor_definitions="NDEBUG"
13 gcc_debugging_level="Level 2"
14 gcc_omit_frame_pointer="Yes"
15 gcc_optimization_level="Level 2 balanced" />
16 <configuration Name="Release125A_24V" />
17 <project Name="smartPro">
18 <configuration
19 LIBRARY_IO_TYPE="RTT"
20 Name="Common"
21 Target="STM32G473RCTx"
22 arm_architecture="v7EM"
23 arm_compiler_variant="SEGGER"
24 arm_core_type="Cortex-M4"
25 arm_endian="Little"
26 arm_fp_abi="Hard"
27 arm_fpu_type="FPv4-SP-D16"
28 arm_linker_heap_size="8192"
29 arm_linker_process_stack_size="0"
30 arm_linker_stack_size="4096"
31 arm_linker_variant="SEGGER"
32 arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00040000;RAM;0x10000000;0x00008000;RAM;0x20000000;0x00014000;RAM;0x20014000;0x00004000"
33 arm_target_device_name="STM32G473RC"
34 arm_target_interface_type="SWD"
35 batch_build_configurations="Debug125A_12V;Debug125A_24V;Release125A_12V;Release125A_24V"
36 build_intermediate_directory="Output/$(Configuration)/Obj"
37 c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY;USBPD_PORT_COUNT=1;USBPDCORE_LIB_PD3_FULL;USE_FULL_LL_DRIVER;USE_HAL_DRIVER;_SRC;__MEMORY_INIT"
38 c_user_include_directories="$(ProjectDir)/../Drivers/STM32G4xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32G4xx/Include;$(ProjectDir)/inc;$(ProjectDir)/../USB_Device/App;$(ProjectDir)/../USB_Device/Target;$(ProjectDir)/../Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Inc;$(ProjectDir)/../Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Inc;$(ProjectDir)/../USBPD;$(ProjectDir)/../USBPD/App;$(ProjectDir)/../USBPD/Target;$(ProjectDir)/../Middlewares/ST/STM32_USBPD_Library/Core/inc;$(ProjectDir)/../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc"
39 debug_initial_breakpoint_set_option="Never"
40 debug_register_definition_file="$(ProjectDir)/STM32G473xx_Registers.xml"
41 debug_stack_pointer_start="__stack_end__"
42 debug_start_from_entry_point_symbol="No"
43 debug_target_connection="J-Link"
44 gcc_c_language_standard="c17"
45 gcc_entry_point="Reset_Handler"
46 link_linker_script_file="$(ProjectDir)/STM32G4xx_Flash.icf"
47 link_map_file="Full"
48 link_map_file_format="HTML"
49 linker_memory_map_file="$(ProjectDir)/STM32G473RCTx_MemoryMap.xml"
50 linker_output_format="hex"
51 linker_printf_fmt_level="long long"
52 linker_printf_width_precision_supported="Yes"
53 macros="DeviceHeaderFile=$(PackagesDir)/STM32G4xx/Device/Include/stm32g4xx.h;DeviceSystemFile=$(PackagesDir)/STM32G4xx/Device/Source/system_stm32g4xx.c;DeviceVectorsFile=$(PackagesDir)/STM32G4xx/Source/stm32g473xx_Vectors.s;DeviceFamily=STM32G4xx;DeviceSubFamily=STM32G473;Target=STM32G473RCTx"
54 project_directory=""
55 project_type="Executable"
56 target_load_end_script="Reset();"
57 target_reset_script="Reset();" />
58 <configuration
59 Name="Debug125A_12V"
60 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V"
61 gcc_optimization_level="Debug" />
62 <configuration
63 Name="Debug125A_24V"
64 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
65 gcc_debugging_level="Level 3" />
66 <configuration
67 Name="Release125A_12V"
68 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" />
69 <configuration
70 Name="Release125A_24V"
71 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
72 gcc_optimization_level="Level 2 balanced" />
73 <folder Name="CMSIS Files">
74 <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" />
75 </folder>
76 <folder Name="core">
77 <folder Name="inc">
78 <file file_name="../Core/Inc/adc.h" />
79 <file file_name="../Core/Inc/dma.h" />
80 <file file_name="../Core/Inc/fdcan.h" />
81 <file file_name="../Core/Inc/gpio.h" />
82 <file file_name="../Core/Inc/i2c.h" />
83 <file file_name="../Core/Inc/iwdg.h" />
84 <file file_name="../Core/Inc/main.h" />
85 <file file_name="../Core/Inc/spi.h" />
86 <file file_name="../Core/Inc/stm32g4xx_hal_conf.h" />
87 <file file_name="../Core/Inc/stm32g4xx_it.h" />
88 <file file_name="../Core/Inc/tim.h" />
89 <file file_name="../Core/Inc/usart.h" />
90 </folder>
91 <folder Name="src">
92 <file file_name="../Core/Src/adc.c" />
93 <file file_name="../Core/Src/crc.c" />
94 <file file_name="../Core/Src/dma.c" />
95 <file file_name="../Core/Src/gpio.c" />
96 <file file_name="../Core/Src/i2c.c" />
97 <file file_name="../Core/Src/iwdg.c" />
98 <file file_name="../Core/Src/main.c" />
99 <file file_name="../Core/Src/rtc.c" />
100 <file file_name="../Core/Src/spi.c" />
101 <file file_name="../Core/Src/stm32g4xx_hal_msp.c" />
102 <file file_name="../Core/Src/stm32g4xx_it.c" />
103 <file file_name="../Core/Src/tim.c" />
104 <file file_name="../Core/Src/usart.c" />
105 </folder>
106 </folder>
107 <folder Name="HAL">
108 <folder Name="inc">
109 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h" />
110 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h" />
111 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h" />
112 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h" />
113 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h" />
114 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h" />
115 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h" />
116 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h" />
117 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h" />
118 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h" />
119 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h" />
120 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h" />
121 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h" />
122 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h" />
123 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h" />
124 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h" />
125 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h" />
126 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h" />
127 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h" />
128 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h" />
129 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h" />
130 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h" />
131 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h" />
132 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h" />
133 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h" />
134 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h" />
135 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h" />
136 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h" />
137 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h" />
138 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h" />
139 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h" />
140 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h" />
141 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h" />
142 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h" />
143 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h" />
144 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h" />
145 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h" />
146 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h" />
147 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h" />
148 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h" />
149 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h" />
150 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h" />
151 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h" />
152 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h" />
153 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h" />
154 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h" />
155 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h" />
156 </folder>
157 <folder Name="src">
158 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c" />
159 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c" />
160 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c" />
161 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c" />
162 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c" />
163 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c" />
164 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c" />
165 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c" />
166 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c" />
167 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c" />
168 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c" />
169 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c" />
170 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c" />
171 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c" />
172 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c" />
173 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c" />
174 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c" />
175 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c" />
176 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c" />
177 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c" />
178 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c" />
179 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c" />
180 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c" />
181 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c" />
182 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c" />
183 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c" />
184 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c" />
185 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c" />
186 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c" />
187 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c" />
188 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c" />
189 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c" />
190 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c" />
191 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c" />
192 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" />
193 </folder>
194 </folder>
195 <folder Name="inc">
196 <file file_name="inc/ads1260.h" />
197 <file file_name="inc/ah_counter.h" />
198 <file file_name="inc/battery_voltage.h" />
199 <file file_name="inc/chip_temperature.h" />
200 <file file_name="inc/doku.h" />
201 <file file_name="inc/eeprom.h" />
202 <file file_name="inc/efficiency.h" />
203 <file file_name="inc/esr.h" />
204 <file file_name="inc/fast_current.h" />
205 <file file_name="inc/int_bat_voltage.h" />
206 <file file_name="inc/ltc_current.h" />
207 <file file_name="inc/modbus.h" />
208 <file file_name="inc/outputs.h" />
209 <file file_name="inc/ring.h" />
210 <file file_name="inc/rtc.h" />
211 <file file_name="inc/self_discharge.h" />
212 <file file_name="inc/shunt_temperature.h" />
213 <file file_name="inc/shunt_voltage.h" />
214 <file file_name="inc/sysdata.h" />
215 <file file_name="inc/template.h" />
216 <file file_name="inc/tim.h" />
217 <file file_name="inc/wh_counter.h" />
218 </folder>
219 <folder Name="Script Files">
220 <file file_name="STM32G4xx/Scripts/STM32G4xx_Target.js">
221 <configuration Name="Common" file_type="Reset Script" />
222 </file>
223 </folder>
224 <folder Name="src">
225 <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
226 <file file_name="src/ads1260.c" />
227 <file file_name="src/ah_counter.c" />
228 <file file_name="src/battery_voltage.c" />
229 <file file_name="src/chip_temperature.c" />
230 <file file_name="src/eeprom.c" />
231 <file file_name="src/efficiency.c" />
232 <file file_name="src/esr.c" />
233 <file file_name="src/fast_current.c" />
234 <file file_name="src/int_bat_voltage.c" />
235 <file file_name="src/ltc_current.c" />
236 <file file_name="src/modbus.c" />
237 <file file_name="src/outputs.c" />
238 <file file_name="src/ring.c" />
239 <file file_name="src/self_discharge.c" />
240 <file file_name="src/shunt_temperature.c" />
241 <file file_name="src/shunt_voltage.c" />
242 <file file_name="src/sysdata.c" />
243 <file file_name="src/template.c" />
244 <file file_name="src/wh_counter.c" />
245 </folder>
246 <folder Name="System Files_segger">
247 <file file_name="SEGGER_THUMB_Startup.s" />
248 <file file_name="STM32G4xx/Source/stm32g473xx_Vectors.s">
249 <configuration Name="Common" file_type="Assembly" />
250 </file>
251 <file file_name="STM32G4xx/Source/STM32G4xx_Startup.s" />
252 </folder>
253 <folder Name="systemfiles_st">
254 <file file_name="../Core/Src/system_stm32g4xx.c" />
255 </folder>
256 <folder Name="usb">
257 <folder Name="inc">
258 <file file_name="../Core/Inc/ucpd.h" />
259 <file file_name="../USB_Device/App/usb_device.h" />
260 <file file_name="../USB_Device/App/usbd_cdc_if.h" />
261 <file file_name="../USB_Device/Target/usbd_conf.h" />
262 <file file_name="../USB_Device/App/usbd_desc.h" />
263 <file file_name="../USBPD/App/usbpd.h" />
264 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_cad_hw_if.h" />
265 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_core.h" />
266 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_def.h" />
267 <file file_name="../USBPD/usbpd_devices_conf.h" />
268 <file file_name="../USBPD/Target/usbpd_dpm_conf.h" />
269 <file file_name="../USBPD/App/usbpd_dpm_core.h" />
270 <file file_name="../USBPD/Target/usbpd_dpm_user.h" />
271 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw.h" />
272 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw_if.h" />
273 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_phy.h" />
274 <file file_name="../USBPD/App/usbpd_pwr_if.h" />
275 <file file_name="../USBPD/Target/usbpd_pwr_user.h" />
276 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_timersserver.h" />
277 </folder>
278 <folder Name="src">
279 <file file_name="../Core/Src/ucpd.c" />
280 <file file_name="../USB_Device/App/usb_device.c" />
281 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c" />
282 <file file_name="../USB_Device/App/usbd_cdc_if.c" />
283 <file file_name="../USB_Device/Target/usbd_conf.c" />
284 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c" />
285 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c" />
286 <file file_name="../USB_Device/App/usbd_desc.c" />
287 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c" />
288 <file file_name="../USBPD/App/usbpd.c" />
289 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_cad_hw_if.c" />
290 <file file_name="../USBPD/App/usbpd_dpm_core.c" />
291 <file file_name="../USBPD/Target/usbpd_dpm_user.c" />
292 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw.c" />
293 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw_if_it.c" />
294 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy.c" />
295 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy_hw_if.c" />
296 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_pwr_hw_if.c" />
297 <file file_name="../USBPD/App/usbpd_pwr_if.c" />
298 <file file_name="../USBPD/Target/usbpd_pwr_user.c" />
299 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_timersserver.c" />
300 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/lib/USBPDCORE_PD3_FULL_CM4_wc32.a" />
301 </folder>
302 </folder>
303 </project>
304</solution>
Note: See TracBrowser for help on using the repository browser.