-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathTemplate_CortexM.emProject
71 lines (71 loc) · 2.5 KB
/
Template_CortexM.emProject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE CrossStudio_Project_File>
<solution Name="Template_CortexM" target="8" version="2">
<project Name="FlashLoader">
<configuration
Name="Common"
Target="Cortex-M0"
arm_architecture="v7M"
arm_core_type="Cortex-M0"
arm_endian="Little"
arm_target_device_name="Cortex-M0"
arm_target_interface_type="SWD"
debug_target_connection="J-Link"
gcc_debugging_level="Level 3"
linker_memory_map_file="$(ProjectDir)/MemoryMap.xml" />
<configuration
Name="Release"
arm_linker_heap_size="256"
arm_linker_stack_size="256"
c_user_include_directories=".;./Src;./Src/hal"
default_code_section="PrgCode"
default_const_section="PrgCode"
default_data_section="PrgData"
default_zeroed_section="PrgData"
gcc_entry_point="ProgramPage"
gcc_optimization_level="Level 3"
linker_keep_symbols="_vectors;_Dummy;FlashDevice;EraseChip;EraseSector;ProgramPage;Init;UnInit;Verify;BlankCheck"
linker_output_format="hex"
linker_section_placement_file="$(ProjectDir)/Placement_release.xml" />
<configuration
Name="Debug"
arm_core_type="Cortex-M7"
c_preprocessor_definitions="STM32H750xx;VECT_TAB_SRAM"
c_user_include_directories=".;./Src;./Src/hal"
gcc_optimization_level="None"
linker_section_placement_file="$(ProjectDir)/Placement_debug.xml"
project_type="Executable" />
<folder Name="Src">
<file file_name="Src/FlashPrg.c">
<configuration Name="Release" gcc_optimization_level="None" />
</file>
<file file_name="Src/FlashDev.c" />
<file file_name="Src/FlashOS.h" />
<file file_name="Src/main.c">
<configuration Name="Release" build_exclude_from_build="Yes" />
</file>
<folder
Name="hal"
exclude=""
filter="*.*"
path="Src/hal"
recurse="No" />
<file file_name="Src/qspi_init.c">
<configuration
Name="Release"
arm_core_type="Cortex-M7"
gcc_optimization_level="None" />
</file>
</folder>
<folder Name="System Files">
<file file_name="Src/Cortex_M_Startup.s">
<configuration Name="Release" build_exclude_from_build="Yes" />
</file>
<file file_name="Src/thumb_crt0.s">
<configuration Name="Release" build_exclude_from_build="Yes" />
</file>
</folder>
</project>
<configuration Name="Release" />
<configuration Name="Internal" hidden="Yes" />
<configuration Name="Debug" />
</solution>