Rev 2506 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2506 | - | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <PropertyGroup> |
||
4 | <SchemaVersion>2.0</SchemaVersion> |
||
5 | <ProjectVersion>6.2</ProjectVersion> |
||
6 | <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName> |
||
7 | <ProjectGuid>{5f2975c3-87e8-4878-a7fb-156d23300148}</ProjectGuid> |
||
8 | <avrdevice>ATmega1284</avrdevice> |
||
9 | <avrdeviceseries>none</avrdeviceseries> |
||
10 | <OutputType>Executable</OutputType> |
||
11 | <Language>C</Language> |
||
12 | <OutputFileName>$(MSBuildProjectName)</OutputFileName> |
||
13 | <OutputFileExtension>.elf</OutputFileExtension> |
||
14 | <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory> |
||
15 | <AssemblyName>FlightCtrl</AssemblyName> |
||
16 | <Name>FlightCtrl</Name> |
||
17 | <RootNamespace>FlightCtrl</RootNamespace> |
||
18 | <ToolchainFlavour>Native</ToolchainFlavour> |
||
19 | <KeepTimersRunning>true</KeepTimersRunning> |
||
20 | <OverrideVtor>false</OverrideVtor> |
||
21 | <CacheFlash>true</CacheFlash> |
||
22 | <ProgFlashFromRam>true</ProgFlashFromRam> |
||
23 | <RamSnippetAddress>0x20000000</RamSnippetAddress> |
||
24 | <UncachedRange /> |
||
25 | <preserveEEPROM>true</preserveEEPROM> |
||
26 | <OverrideVtorValue>exception_table</OverrideVtorValue> |
||
27 | <BootSegment>2</BootSegment> |
||
28 | <eraseonlaunchrule>0</eraseonlaunchrule> |
||
29 | <AsfFrameworkConfig> |
||
30 | <framework-data xmlns=""> |
||
31 | <options /> |
||
32 | <configurations /> |
||
33 | <files /> |
||
34 | <documentation help="" /> |
||
35 | <offline-documentation help="" /> |
||
36 | <dependencies> |
||
37 | <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.21.0" /> |
||
38 | </dependencies> |
||
39 | </framework-data> |
||
40 | </AsfFrameworkConfig> |
||
41 | </PropertyGroup> |
||
42 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
||
43 | <ToolchainSettings> |
||
44 | <AvrGcc> |
||
45 | <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches> |
||
46 | <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
||
47 | <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
||
48 | <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
||
49 | <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
||
50 | <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
||
51 | <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
||
52 | <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
||
53 | <avrgcc.compiler.symbols.DefSymbols> |
||
54 | <ListValues> |
||
55 | <Value>NDEBUG</Value> |
||
56 | <Value>F_CPU=20000000</Value> |
||
57 | <Value>VERSION_MAJOR=2</Value> |
||
58 | <Value>VERSION_MINOR=8</Value> |
||
59 | <Value>VERSION_PATCH=0</Value> |
||
60 | <Value>VERSION_SERIAL_MAJOR=11</Value> |
||
61 | <Value>VERSION_SERIAL_MINOR=0</Value> |
||
62 | <Value>NC_SPI_COMPATIBLE=71</Value> |
||
63 | <Value>LIB_FC_COMPATIBLE=7</Value> |
||
64 | </ListValues> |
||
65 | </avrgcc.compiler.symbols.DefSymbols> |
||
66 | <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level> |
||
67 | <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
||
68 | <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
||
69 | <avrgcc.compiler.warnings.Undefined>True</avrgcc.compiler.warnings.Undefined> |
||
70 | <avrgcc.linker.libraries.Libraries> |
||
71 | <ListValues> |
||
72 | <Value>libm</Value> |
||
73 | <Value>libfc1284.a</Value> |
||
74 | <Value>libfc644.a</Value> |
||
75 | </ListValues> |
||
76 | </avrgcc.linker.libraries.Libraries> |
||
77 | <avrgcc.linker.libraries.LibrarySearchPaths> |
||
78 | <ListValues> |
||
79 | <Value>C:\Users\SIE-AV\Documents\Atmel Studio\6.2\FlightCtrl\FlightCtrl</Value> |
||
80 | </ListValues> |
||
81 | </avrgcc.linker.libraries.LibrarySearchPaths> |
||
82 | </AvrGcc> |
||
83 | </ToolchainSettings> |
||
84 | </PropertyGroup> |
||
85 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
||
86 | <ToolchainSettings> |
||
87 | <AvrGcc> |
||
88 | <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches> |
||
89 | <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex> |
||
90 | <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss> |
||
91 | <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep> |
||
92 | <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec> |
||
93 | <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures> |
||
94 | <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned> |
||
95 | <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned> |
||
96 | <avrgcc.compiler.symbols.DefSymbols> |
||
97 | <ListValues> |
||
98 | <Value>DEBUG</Value> |
||
99 | <Value>F_CPU=20000000</Value> |
||
100 | <Value>VERSION_MAJOR=2</Value> |
||
101 | <Value>VERSION_MINOR=8</Value> |
||
102 | <Value>VERSION_PATCH=0</Value> |
||
103 | <Value>VERSION_SERIAL_MAJOR=11</Value> |
||
104 | <Value>VERSION_SERIAL_MINOR=0</Value> |
||
105 | <Value>NC_SPI_COMPATIBLE=71</Value> |
||
106 | <Value>LIB_FC_COMPATIBLE=7</Value> |
||
107 | </ListValues> |
||
108 | </avrgcc.compiler.symbols.DefSymbols> |
||
109 | <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level> |
||
110 | <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers> |
||
111 | <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum> |
||
112 | <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel> |
||
2507 | - | 113 | <avrgcc.compiler.warnings.Undefined>True</avrgcc.compiler.warnings.Undefined> |
2506 | - | 114 | <avrgcc.linker.libraries.Libraries> |
115 | <ListValues> |
||
116 | <Value>libm</Value> |
||
117 | <Value>libfc1284.a</Value> |
||
118 | <Value>libfc644.a</Value> |
||
119 | </ListValues> |
||
120 | </avrgcc.linker.libraries.Libraries> |
||
121 | <avrgcc.linker.libraries.LibrarySearchPaths> |
||
122 | <ListValues> |
||
123 | <Value>C:\Users\SIE-AV\Documents\Atmel Studio\6.2\FlightCtrl\FlightCtrl</Value> |
||
124 | </ListValues> |
||
125 | </avrgcc.linker.libraries.LibrarySearchPaths> |
||
126 | <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel> |
||
127 | </AvrGcc> |
||
128 | </ToolchainSettings> |
||
129 | <UsesExternalMakeFile>False</UsesExternalMakeFile> |
||
130 | <BuildTarget>all</BuildTarget> |
||
131 | <CleanTarget>clean</CleanTarget> |
||
132 | <ExternalMakeFilePath>C:\Users\SIE-AV\Documents\Atmel Studio\6.2\FlightCtrl\FlightCtrl\makefile</ExternalMakeFilePath> |
||
133 | </PropertyGroup> |
||
134 | <ItemGroup> |
||
135 | <Compile Include="analog.c"> |
||
136 | <SubType>compile</SubType> |
||
137 | </Compile> |
||
138 | <Compile Include="analog.h"> |
||
139 | <SubType>compile</SubType> |
||
140 | </Compile> |
||
141 | <Compile Include="capacity.c"> |
||
142 | <SubType>compile</SubType> |
||
143 | </Compile> |
||
144 | <Compile Include="capacity.h"> |
||
145 | <SubType>compile</SubType> |
||
146 | </Compile> |
||
147 | <Compile Include="debug.c"> |
||
148 | <SubType>compile</SubType> |
||
149 | </Compile> |
||
150 | <Compile Include="debug.h"> |
||
151 | <SubType>compile</SubType> |
||
152 | </Compile> |
||
153 | <Compile Include="eeprom.c"> |
||
154 | <SubType>compile</SubType> |
||
155 | </Compile> |
||
156 | <Compile Include="eeprom.h"> |
||
157 | <SubType>compile</SubType> |
||
158 | </Compile> |
||
159 | <Compile Include="fc.c"> |
||
160 | <SubType>compile</SubType> |
||
161 | </Compile> |
||
162 | <Compile Include="fc.h"> |
||
163 | <SubType>compile</SubType> |
||
164 | </Compile> |
||
165 | <Compile Include="FlightCtrl.c"> |
||
166 | <SubType>compile</SubType> |
||
167 | </Compile> |
||
168 | <Compile Include="GPS.c"> |
||
169 | <SubType>compile</SubType> |
||
170 | </Compile> |
||
171 | <Compile Include="gps.h"> |
||
172 | <SubType>compile</SubType> |
||
173 | </Compile> |
||
174 | <Compile Include="hottmenu.c"> |
||
175 | <SubType>compile</SubType> |
||
176 | </Compile> |
||
177 | <Compile Include="hottmenu.h"> |
||
178 | <SubType>compile</SubType> |
||
179 | </Compile> |
||
180 | <Compile Include="isqrt.h"> |
||
181 | <SubType>compile</SubType> |
||
182 | </Compile> |
||
183 | <Compile Include="isqrt.S"> |
||
184 | <SubType>compile</SubType> |
||
185 | </Compile> |
||
186 | <Compile Include="jetimenu.c"> |
||
187 | <SubType>compile</SubType> |
||
188 | </Compile> |
||
189 | <Compile Include="jetimenu.h"> |
||
190 | <SubType>compile</SubType> |
||
191 | </Compile> |
||
192 | <Compile Include="jeti_ex.c"> |
||
193 | <SubType>compile</SubType> |
||
194 | </Compile> |
||
195 | <Compile Include="jeti_ex.h"> |
||
196 | <SubType>compile</SubType> |
||
197 | </Compile> |
||
198 | <Compile Include="led.c"> |
||
199 | <SubType>compile</SubType> |
||
200 | </Compile> |
||
201 | <Compile Include="led.h"> |
||
202 | <SubType>compile</SubType> |
||
203 | </Compile> |
||
204 | <Compile Include="libfc.h"> |
||
205 | <SubType>compile</SubType> |
||
206 | </Compile> |
||
207 | <Compile Include="main.h"> |
||
208 | <SubType>compile</SubType> |
||
209 | </Compile> |
||
210 | <Compile Include="menu.c"> |
||
211 | <SubType>compile</SubType> |
||
212 | </Compile> |
||
213 | <Compile Include="menu.h"> |
||
214 | <SubType>compile</SubType> |
||
215 | </Compile> |
||
216 | <Compile Include="mymath.c"> |
||
217 | <SubType>compile</SubType> |
||
218 | </Compile> |
||
219 | <Compile Include="mymath.h"> |
||
220 | <SubType>compile</SubType> |
||
221 | </Compile> |
||
222 | <Compile Include="old_macros.h"> |
||
223 | <SubType>compile</SubType> |
||
224 | </Compile> |
||
225 | <Compile Include="printf_P.h"> |
||
226 | <SubType>compile</SubType> |
||
227 | </Compile> |
||
228 | <Compile Include="rc.c"> |
||
229 | <SubType>compile</SubType> |
||
230 | </Compile> |
||
231 | <Compile Include="rc.h"> |
||
232 | <SubType>compile</SubType> |
||
233 | </Compile> |
||
234 | <Compile Include="sbus.c"> |
||
235 | <SubType>compile</SubType> |
||
236 | </Compile> |
||
237 | <Compile Include="sbus.h"> |
||
238 | <SubType>compile</SubType> |
||
239 | </Compile> |
||
240 | <Compile Include="Settings.h"> |
||
241 | <SubType>compile</SubType> |
||
242 | </Compile> |
||
243 | <Compile Include="Spektrum.c"> |
||
244 | <SubType>compile</SubType> |
||
245 | </Compile> |
||
246 | <Compile Include="Spektrum.h"> |
||
247 | <SubType>compile</SubType> |
||
248 | </Compile> |
||
249 | <Compile Include="spi.c"> |
||
250 | <SubType>compile</SubType> |
||
251 | </Compile> |
||
252 | <Compile Include="spi.h"> |
||
253 | <SubType>compile</SubType> |
||
254 | </Compile> |
||
255 | <Compile Include="timer0.c"> |
||
256 | <SubType>compile</SubType> |
||
257 | </Compile> |
||
258 | <Compile Include="timer0.h"> |
||
259 | <SubType>compile</SubType> |
||
260 | </Compile> |
||
261 | <Compile Include="twimaster.c"> |
||
262 | <SubType>compile</SubType> |
||
263 | </Compile> |
||
264 | <Compile Include="twimaster.h"> |
||
265 | <SubType>compile</SubType> |
||
266 | </Compile> |
||
267 | <Compile Include="uart.c"> |
||
268 | <SubType>compile</SubType> |
||
269 | </Compile> |
||
270 | <Compile Include="uart.h"> |
||
271 | <SubType>compile</SubType> |
||
272 | </Compile> |
||
273 | <Compile Include="user_receiver.c"> |
||
274 | <SubType>compile</SubType> |
||
275 | </Compile> |
||
276 | <Compile Include="user_receiver.h"> |
||
277 | <SubType>compile</SubType> |
||
278 | </Compile> |
||
279 | <Compile Include="vector.h"> |
||
280 | <SubType>compile</SubType> |
||
281 | </Compile> |
||
282 | </ItemGroup> |
||
283 | <ItemGroup> |
||
284 | <None Include="libfc1284.a"> |
||
285 | <SubType>compile</SubType> |
||
286 | </None> |
||
287 | <None Include="libfc644.a"> |
||
288 | <SubType>compile</SubType> |
||
289 | </None> |
||
290 | <None Include="License.txt"> |
||
291 | <SubType>compile</SubType> |
||
292 | </None> |
||
293 | <None Include="makefile"> |
||
294 | <SubType>compile</SubType> |
||
295 | </None> |
||
296 | <None Include="version.txt"> |
||
297 | <SubType>compile</SubType> |
||
298 | </None> |
||
299 | </ItemGroup> |
||
300 | <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" /> |
||
301 | </Project> |