-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTM32 workaround.ebp
164 lines (164 loc) · 5.85 KB
/
STM32 workaround.ebp
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<EmBitz_project_file>
<EmBitzVersion release="1.11" revision="0" />
<FileVersion major="1" minor="0" />
<Project>
<Option title="STM32 workaround" />
<Option pch_mode="2" />
<Option compiler="armgcc_eb" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\STM32 workaround.elf" />
<Option object_output="obj\Debug\" />
<Option type="0" />
<Option compiler="armgcc_eb" />
<Option projectDeviceOptionsRelation="0" />
<Compiler>
<Add option="-Wall" />
<Add option="-fdata-sections" />
<Add option="-ffunction-sections" />
<Add option="-O0" />
<Add option="-g3" />
<Add option='-FD"%%Y.%%m.%%d"' />
</Compiler>
<Cpp>
<Add option="-Wall" />
<Add option="-fdata-sections" />
<Add option="-ffunction-sections" />
<Add option="-O0" />
<Add option="-g3" />
</Cpp>
<Assembler>
<Add option="-Wa,--gdwarf-2" />
<Add option='-FD"%%Y.%%m.%%d"' />
</Assembler>
<Linker>
<Add option="-Wl,--gc-sections" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin\Release\STM32 workaround.elf" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option create_hex="1" />
<Option compiler="armgcc_eb" />
<Option projectDeviceOptionsRelation="0" />
<Compiler>
<Add option="-O2" />
<Add option="-g2" />
<Add option="-fdata-sections" />
<Add option="-ffunction-sections" />
</Compiler>
<Cpp>
<Add option="-O2" />
<Add option="-g2" />
<Add option="-fdata-sections" />
<Add option="-ffunction-sections" />
</Cpp>
<Assembler>
<Add option="-Wa,--no-warn" />
</Assembler>
<Linker>
<Add option="-Wl,--gc-sections" />
</Linker>
</Target>
<Target title="test">
<Option output="STM32 workaround.ebp" />
<Option type="0" />
<Option compiler="armgcc_eb" />
<Option projectDeviceOptionsRelation="0" />
</Target>
</Build>
<Device>
<Add option="$device=cortex-m3" />
<Add option="$stack=0x0100" />
<Add option="$heap=0x0000" />
<Add option="$lscript=./stm32f103c8_flash.ld" />
</Device>
<Compiler>
<Add option="-mfloat-abi=soft" />
<Add option="-fno-strict-aliasing" />
<Add symbol="STM32F103C8" />
<Add symbol="STM32F10X_MD" />
<Add directory=".\inc" />
<Add directory=".\src" />
<Add directory=".\cmsis" />
</Compiler>
<Linker>
<Add option="-eb_start_files" />
<Add option="-eb_lib=n" />
</Linker>
<Unit filename="cmsis\core_cm3.h" />
<Unit filename="cmsis\core_cmFunc.h" />
<Unit filename="cmsis\core_cmInstr.h" />
<Unit filename="inc\stm32f10x.h" />
<Unit filename="inc\system_stm32f10x.h" />
<Unit filename="readme.txt" />
<Unit filename="src\main.c">
<Option compilerVar="CC" />
<Option target="Debug" />
<Option target="Release" />
</Unit>
<Unit filename="src\startup_stm32f10x_md.S">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src\system_stm32f10x.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src\test.c">
<Option compilerVar="CC" />
<Option target="test" />
</Unit>
<Unit filename="stm32f103c8_flash.ld" />
<Unit filename="stm32f103c8_sram.ld" />
<Extensions>
<code_completion />
<debugger>
<target_debugging_settings target="Debug" active_interface="ST-link">
<debug_interface interface_id="ST-link" ip_address="localhost" ip_port="4242" path="${EMBITZ}\share\contrib" executable="STLinkGDB.exe" description="E:\Documents\svd\stm32f103c8t6.svd" dont_start_server="false" backoff_time="1000" options="10" reg_filter="3" active_family="STMicroelectronics" gdb_before_conn="" gdb_after_conn="">
<family_options family_id="STMicroelectronics">
<option opt_id="ID_JTAG_SWD" opt_value="swd" />
<option opt_id="ID_VECTOR_START" opt_value="0x08000000" />
<option opt_id="ID_RESET_TYPE" opt_value="System" />
<option opt_id="ID_LOAD_PROGRAM" opt_value="1" />
<option opt_id="ID_SEMIHOST_CHECK" opt_value="0" />
<option opt_id="ID_RAM_EXEC" opt_value="0" />
<option opt_id="ID_VEC_TABLE" opt_value="1" />
<option opt_id="ID_DONT_CONN_RESET" opt_value="0" />
<option opt_id="ID_ALL_MODE_DEBUG" opt_value="0" />
<option opt_id="ID_DEV_ADDR" opt_value="" />
<option opt_id="ID_VERBOSE_LEVEL" opt_value="3" />
</family_options>
</debug_interface>
</target_debugging_settings>
<target_debugging_settings target="Release" active_interface="ST-link">
<debug_interface interface_id="ST-link" ip_address="localhost" ip_port="4242" path="${EMBITZ}\share\contrib" executable="STLinkGDB.exe" description="" dont_start_server="false" backoff_time="1000" options="0" reg_filter="0" active_family="STMicroelectronics" gdb_before_conn="" gdb_after_conn="">
<family_options family_id="STMicroelectronics">
<option opt_id="ID_JTAG_SWD" opt_value="swd" />
<option opt_id="ID_VECTOR_START" opt_value="0x08000000" />
<option opt_id="ID_RESET_TYPE" opt_value="System" />
<option opt_id="ID_LOAD_PROGRAM" opt_value="1" />
<option opt_id="ID_SEMIHOST_CHECK" opt_value="0" />
<option opt_id="ID_RAM_EXEC" opt_value="0" />
<option opt_id="ID_VEC_TABLE" opt_value="1" />
<option opt_id="ID_DONT_CONN_RESET" opt_value="0" />
<option opt_id="ID_ALL_MODE_DEBUG" opt_value="0" />
<option opt_id="ID_DEV_ADDR" opt_value="" />
<option opt_id="ID_VERBOSE_LEVEL" opt_value="3" />
</family_options>
</debug_interface>
</target_debugging_settings>
</debugger>
<envvars />
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</EmBitz_project_file>