Changeset 76 for trunk/fw_g473rct/SES/smartPro.emProject
- Timestamp:
- Sep 9, 2026, 3:02:30 PM (11 days ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/smartPro.emProject (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/smartPro.emProject
r75 r76 71 71 <configuration 72 72 Name="Debug125A_48V_GM" 73 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 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;ADS1261;ADCOFFSET" /> 74 74 <configuration 75 75 Name="Debug250A_12V" 76 c_preprocessor_definitions="DEVICETYPE= 125;DEFAULT_PARAMETER_SYSTEM_VOLTAGE_12V;BATTERY_VOLTAGE_VOLTAGE_DIVIDER=6;SHUNT_VOLTAGE_VOLTAGE_DIVIDER=6" />76 c_preprocessor_definitions="DEVICETYPE=250;DEFAULT_PARAMETER_SYSTEM_VOLTAGE_12V;BATTERY_VOLTAGE_VOLTAGE_DIVIDER=6;SHUNT_VOLTAGE_VOLTAGE_DIVIDER=6" /> 77 77 <configuration 78 78 Name="Release125A_12V" … … 90 90 Name="Release125A_48V_GM" 91 91 arm_library_optimization="Fast" 92 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 "92 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;ADS1261;ADCOFFSET" 93 93 gcc_debugging_level="None" 94 94 gcc_optimization_level="Level 2 for speed" … … 100 100 <folder Name="inc"> 101 101 <file file_name="../Core/Inc/adc.h" /> 102 <file file_name="../Core/Inc/dac.h" /> 102 103 <file file_name="../Core/Inc/dma.h" /> 103 104 <file file_name="../Core/Inc/fdcan.h" /> … … 115 116 <file file_name="../Core/Src/adc.c" /> 116 117 <file file_name="../Core/Src/crc.c" /> 118 <file file_name="../Core/Src/dac.c" /> 117 119 <file file_name="../Core/Src/dma.c" /> 118 120 <file file_name="../Core/Src/gpio.c" /> … … 134 136 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h" /> 135 137 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h" /> 138 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac.h" /> 139 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dac_ex.h" /> 136 140 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h" /> 137 141 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h" /> … … 185 189 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c" /> 186 190 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c" /> 191 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac.c" /> 192 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac_ex.c" /> 187 193 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c" /> 188 194 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c" />
Note:
See TracChangeset
for help on using the changeset viewer.
