Changeset 55 for trunk/fw_g473rct/SES/smartPro.emProject
- Timestamp:
- Apr 1, 2026, 9:33:58 AM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/smartPro.emProject (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/smartPro.emProject
r54 r55 26 26 arm_fp_abi="Hard" 27 27 arm_fpu_type="FPv4-SP-D16" 28 arm_linker_heap_size=" 1024"28 arm_linker_heap_size="4096" 29 29 arm_linker_process_stack_size="0" 30 30 arm_linker_stack_size="2048" … … 34 34 arm_target_interface_type="SWD" 35 35 batch_build_configurations="Debug125A_12V;Debug125A_24V;Release125A_12V;Release125A_24V" 36 c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY "37 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 "36 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" 37 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" 38 38 debug_initial_breakpoint_set_option="Never" 39 39 debug_register_definition_file="$(ProjectDir)/STM32G473xx_Registers.xml" … … 62 62 Name="Debug125A_24V" 63 63 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" 64 gcc_debugging_level="Level 3" 65 gcc_optimization_level="Debug" /> 64 gcc_debugging_level="Level 3" /> 66 65 <configuration 67 66 Name="Release125A_12V" … … 96 95 <file file_name="../Core/Inc/stm32g4xx_hal_conf.h" /> 97 96 <file file_name="../Core/Inc/stm32g4xx_it.h" /> 97 <file file_name="../Core/Inc/tim.h" /> 98 98 <file file_name="../Core/Inc/usart.h" /> 99 <file file_name="../Core/Inc/usb.h" />100 99 </folder> 101 100 <folder Name="src"> … … 103 102 <file file_name="../Core/Src/crc.c" /> 104 103 <file file_name="../Core/Src/dma.c" /> 105 <file file_name="../Core/Src/fdcan.c" />106 104 <file file_name="../Core/Src/gpio.c" /> 107 105 <file file_name="../Core/Src/i2c.c" /> … … 118 116 <configuration Name="Common" build_exclude_from_build="Yes" /> 119 117 </file> 118 <file file_name="../Core/Src/tim.c" /> 120 119 <file file_name="../Core/Src/usart.c" /> 121 <file file_name="../Core/Src/usb.c" />122 120 </folder> 123 121 </folder> … … 149 147 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h" /> 150 148 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h" /> 149 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h" /> 150 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h" /> 151 151 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h" /> 152 152 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h" /> … … 165 165 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h" /> 166 166 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h" /> 167 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h" /> 167 168 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h" /> 168 169 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h" /> … … 179 180 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c" /> 180 181 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c" /> 181 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c" />182 182 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c" /> 183 183 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c" /> … … 197 197 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c" /> 198 198 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c" /> 199 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c" /> 200 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c" /> 199 201 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c" /> 200 202 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c" /> 201 203 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c" /> 204 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c" /> 205 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c" /> 206 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c" /> 202 207 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" /> 203 208 </folder> … … 214 219 <file file_name="inc/fast_current.h" /> 215 220 <file file_name="inc/int_bat_voltage.h" /> 216 <file file_name="src/main.c"> 217 <configuration Name="Common" build_exclude_from_build="Yes" /> 218 </file> 221 <file file_name="inc/ltc_current.h" /> 219 222 <file file_name="inc/modbus.h" /> 220 223 <file file_name="inc/outputs.h" /> … … 244 247 <file file_name="src/fast_current.c" /> 245 248 <file file_name="src/int_bat_voltage.c" /> 249 <file file_name="src/ltc_current.c" /> 246 250 <file file_name="src/modbus.c" /> 247 251 <file file_name="src/outputs.c" /> … … 263 267 <file file_name="../Core/Src/system_stm32g4xx.c" /> 264 268 </folder> 269 <folder Name="usb"> 270 <folder Name="inc"> 271 <file file_name="../Core/Inc/ucpd.h" /> 272 <file file_name="../USB_Device/App/usb_device.h" /> 273 <file file_name="../USB_Device/App/usbd_cdc_if.h" /> 274 <file file_name="../USB_Device/Target/usbd_conf.h" /> 275 <file file_name="../USB_Device/App/usbd_desc.h" /> 276 <file file_name="../USBPD/App/usbpd.h" /> 277 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_cad_hw_if.h" /> 278 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_core.h" /> 279 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_def.h" /> 280 <file file_name="../USBPD/usbpd_devices_conf.h" /> 281 <file file_name="../USBPD/Target/usbpd_dpm_conf.h" /> 282 <file file_name="../USBPD/App/usbpd_dpm_core.h" /> 283 <file file_name="../USBPD/Target/usbpd_dpm_user.h" /> 284 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw.h" /> 285 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw_if.h" /> 286 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_phy.h" /> 287 <file file_name="../USBPD/App/usbpd_pwr_if.h" /> 288 <file file_name="../USBPD/Target/usbpd_pwr_user.h" /> 289 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_timersserver.h" /> 290 </folder> 291 <folder Name="src"> 292 <file file_name="../Core/Src/ucpd.c" /> 293 <file file_name="../USB_Device/App/usb_device.c" /> 294 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c" /> 295 <file file_name="../USB_Device/App/usbd_cdc_if.c" /> 296 <file file_name="../USB_Device/Target/usbd_conf.c" /> 297 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c" /> 298 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c" /> 299 <file file_name="../USB_Device/App/usbd_desc.c" /> 300 <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c" /> 301 <file file_name="../USBPD/App/usbpd.c" /> 302 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_cad_hw_if.c" /> 303 <file file_name="../USBPD/App/usbpd_dpm_core.c" /> 304 <file file_name="../USBPD/Target/usbpd_dpm_user.c" /> 305 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw.c" /> 306 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw_if_it.c" /> 307 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy.c" /> 308 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy_hw_if.c" /> 309 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_pwr_hw_if.c" /> 310 <file file_name="../USBPD/App/usbpd_pwr_if.c" /> 311 <file file_name="../USBPD/Target/usbpd_pwr_user.c" /> 312 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_timersserver.c" /> 313 <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/lib/USBPDCORE_PD3_FULL_CM4_wc32.a" /> 314 </folder> 315 </folder> 265 316 </project> 266 317 </solution>
Note:
See TracChangeset
for help on using the changeset viewer.
