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

Last change on this file since 65 was 65, checked in by f.jahn, 5 weeks ago
  • USB-PD function was implemented;
  • HW parity check on RAM was activated;
  • USB Device CDC mode was activated.
File size: 18.3 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"
[65]28 arm_linker_heap_size="8192"
[20]29 arm_linker_process_stack_size="0"
[65]30 arm_linker_stack_size="4096"
[20]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" />
[55]113 <file file_name="../Core/Src/tim.c" />
[20]114 <file file_name="../Core/Src/usart.c" />
115 </folder>
116 </folder>
117 <folder Name="HAL">
118 <folder Name="inc">
119 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h" />
120 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h" />
121 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h" />
122 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h" />
123 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h" />
124 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h" />
125 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h" />
126 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h" />
127 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h" />
128 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h" />
129 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h" />
130 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h" />
131 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h" />
132 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h" />
133 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h" />
134 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h" />
[38]135 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h" />
[20]136 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h" />
137 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h" />
138 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h" />
139 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h" />
140 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h" />
141 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h" />
142 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h" />
143 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h" />
[55]144 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h" />
145 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h" />
[20]146 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h" />
147 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h" />
148 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h" />
149 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h" />
150 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h" />
151 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h" />
152 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h" />
153 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h" />
154 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h" />
155 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h" />
156 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h" />
157 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h" />
158 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h" />
159 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h" />
160 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h" />
161 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h" />
[55]162 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h" />
[20]163 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h" />
164 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h" />
165 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h" />
166 </folder>
167 <folder Name="src">
168 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c" />
169 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c" />
170 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c" />
171 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c" />
[25]172 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c" />
173 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c" />
[20]174 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c" />
175 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c" />
176 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c" />
177 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c" />
178 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c" />
179 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c" />
180 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c" />
181 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c" />
182 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c" />
[38]183 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c" />
[20]184 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c" />
185 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c" />
186 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c" />
187 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c" />
188 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c" />
189 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c" />
[25]190 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c" />
191 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c" />
[20]192 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c" />
193 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c" />
[55]194 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c" />
195 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c" />
[20]196 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c" />
197 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c" />
198 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c" />
[55]199 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c" />
200 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c" />
201 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c" />
[20]202 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" />
203 </folder>
204 </folder>
205 <folder Name="inc">
206 <file file_name="inc/ads1260.h" />
207 <file file_name="inc/ah_counter.h" />
208 <file file_name="inc/battery_voltage.h" />
209 <file file_name="inc/chip_temperature.h" />
210 <file file_name="inc/doku.h" />
211 <file file_name="inc/eeprom.h" />
212 <file file_name="inc/efficiency.h" />
213 <file file_name="inc/esr.h" />
214 <file file_name="inc/fast_current.h" />
[24]215 <file file_name="inc/int_bat_voltage.h" />
[55]216 <file file_name="inc/ltc_current.h" />
[20]217 <file file_name="inc/modbus.h" />
218 <file file_name="inc/outputs.h" />
219 <file file_name="inc/rtc.h" />
220 <file file_name="inc/self_discharge.h" />
221 <file file_name="inc/shunt_temperature.h" />
222 <file file_name="inc/shunt_voltage.h" />
223 <file file_name="inc/sysdata.h" />
224 <file file_name="inc/template.h" />
225 <file file_name="inc/tim.h" />
226 <file file_name="inc/wh_counter.h" />
227 </folder>
228 <folder Name="Script Files">
229 <file file_name="STM32G4xx/Scripts/STM32G4xx_Target.js">
230 <configuration Name="Common" file_type="Reset Script" />
231 </file>
232 </folder>
233 <folder Name="src">
234 <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
235 <file file_name="src/ads1260.c" />
236 <file file_name="src/ah_counter.c" />
237 <file file_name="src/battery_voltage.c" />
238 <file file_name="src/chip_temperature.c" />
239 <file file_name="src/eeprom.c" />
240 <file file_name="src/efficiency.c" />
241 <file file_name="src/esr.c" />
242 <file file_name="src/fast_current.c" />
[24]243 <file file_name="src/int_bat_voltage.c" />
[55]244 <file file_name="src/ltc_current.c" />
[20]245 <file file_name="src/modbus.c" />
246 <file file_name="src/outputs.c" />
247 <file file_name="src/self_discharge.c" />
248 <file file_name="src/shunt_temperature.c" />
249 <file file_name="src/shunt_voltage.c" />
250 <file file_name="src/sysdata.c" />
251 <file file_name="src/template.c" />
252 <file file_name="src/wh_counter.c" />
253 </folder>
254 <folder Name="System Files_segger">
255 <file file_name="SEGGER_THUMB_Startup.s" />
256 <file file_name="STM32G4xx/Source/stm32g473xx_Vectors.s">
257 <configuration Name="Common" file_type="Assembly" />
258 </file>
259 <file file_name="STM32G4xx/Source/STM32G4xx_Startup.s" />
260 </folder>
261 <folder Name="systemfiles_st">
262 <file file_name="../Core/Src/system_stm32g4xx.c" />
263 </folder>
[55]264 <folder Name="usb">
265 <folder Name="inc">
266 <file file_name="../Core/Inc/ucpd.h" />
267 <file file_name="../USB_Device/App/usb_device.h" />
268 <file file_name="../USB_Device/App/usbd_cdc_if.h" />
269 <file file_name="../USB_Device/Target/usbd_conf.h" />
270 <file file_name="../USB_Device/App/usbd_desc.h" />
271 <file file_name="../USBPD/App/usbpd.h" />
272 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_cad_hw_if.h" />
273 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_core.h" />
274 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_def.h" />
275 <file file_name="../USBPD/usbpd_devices_conf.h" />
276 <file file_name="../USBPD/Target/usbpd_dpm_conf.h" />
277 <file file_name="../USBPD/App/usbpd_dpm_core.h" />
278 <file file_name="../USBPD/Target/usbpd_dpm_user.h" />
279 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw.h" />
280 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw_if.h" />
281 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_phy.h" />
282 <file file_name="../USBPD/App/usbpd_pwr_if.h" />
283 <file file_name="../USBPD/Target/usbpd_pwr_user.h" />
284 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_timersserver.h" />
285 </folder>
286 <folder Name="src">
287 <file file_name="../Core/Src/ucpd.c" />
288 <file file_name="../USB_Device/App/usb_device.c" />
289 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c" />
290 <file file_name="../USB_Device/App/usbd_cdc_if.c" />
291 <file file_name="../USB_Device/Target/usbd_conf.c" />
292 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c" />
293 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c" />
294 <file file_name="../USB_Device/App/usbd_desc.c" />
295 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c" />
296 <file file_name="../USBPD/App/usbpd.c" />
297 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_cad_hw_if.c" />
298 <file file_name="../USBPD/App/usbpd_dpm_core.c" />
299 <file file_name="../USBPD/Target/usbpd_dpm_user.c" />
300 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw.c" />
301 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw_if_it.c" />
302 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy.c" />
303 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy_hw_if.c" />
304 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_pwr_hw_if.c" />
305 <file file_name="../USBPD/App/usbpd_pwr_if.c" />
306 <file file_name="../USBPD/Target/usbpd_pwr_user.c" />
307 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_timersserver.c" />
308 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/lib/USBPDCORE_PD3_FULL_CM4_wc32.a" />
309 </folder>
310 </folder>
[20]311 </project>
312</solution>
Note: See TracBrowser for help on using the repository browser.