Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Details | 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.compiler.warnings.Pedantic>True</avrgcc.compiler.warnings.Pedantic>
71
  <avrgcc.linker.libraries.Libraries>
72
    <ListValues>
73
      <Value>libm</Value>
74
      <Value>libfc1284.a</Value>
75
      <Value>libfc644.a</Value>
76
    </ListValues>
77
  </avrgcc.linker.libraries.Libraries>
78
  <avrgcc.linker.libraries.LibrarySearchPaths>
79
    <ListValues>
80
      <Value>C:\Users\SIE-AV\Documents\Atmel Studio\6.2\FlightCtrl\FlightCtrl</Value>
81
    </ListValues>
82
  </avrgcc.linker.libraries.LibrarySearchPaths>
83
</AvrGcc>
84
    </ToolchainSettings>
85
  </PropertyGroup>
86
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
87
    <ToolchainSettings>
88
      <AvrGcc>
89
  <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
90
  <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
91
  <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
92
  <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
93
  <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
94
  <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
95
  <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
96
  <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
97
  <avrgcc.compiler.symbols.DefSymbols>
98
    <ListValues>
99
      <Value>DEBUG</Value>
100
      <Value>F_CPU=20000000</Value>
101
      <Value>VERSION_MAJOR=2</Value>
102
      <Value>VERSION_MINOR=8</Value>
103
      <Value>VERSION_PATCH=0</Value>
104
      <Value>VERSION_SERIAL_MAJOR=11</Value>
105
      <Value>VERSION_SERIAL_MINOR=0</Value>
106
      <Value>NC_SPI_COMPATIBLE=71</Value>
107
      <Value>LIB_FC_COMPATIBLE=7</Value>
108
    </ListValues>
109
  </avrgcc.compiler.symbols.DefSymbols>
110
  <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
111
  <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
112
  <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
113
  <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
114
  <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
115
  <avrgcc.linker.libraries.Libraries>
116
    <ListValues>
117
      <Value>libm</Value>
118
      <Value>libfc1284.a</Value>
119
      <Value>libfc644.a</Value>
120
    </ListValues>
121
  </avrgcc.linker.libraries.Libraries>
122
  <avrgcc.linker.libraries.LibrarySearchPaths>
123
    <ListValues>
124
      <Value>C:\Users\SIE-AV\Documents\Atmel Studio\6.2\FlightCtrl\FlightCtrl</Value>
125
    </ListValues>
126
  </avrgcc.linker.libraries.LibrarySearchPaths>
127
  <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
128
</AvrGcc>
129
    </ToolchainSettings>
130
    <UsesExternalMakeFile>False</UsesExternalMakeFile>
131
    <BuildTarget>all</BuildTarget>
132
    <CleanTarget>clean</CleanTarget>
133
    <ExternalMakeFilePath>C:\Users\SIE-AV\Documents\Atmel Studio\6.2\FlightCtrl\FlightCtrl\makefile</ExternalMakeFilePath>
134
  </PropertyGroup>
135
  <ItemGroup>
136
    <Compile Include="analog.c">
137
      <SubType>compile</SubType>
138
    </Compile>
139
    <Compile Include="analog.h">
140
      <SubType>compile</SubType>
141
    </Compile>
142
    <Compile Include="capacity.c">
143
      <SubType>compile</SubType>
144
    </Compile>
145
    <Compile Include="capacity.h">
146
      <SubType>compile</SubType>
147
    </Compile>
148
    <Compile Include="debug.c">
149
      <SubType>compile</SubType>
150
    </Compile>
151
    <Compile Include="debug.h">
152
      <SubType>compile</SubType>
153
    </Compile>
154
    <Compile Include="eeprom.c">
155
      <SubType>compile</SubType>
156
    </Compile>
157
    <Compile Include="eeprom.h">
158
      <SubType>compile</SubType>
159
    </Compile>
160
    <Compile Include="fc.c">
161
      <SubType>compile</SubType>
162
    </Compile>
163
    <Compile Include="fc.h">
164
      <SubType>compile</SubType>
165
    </Compile>
166
    <Compile Include="FlightCtrl.c">
167
      <SubType>compile</SubType>
168
    </Compile>
169
    <Compile Include="GPS.c">
170
      <SubType>compile</SubType>
171
    </Compile>
172
    <Compile Include="gps.h">
173
      <SubType>compile</SubType>
174
    </Compile>
