Changeset 73 for trunk/fw_g473rct/SES/smartPro.emProject
- Timestamp:
- Aug 4, 2026, 1:53:58 PM (25 hours ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/smartPro.emProject (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/smartPro.emProject
r71 r73 5 5 <configuration Name="Debug125A_24V" /> 6 6 <configuration Name="Debug125A_48V" /> 7 <configuration Name="Debug125A_48V_GM" /> 7 8 <configuration 8 9 Name="Release125A_12V" … … 13 14 <configuration Name="Release125A_24V" /> 14 15 <configuration Name="Release125A_48V" /> 16 <configuration Name="Release125A_48V_GM" /> 15 17 <project Name="smartPro"> 16 18 <configuration … … 40 42 debug_start_from_entry_point_symbol="No" 41 43 debug_target_connection="J-Link" 44 debug_terminal_log_file="$(ProjectDir)/output.txt" 42 45 gcc_c_language_standard="c17" 43 46 gcc_entry_point="Reset_Handler" … … 66 69 c_preprocessor_definitions="SYSTEM_VOLTAGE_48V;DEVICETYPE=125" /> 67 70 <configuration 71 Name="Debug125A_48V_GM" 72 c_preprocessor_definitions="DEFAULT_PARAMETER_SYSTEM_VOLTAGE_12V;BATTERY_VOLTAGE_VOLTAGE_DIVIDER=44;SHUNT_VOLTAGE_VOLTAGE_DIVIDER=44;DEVICETYPE=125;NO_USB_SUPPORT;NO_TRISTATE_OUTPUTS" /> 73 <configuration 68 74 Name="Release125A_12V" 69 75 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" /> … … 76 82 c_preprocessor_definitions="SYSTEM_VOLTAGE_48V;DEVICETYPE=125" 77 83 gcc_optimization_level="Level 2 for speed" /> 84 <configuration 85 Name="Release125A_48V_GM" 86 arm_library_optimization="Fast" 87 c_preprocessor_definitions="DEFAULT_PARAMETER_SYSTEM_VOLTAGE_12V;BATTERY_VOLTAGE_VOLTAGE_DIVIDER=44;SHUNT_VOLTAGE_VOLTAGE_DIVIDER=44;DEVICETYPE=125;NO_USB_SUPPORT;NO_TRISTATE_OUTPUTS" 88 gcc_debugging_level="None" 89 gcc_optimization_level="Level 2 for speed" 90 link_time_optimization="Yes" /> 78 91 <folder Name="CMSIS Files"> 79 92 <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" /> … … 194 207 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c" /> 195 208 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c" /> 209 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_rcc.c" /> 196 210 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c" /> 197 211 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" /> … … 201 215 <file file_name="inc/ads1260.h" /> 202 216 <file file_name="inc/ah_counter.h" /> 203 <file file_name="inc/battery_voltage .h" />217 <file file_name="inc/battery_voltage_fast.h" /> 204 218 <file file_name="inc/chip_temperature.h" /> 205 219 <file file_name="inc/doku.h" /> … … 216 230 <file file_name="inc/self_discharge.h" /> 217 231 <file file_name="inc/shunt_temperature.h" /> 218 <file file_name="inc/shunt_voltage .h" />232 <file file_name="inc/shunt_voltage_fast.h" /> 219 233 <file file_name="inc/sysdata.h" /> 220 234 <file file_name="inc/template.h" /> … … 231 245 <file file_name="src/ads1260.c" /> 232 246 <file file_name="src/ah_counter.c" /> 233 <file file_name="src/battery_voltage .c" />247 <file file_name="src/battery_voltage_fast.c" /> 234 248 <file file_name="src/chip_temperature.c" /> 235 249 <file file_name="src/eeprom.c" /> … … 244 258 <file file_name="src/self_discharge.c" /> 245 259 <file file_name="src/shunt_temperature.c" /> 246 <file file_name="src/shunt_voltage .c" />260 <file file_name="src/shunt_voltage_fast.c" /> 247 261 <file file_name="src/sysdata.c" /> 248 262 <file file_name="src/template.c" /> … … 282 296 </folder> 283 297 <folder Name="src"> 298 <configuration 299 Name="Debug125A_48V_GM" 300 build_exclude_from_build="Yes" /> 301 <configuration 302 Name="Release125A_48V_GM" 303 build_exclude_from_build="Yes" /> 284 304 <file file_name="../Core/Src/ucpd.c" /> 285 305 <file file_name="../USB_Device/App/usb_device.c" />
Note:
See TracChangeset
for help on using the changeset viewer.
