Changeset 38 for trunk/fw_g473rct/SES/smartPro.emProject
- Timestamp:
- Nov 1, 2025, 5:29:27 PM (40 hours ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/smartPro.emProject (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/smartPro.emProject
r35 r38 6 6 c_preprocessor_definitions="DEBUG" 7 7 gcc_debugging_level="Level 3" 8 gcc_omit_frame_pointer="Yes"9 8 gcc_optimization_level="None" /> 9 <configuration Name="Debug125A_24V" /> 10 10 <configuration 11 11 Name="Release125A_12V" … … 14 14 gcc_omit_frame_pointer="Yes" 15 15 gcc_optimization_level="Level 2 balanced" /> 16 <configuration Name="Release125A_24V" /> 16 17 <project Name="smartPro"> 17 18 <configuration … … 52 53 Name="Debug125A_12V" 53 54 arm_compiler_variant="gcc" 54 c_preprocessor_definitions="DEVICETYPE=125" /> 55 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" /> 56 <configuration 57 Name="Debug125A_24V" 58 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" /> 55 59 <configuration 56 60 Name="Release125A_12V" 57 c_preprocessor_definitions="DEVICETYPE=125" /> 61 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" /> 62 <configuration 63 Name="Release125A_24V" 64 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" /> 58 65 <folder Name="CMSIS Files"> 59 66 <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" /> … … 76 83 <file file_name="../Core/Inc/gpio.h" /> 77 84 <file file_name="../Core/Inc/i2c.h" /> 85 <file file_name="../Core/Inc/iwdg.h" /> 78 86 <file file_name="../Core/Inc/main.h" /> 79 87 <file file_name="../Core/Inc/spi.h" /> … … 90 98 <file file_name="../Core/Src/gpio.c" /> 91 99 <file file_name="../Core/Src/i2c.c" /> 100 <file file_name="../Core/Src/iwdg.c" /> 92 101 <file file_name="../Core/Src/main.c" /> 93 102 <file file_name="../Core/Src/rtc.c" /> … … 123 132 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h" /> 124 133 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h" /> 134 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h" /> 125 135 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h" /> 126 136 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h" /> … … 168 178 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c" /> 169 179 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c" /> 180 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c" /> 170 181 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c" /> 171 182 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c" />
Note: See TracChangeset
for help on using the changeset viewer.
