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

Last change on this file since 60 was 56, checked in by f.jahn, 5 weeks ago

Added more HAL files.
Removed FDCAN support.

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