Changeset 23 for trunk/firmware_v2/SES/PowerPro.emProject
- Timestamp:
- Aug 21, 2025, 3:14:57 PM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware_v2/SES/PowerPro.emProject
r19 r23 17 17 LIBRARY_IO_TYPE="RTT" 18 18 Name="Common" 19 Target="STM32C031K 4Tx"19 Target="STM32C031K6Tx" 20 20 arm_architecture="v6M" 21 21 arm_compiler_variant="SEGGER" … … 28 28 arm_linker_stack_size="2048" 29 29 arm_linker_variant="SEGGER" 30 arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x0000 4000;RAM;0x20000000;0x00003000"31 arm_target_device_name="STM32C031K 4"30 arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00008000;RAM;0x20000000;0x00003000" 31 arm_target_device_name="STM32C031K6" 32 32 arm_target_interface_type="SWD" 33 33 c_preprocessor_definitions="ARM_MATH_CM0PLUS;STM32C031xx;__STM32C031_SUBFAMILY;__STM32C0XX_FAMILY;__NO_FPU_ENABLE" 34 34 c_user_include_directories="$(ProjectDir)/../Drivers/STM32C0xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32C0xx/Include;$(ProjectDir)/inc" 35 35 debug_initial_breakpoint_set_option="Never" 36 debug_register_definition_file="$(P rojectDir)/STM32C031_Registers.xml"36 debug_register_definition_file="$(PackagesDir)/STM32C0xx/XML/STM32C031_Registers.xml" 37 37 debug_stack_pointer_start="__stack_end__" 38 38 debug_start_from_entry_point_symbol="Yes" … … 41 41 link_linker_script_file="$(ProjectDir)/STM32C0xx_Flash.icf" 42 42 link_time_optimization="Yes" 43 linker_memory_map_file="$(P rojectDir)/STM32C031K4Tx_MemoryMap.xml"44 macros="DeviceHeaderFile=$(PackagesDir)/STM32C0xx/Device/Include/stm32c0xx.h;DeviceSystemFile=$(PackagesDir)/STM32C0xx/Device/Source/system_stm32c0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32C0xx/Source/stm32c031xx_Vectors.s;DeviceFamily=STM32C0xx;DeviceSubFamily=STM32C031 ;Target=STM32C031K4Tx"43 linker_memory_map_file="$(PackagesDir)/STM32C0xx/XML/STM32C031K6Tx_MemoryMap.xml" 44 macros="DeviceHeaderFile=$(PackagesDir)/STM32C0xx/Device/Include/stm32c0xx.h;DeviceSystemFile=$(PackagesDir)/STM32C0xx/Device/Source/system_stm32c0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32C0xx/Source/stm32c031xx_Vectors.s;DeviceFamily=STM32C0xx;DeviceSubFamily=STM32C031" 45 45 project_directory="" 46 46 project_type="Executable" … … 49 49 <configuration 50 50 Name="Debug" 51 arm_library_optimization="Small" 51 52 gcc_optimization_level="Level 2 for size" 52 53 linker_keep_symbols="_vectors" /> … … 179 180 <file file_name="src/mode_lvp_ovp.c"> 180 181 <configuration Name="Debug" build_exclude_from_build="No" /> 181 <configuration Name="Release" build_exclude_from_build=" No" />182 <configuration Name="Release" build_exclude_from_build="Yes" /> 182 183 </file> 183 184 <file file_name="src/mode_mainswitch.c" />
Note: See TracChangeset
for help on using the changeset viewer.