source: ctrl/firmware/Main/SES/charger.emProject @ 10

Last change on this file since 10 was 10, checked in by Zed, 7 weeks ago

Added SEGGER project files.

File size: 3.4 KB
Line 
1<!DOCTYPE CrossStudio_Project_File>
2<solution Name="charger" version="2" target="8">
3  <configuration
4    Name="Debug"
5    c_preprocessor_definitions="DEBUG"
6    gcc_debugging_level="Level 3"
7    gcc_omit_frame_pointer="Yes"
8    gcc_optimization_level="None" />
9  <configuration
10    Name="Release"
11    c_preprocessor_definitions="NDEBUG"
12    gcc_debugging_level="Level 2"
13    gcc_omit_frame_pointer="Yes"
14    gcc_optimization_level="Level 2 balanced" />
15  <configuration
16    LIBRARY_HEAP_TYPE="Minimal"
17    LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
18    LIBRARY_LOCALES="Minimal"
19    Name="Release_MinSize"
20    arm_library_optimization="Small"
21    c_preprocessor_definitions="NDEBUG;__OPTIMIZATION_SMALL"
22    cpp_enable_exceptions="No"
23    gcc_debugging_level="None"
24    gcc_omit_frame_pointer="Yes"
25    gcc_optimization_level="Level 2 for size"
26    gcc_short_enum="Minimal Container Size"
27    libcxx="Yes (No Exceptions)"
28    link_dedupe_code="Yes"
29    link_dedupe_data="Yes"
30    link_merge_strings="Yes"
31    link_time_optimization="Yes"
32    linker_printf_fmt_level="int"
33    linker_printf_fp_enabled="No"
34    linker_printf_width_precision_supported="No" />
35  <project Name="charger">
36    <configuration
37      LIBRARY_IO_TYPE="RTT"
38      Name="Common"
39      Target="STM32H723ZETx"
40      arm_architecture="v7EM"
41      arm_compiler_variant="SEGGER"
42      arm_core_type="Cortex-M7"
43      arm_endian="Little"
44      arm_fp_abi="Hard"
45      arm_fpu_type="FPv5-D16"
46      arm_linker_heap_size="2048"
47      arm_linker_process_stack_size="0"
48      arm_linker_stack_size="2048"
49      arm_linker_variant="SEGGER"
50      arm_simulator_memory_simulation_parameter="RAM;0x00000000;0x00010000;ROM;0x08000000;0x00080000;RAM;0x20000000;0x00020000;RAM;0x24000000;0x00020000;RAM;0x30000000;0x00008000;RAM;0x38000000;0x00004000;RAM;0x38800000;0x00001000"
51      arm_target_device_name="STM32H723ZE"
52      arm_target_interface_type="SWD"
53      debug_register_definition_file="$(ProjectDir)/STM32H723_Registers.xml"
54      debug_stack_pointer_start="__stack_end__"
55      debug_target_connection="J-Link"
56      gcc_entry_point="Reset_Handler"
57      link_dedupe_code="Yes"
58      link_linker_script_file="Setup/SEGGER_Flash.icf"
59      linker_memory_map_file="$(ProjectDir)/STM32H723ZETx_MemoryMap.xml"
60      linker_output_format="hex"
61      linker_section_placements_segments="FLASH1 RX 0x00000000 0x00100000;RAM1 RWX 0x20000000 0x00010000"
62      macros="DeviceHeaderFile=$(PackagesDir)/STM32H7xx/Device/Include/stm32h7xx.h;DeviceSystemFile=$(PackagesDir)/STM32H7xx/Device/Source/system_stm32h7xx.c;DeviceVectorsFile=$(PackagesDir)/STM32H7xx/Source/stm32h723xx_Vectors.s;DeviceFamily=STM32H7xx;DeviceSubFamily=STM32H723"
63      project_directory=""
64      project_type="Executable" />
65    <configuration Name="Release" link_dedupe_code="Yes" />
66    <configuration
67      LIBRARY_IO_TYPE="SEMIHOST (host-formatted)"
68      Name="Release_MinSize" />
69    <folder Name="Core">
70      <folder Name="Inc">
71        <file file_name="../CubeMX/Core/Inc/main.h" />
72      </folder>
73      <folder Name="Src">
74        <file file_name="../CubeMX/Core/Src/main.c" />
75      </folder>
76    </folder>
77    <folder Name="Setup">
78      <file file_name="Setup/SEGGER_Flash.icf" />
79    </folder>
80    <folder Name="System">
81      <file file_name="System/Cortex_M_Startup.s" />
82      <file file_name="System/SEGGER_THUMB_Startup.s" />
83      <file file_name="STM32H7xx/Source/stm32h723xx_Vectors.s" />
84    </folder>
85  </project>
86</solution>
Note: See TracBrowser for help on using the repository browser.