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

Last change on this file since 71 was 71, checked in by f.jahn, 5 days ago

vor cube code generierung

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