Changeset 28 for trunk/firmware_v2/SES/PowerPro.emProject
- Timestamp:
- Oct 26, 2025, 5:43:37 PM (3 days ago)
- File:
-
- 1 edited
-
trunk/firmware_v2/SES/PowerPro.emProject (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware_v2/SES/PowerPro.emProject
r24 r28 2 2 <solution Name="PowerPro" target="8" version="2"> 3 3 <configuration 4 Name="Debug "4 Name="Debug_12V" 5 5 c_preprocessor_definitions="DEBUG" 6 6 gcc_debugging_level="Level 3" 7 7 gcc_omit_frame_pointer="Yes" 8 8 gcc_optimization_level="None" /> 9 <configuration Name="Debug_24V" /> 10 <configuration Name="Debug_48V" /> 9 11 <configuration 10 Name="Release "12 Name="Release_12V" 11 13 c_preprocessor_definitions="NDEBUG" 12 14 gcc_debugging_level="Level 2" 13 15 gcc_omit_frame_pointer="Yes" 14 16 gcc_optimization_level="Level 2 balanced" /> 17 <configuration Name="Release_24V" /> 18 <configuration Name="Release_48V" /> 15 19 <project Name="PowerPro"> 16 20 <configuration … … 48 52 target_reset_script="Reset();" /> 49 53 <configuration 50 Name="Debug" 51 arm_library_optimization="Small" 52 gcc_optimization_level="None" 54 Name="Debug_12V" 55 c_preprocessor_definitions="SYSTEM_VOLTAGE_12V" 53 56 linker_keep_symbols="_vectors" /> 54 57 <configuration 55 Name="Release" 56 arm_library_optimization="Balanced" 57 gcc_optimization_level="Level 2 for size" /> 58 Name="Debug_24V" 59 c_preprocessor_definitions="SYSTEM_VOLTAGE_24V" /> 60 <configuration 61 Name="Debug_48V" 62 c_preprocessor_definitions="SYSTEM_VOLTAGE_48V" /> 63 <configuration 64 Name="Release_12V" 65 c_preprocessor_definitions="SYSTEM_VOLTAGE_12V" 66 gcc_optimization_level="Level 2 balanced" /> 67 <configuration 68 Name="Release_24V" 69 c_preprocessor_definitions="SYSTEM_VOLTAGE_24V" 70 gcc_optimization_level="Level 2 balanced" /> 71 <configuration 72 Name="Release_48V" 73 c_preprocessor_definitions="SYSTEM_VOLTAGE_48V" 74 gcc_optimization_level="Level 2 balanced" /> 58 75 <folder Name="CMSIS Files original_from_segger_ersetzt_durch_ST_file_from_cube"> 59 76 <file file_name="STM32C0xx/Device/Include/stm32c0xx.h"> 60 <configuration Name="Debug " build_exclude_from_build="Yes" />77 <configuration Name="Debug_12V" build_exclude_from_build="Yes" /> 61 78 </file> 62 79 <file file_name="STM32C0xx/Device/Source/system_stm32c0xx.c"> … … 92 109 <folder Name="CUBE HAL Driver"> 93 110 <folder Name="inc"> 111 <file file_name="../Core/Inc/iwdg.h" /> 94 112 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal.h" /> 95 113 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_adc.h" /> … … 104 122 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_gpio.h" /> 105 123 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_gpio_ex.h" /> 124 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_iwdg.h" /> 106 125 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_pwr.h" /> 107 126 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Inc/stm32c0xx_hal_pwr_ex.h" /> … … 127 146 </folder> 128 147 <folder Name="src"> 148 <file file_name="../Core/Src/iwdg.c" /> 129 149 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal.c" /> 130 150 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_adc.c" /> … … 137 157 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_flash_ex.c" /> 138 158 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_gpio.c" /> 159 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_iwdg.c" /> 139 160 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr.c" /> 140 161 <file file_name="../Drivers/STM32C0xx_HAL_Driver/Src/stm32c0xx_hal_pwr_ex.c" /> … … 178 199 <file file_name="src/mode_lvp.c" /> 179 200 <file file_name="src/mode_lvp_ovp.c"> 180 <configuration Name="Debug " build_exclude_from_build="No" />201 <configuration Name="Debug_12V" build_exclude_from_build="No" /> 181 202 </file> 182 203 <file file_name="src/mode_mainswitch.c" />
Note: See TracChangeset
for help on using the changeset viewer.
