Changeset 44 for trunk/fw_g473rct/SES/smartPro.emProject
- Timestamp:
- Jan 20, 2026, 3:00:17 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/smartPro.emProject (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/smartPro.emProject
r38 r44 33 33 arm_target_device_name="STM32G473RC" 34 34 arm_target_interface_type="SWD" 35 batch_build_configurations="Debug125A_12V;Debug125A_24V;Release125A_12V;Release125A_24V" 35 36 c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY" 36 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" … … 40 41 debug_start_from_entry_point_symbol="No" 41 42 debug_target_connection="J-Link" 43 gcc_c_language_standard="c17" 42 44 gcc_entry_point="Reset_Handler" 43 45 link_linker_script_file="$(ProjectDir)/STM32G4xx_Flash.icf" 46 link_map_file="Full" 47 link_map_file_format="HTML" 44 48 linker_memory_map_file="$(ProjectDir)/STM32G473RCTx_MemoryMap.xml" 49 linker_output_format="hex" 45 50 linker_printf_fmt_level="long long" 46 51 linker_printf_width_precision_supported="Yes" … … 52 57 <configuration 53 58 Name="Debug125A_12V" 54 arm_compiler_variant="gcc"55 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" />59 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" 60 gcc_optimization_level="Debug" /> 56 61 <configuration 57 62 Name="Debug125A_24V" 58 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" /> 63 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" 64 gcc_debugging_level="Level 3" 65 gcc_optimization_level="Debug" /> 59 66 <configuration 60 67 Name="Release125A_12V" … … 62 69 <configuration 63 70 Name="Release125A_24V" 64 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" /> 71 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" 72 gcc_optimization_level="Level 2 balanced" /> 65 73 <folder Name="CMSIS Files"> 66 74 <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" />
Note:
See TracChangeset
for help on using the changeset viewer.