175
    <Compile Include="hottmenu.c">
176
      <SubType>compile</SubType>
177
    </Compile>
178
    <Compile Include="hottmenu.h">
179
      <SubType>compile</SubType>
180
    </Compile>
181
    <Compile Include="isqrt.h">
182
      <SubType>compile</SubType>
183
    </Compile>
184
    <Compile Include="isqrt.S">
185
      <SubType>compile</SubType>
186
    </Compile>
187
    <Compile Include="jetimenu.c">
188
      <SubType>compile</SubType>
189
    </Compile>
190
    <Compile Include="jetimenu.h">
191
      <SubType>compile</SubType>
192
    </Compile>
193
    <Compile Include="jeti_ex.c">
194
      <SubType>compile</SubType>
195
    </Compile>
196
    <Compile Include="jeti_ex.h">
197
      <SubType>compile</SubType>
198
    </Compile>
199
    <Compile Include="led.c">
200
      <SubType>compile</SubType>
201
    </Compile>
202
    <Compile Include="led.h">
203
      <SubType>compile</SubType>
204
    </Compile>
205
    <Compile Include="libfc.h">
206
      <SubType>compile</SubType>
207
    </Compile>
208
    <Compile Include="main.h">
209
      <SubType>compile</SubType>
210
    </Compile>
211
    <Compile Include="menu.c">
212
      <SubType>compile</SubType>
213
    </Compile>
214
    <Compile Include="menu.h">
215
      <SubType>compile</SubType>
216
    </Compile>
217
    <Compile Include="mymath.c">
218
      <SubType>compile</SubType>
219
    </Compile>
220
    <Compile Include="mymath.h">
221
      <SubType>compile</SubType>
222
    </Compile>
223
    <Compile Include="old_macros.h">
224
      <SubType>compile</SubType>
225
    </Compile>
226
    <Compile Include="printf_P.h">
227
      <SubType>compile</SubType>
228
    </Compile>
229
    <Compile Include="rc.c">
230
      <SubType>compile</SubType>
231
    </Compile>
232
    <Compile Include="rc.h">
233
      <SubType>compile</SubType>
234
    </Compile>
235
    <Compile Include="sbus.c">
236
      <SubType>compile</SubType>
237
    </Compile>
238
    <Compile Include="sbus.h">
239
      <SubType>compile</SubType>
240
    </Compile>
241
    <Compile Include="Settings.h">
242
      <SubType>compile</SubType>
243
    </Compile>
244
    <Compile Include="Spektrum.c">
245
      <SubType>compile</SubType>
246
    </Compile>
247
    <Compile Include="Spektrum.h">
248
      <SubType>compile</SubType>
249
    </Compile>
250
    <Compile Include="spi.c">
251
      <SubType>compile</SubType>
252
    </Compile>
253
    <Compile Include="spi.h">
254
      <SubType>compile</SubType>
255
    </Compile>
256
    <Compile Include="timer0.c">
257
      <SubType>compile</SubType>
258
    </Compile>
259
    <Compile Include="timer0.h">
260
      <SubType>compile</SubType>
261
    </Compile>
262
    <Compile Include="twimaster.c">
263
      <SubType>compile</SubType>
264
    </Compile>
265
    <Compile Include="twimaster.h">
266
      <SubType>compile</SubType>
267
    </Compile>
268
    <Compile Include="uart.c">
269
      <SubType>compile</SubType>
270
    </Compile>
271
    <Compile Include="uart.h">
272
      <SubType>compile</SubType>
273
    </Compile>
274
    <Compile Include="user_receiver.c">
275
      <SubType>compile</SubType>
276
    </Compile>
277
    <Compile Include="user_receiver.h">
278
      <SubType>compile</SubType>
279
    </Compile>
280
    <Compile Include="vector.h">
281
      <SubType>compile</SubType>
282
    </Compile>
283
  </ItemGroup>
284
  <ItemGroup>
285
    <None Include="libfc1284.a">
286
      <SubType>compile</SubType>
287
    </None>
288
    <None Include="libfc644.a">
289
      <SubType>compile</SubType>
290
    </None>
291
    <None Include="License.txt">
292
      <SubType>compile</SubType>
293
    </None>
294
    <None Include="makefile">
295
      <SubType>compile</SubType>
296
    </None>
297
    <None Include="version.txt">
298
      <SubType>compile</SubType>
299
    </None>
300
  </ItemGroup>
301
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
302
</Project>