Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1940 - 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>5.1</ProjectVersion>
6
    <ProjectGuid>{2d9b7996-ac1b-4bcc-9b6f-e62bb70ccdb5}</ProjectGuid>
7
    <avrdevice>ATmega1284P</avrdevice>
8
    <avrdeviceseries>none</avrdeviceseries>
9
    <OutputType>Executable</OutputType>
10
    <Language>C</Language>
11
    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
12
    <AvrGccProjectExtensions>
13
    </AvrGccProjectExtensions>
14
    <AssemblyName>AVRGCC5</AssemblyName>
15
    <Name>PKT366eX1</Name>
16
    <RootNamespace>AVRGCC5</RootNamespace>
17
    <avrtool>com.atmel.avrdbg.tool.simulator</avrtool>
18
    <ToolchainName>com.Atmel.AVRGCC8</ToolchainName>
19
    <ToolchainFlavour>Native</ToolchainFlavour>
20
    <AsfVersion>2.11.1</AsfVersion>
21
  </PropertyGroup>
22
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
23
    <OutputFileName>PKT367fX1</OutputFileName>
24
    <OutputFileExtension>.elf</OutputFileExtension>
25
    <ToolchainSettings>
26
      <AvrGcc>
27
  <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
28
  <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
29
  <avrgcc.compiler.symbols.DefSymbols>
30
    <ListValues>
31
      <Value>__DELAY_BACKWARD_COMPATIBLE__</Value>
32
      <Value>_CPU_H</Value>
33
      <Value>F_CPU=20000000UL</Value>
34
    </ListValues>
35
  </avrgcc.compiler.symbols.DefSymbols>
36
  <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
37
  <avrgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</avrgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
38
  <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
39
  <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
40
  <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
41
  <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
42
  <avrgcc.linker.libraries.Libraries>
43
    <ListValues>
44
      <Value>m</Value>
45
    </ListValues>
46
  </avrgcc.linker.libraries.Libraries>
47
  <avrgcc.linker.optimization.GarbageCollectUnusedSections>True</avrgcc.linker.optimization.GarbageCollectUnusedSections>
48
  <avrgcc.linker.memorysettings.InitialStack>0x4000</avrgcc.linker.memorysettings.InitialStack>
49
  <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g2)</avrgcc.assembler.debugging.DebugLevel>
50
</AvrGcc>
51
    </ToolchainSettings>
52
    <PostBuildEvent>..\..\Bin\postcompile.cmd "$(OutputFileName).hex"</PostBuildEvent>
53
  </PropertyGroup>
54
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
55
    <OutputFileName>PKT367fX1</OutputFileName>
56
    <OutputFileExtension>.elf</OutputFileExtension>
57
    <ToolchainSettings>
58
      <AvrGcc>
59
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
60
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
61
        <avrgcc.compiler.symbols.DefSymbols>
62
          <ListValues>
63
            <Value>__DELAY_BACKWARD_COMPATIBLE__</Value>
64
            <Value>_CPU_H</Value>
65
            <Value>F_CPU=20000000UL</Value>
66
          </ListValues>
67
        </avrgcc.compiler.symbols.DefSymbols>
68
        <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
69
        <avrgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</avrgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
70
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
71
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
72
        <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
73
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
74
        <avrgcc.linker.libraries.Libraries>
75
          <ListValues>
76
            <Value>m</Value>
77
          </ListValues>
78
        </avrgcc.linker.libraries.Libraries>
79
        <avrgcc.linker.optimization.GarbageCollectUnusedSections>True</avrgcc.linker.optimization.GarbageCollectUnusedSections>
80
        <avrgcc.linker.memorysettings.InitialStack>0x4000</avrgcc.linker.memorysettings.InitialStack>
81
        <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g2)</avrgcc.assembler.debugging.DebugLevel>
82
      </AvrGcc>
83
    </ToolchainSettings>
84
    <PostBuildEvent>..\..\Bin\postcompile.cmd "$(OutputFileName).hex"</PostBuildEvent>
85
  </PropertyGroup>
86
  <ItemGroup>
87
    <Compile Include="bluetooth\bluetooth.c">
88
      <SubType>compile</SubType>
89
    </Compile>
90
    <Compile Include="bluetooth\bluetooth.h">
91
      <SubType>compile</SubType>
92
    </Compile>
93
    <Compile Include="bluetooth\error.c">
94
      <SubType>compile</SubType>
95
    </Compile>
96
    <Compile Include="bluetooth\error.h">
97
      <SubType>compile</SubType>
98
    </Compile>
99
    <Compile Include="bluetooth\error_driver.c">
100
      <SubType>compile</SubType>
101
    </Compile>
102
    <Compile Include="bluetooth\error_driver.h">
103
      <SubType>compile</SubType>
104
    </Compile>
105
    <Compile Include="bluetooth\fifo.c">
106
      <SubType>compile</SubType>
107
    </Compile>
108
    <Compile Include="bluetooth\fifo.h">
109
      <SubType>compile</SubType>
110
    </Compile>
111
    <Compile Include="connect.c">
112
      <SubType>compile</SubType>
113
    </Compile>
114
    <Compile Include="connect.h">
115
      <SubType>compile</SubType>
116
    </Compile>
117
    <Compile Include="cpu.h">
118
      <SubType>compile</SubType>
119
    </Compile>
120
    <Compile Include="debug.c">
121
      <SubType>compile</SubType>
122
    </Compile>
123
    <Compile Include="debug.h">
124
      <SubType>compile</SubType>
125
    </Compile>
126
    <Compile Include="display.c">
127
      <SubType>compile</SubType>
128
    </Compile>
129
    <Compile Include="display.h">
130
      <SubType>compile</SubType>
131
    </Compile>
132
    <Compile Include="eeprom\eeprom.c">
133
      <SubType>compile</SubType>
134
    </Compile>
135
    <Compile Include="eeprom\eeprom.h">
136
      <SubType>compile</SubType>
137
    </Compile>
138
    <Compile Include="followme\followme.c">
139
      <SubType>compile</SubType>
140
    </Compile>
141
    <Compile Include="followme\followme.h">
142
      <SubType>compile</SubType>
143
    </Compile>
144
    <Compile Include="gps\gps.c">
145
      <SubType>compile</SubType>
146
    </Compile>
147
    <Compile Include="gps\gps.h">
148
      <SubType>compile</SubType>
149
    </Compile>
150
    <Compile Include="HAL_HW3_9.c">
151
      <SubType>compile</SubType>
152
    </Compile>
153
    <Compile Include="HAL_HW3_9.h">
154
      <SubType>compile</SubType>
155
    </Compile>
156
    <Compile Include="lcd\font8x6.c">
157
      <SubType>compile</SubType>
158
    </Compile>
159
    <Compile Include="lcd\font8x6.h">
160
      <SubType>compile</SubType>
161
    </Compile>
162
    <Compile Include="lcd\Font8x8.c">
163
      <SubType>compile</SubType>
164
    </Compile>
165
    <Compile Include="lcd\Font8x8.h">
166
      <SubType>compile</SubType>
167
    </Compile>
168
    <Compile Include="lcd\lcd.c">
169
      <SubType>compile</SubType>
170
    </Compile>
171
    <Compile Include="lcd\lcd.h">
172
      <SubType>compile</SubType>
173
    </Compile>
174
    <Compile Include="lipo\lipo.c">
175
      <SubType>compile</SubType>
176
    </Compile>
177
    <Compile Include="lipo\lipo.h">
178
      <SubType>compile</SubType>
179
    </Compile>
180
    <Compile Include="main.c">
181
      <SubType>compile</SubType>
182
    </Compile>
183
    <Compile Include="main.h">
184
      <SubType>compile</SubType>
185
    </Compile>
186
    <Compile Include="menu.c">
187
      <SubType>compile</SubType>
188
    </Compile>
189
    <Compile Include="menu.h">
190
      <SubType>compile</SubType>
191
    </Compile>
192
    <Compile Include="messages.c">
193
      <SubType>compile</SubType>
194
    </Compile>
195
    <Compile Include="messages.h">
196
      <SubType>compile</SubType>
197
    </Compile>
198
    <Compile Include="mk-data-structs.h">
199
      <SubType>compile</SubType>
200
    </Compile>
201
    <Compile Include="motortest\motortest.c">
202
      <SubType>compile</SubType>
203
    </Compile>
204
    <Compile Include="motortest\motortest.h">
205
      <SubType>compile</SubType>
206
    </Compile>
207
    <Compile Include="motortest\twimaster.c">
208
      <SubType>compile</SubType>
209
    </Compile>
210
    <Compile Include="motortest\twimaster.h">
211
      <SubType>compile</SubType>
212
    </Compile>
213
    <Compile Include="osd\osd.c">
214
      <SubType>compile</SubType>
215
    </Compile>
216
    <Compile Include="osd\osd.h">
217
      <SubType>compile</SubType>
218
    </Compile>
219
    <Compile Include="parameter.c">
220
      <SubType>compile</SubType>
221
    </Compile>
222
    <Compile Include="parameter.h">
223
      <SubType>compile</SubType>
224
    </Compile>
225
    <Compile Include="parameter_names.h">
226
      <SubType>compile</SubType>
227
    </Compile>
228
    <Compile Include="setup\setup.c">
229
      <SubType>compile</SubType>
230
    </Compile>
231
    <Compile Include="setup\setup.h">
232
      <SubType>compile</SubType>
233
    </Compile>
234
    <Compile Include="sound\pwmsine8bit.c">
235
      <SubType>compile</SubType>
236
    </Compile>
237
    <Compile Include="sound\pwmsine8bit.h">
238
      <SubType>compile</SubType>
239
    </Compile>
240
    <Compile Include="stick\stick.c">
241
      <SubType>compile</SubType>
242
    </Compile>
243
    <Compile Include="stick\stick.h">
244
      <SubType>compile</SubType>
245
    </Compile>
246
    <Compile Include="stick\stick_setup.c">
247
      <SubType>compile</SubType>
248
    </Compile>
249
    <Compile Include="stick\stick_setup.h">
250
      <SubType>compile</SubType>
251
    </Compile>
252
    <Compile Include="timer\timer.c">
253
      <SubType>compile</SubType>
254
    </Compile>
255
    <Compile Include="timer\timer.h">
256
      <SubType>compile</SubType>
257
    </Compile>
258
    <Compile Include="tools.c">
259
      <SubType>compile</SubType>
260
    </Compile>
261
    <Compile Include="tools.h">
262
      <SubType>compile</SubType>
263
    </Compile>
264
    <Compile Include="tracking\mymath.c">
265
      <SubType>compile</SubType>
266
    </Compile>
267
    <Compile Include="tracking\mymath.h">
268
      <SubType>compile</SubType>
269
    </Compile>
270
    <Compile Include="tracking\ng_servo.c">
271
      <SubType>compile</SubType>
272
    </Compile>
273
    <Compile Include="tracking\ng_servo.h">
274
      <SubType>compile</SubType>
275
    </Compile>
276
    <Compile Include="tracking\servo.c">
277
      <SubType>compile</SubType>
278
    </Compile>
279
    <Compile Include="tracking\servo.h">
280
      <SubType>compile</SubType>
281
    </Compile>
282
    <Compile Include="tracking\servo_setup.c">
283
      <SubType>compile</SubType>
284
    </Compile>
285
    <Compile Include="tracking\servo_setup.h">
286
      <SubType>compile</SubType>
287
    </Compile>
288
    <Compile Include="tracking\tools.c">
289
      <SubType>compile</SubType>
290
    </Compile>
291
    <Compile Include="tracking\tools.h">
292
      <SubType>compile</SubType>
293
    </Compile>
294
    <Compile Include="tracking\tracking.c">
295
      <SubType>compile</SubType>
296
    </Compile>
297
    <Compile Include="tracking\tracking.h">
298
      <SubType>compile</SubType>
299
    </Compile>
300
    <Compile Include="uart\uart1.c">
301
      <SubType>compile</SubType>
302
    </Compile>
303
    <Compile Include="uart\uart1.h">
304
      <SubType>compile</SubType>
305
    </Compile>
306
    <Compile Include="uart\usart.c">
307
      <SubType>compile</SubType>
308
    </Compile>
309
    <Compile Include="uart\usart.h">
310
      <SubType>compile</SubType>
311
    </Compile>
312
    <Compile Include="waypoints\waypoints.c">
313
      <SubType>compile</SubType>
314
    </Compile>
315
    <Compile Include="waypoints\waypoints.h">
316
      <SubType>compile</SubType>
317
    </Compile>
318
    <Compile Include="wi232\Wi232.c">
319
      <SubType>compile</SubType>
320
    </Compile>
321
    <Compile Include="wi232\Wi232.h">
322
      <SubType>compile</SubType>
323
    </Compile>
324
  </ItemGroup>
325
  <ItemGroup>
326
    <None Include="CHANGE.LOG">
327
      <SubType>compile</SubType>
328
    </None>
329
    <None Include="LICENSE.TXT">
330
      <SubType>compile</SubType>
331
    </None>
332
    <None Include="tracking\filedetails.pdf">
333
      <SubType>compile</SubType>
334
    </None>
335
  </ItemGroup>
336
  <ItemGroup>
337
    <Folder Include="bluetooth" />
338
    <Folder Include="eeprom\" />
339
    <Folder Include="followme" />
340
    <Folder Include="gps" />
341
    <Folder Include="lcd" />
342
    <Folder Include="lipo" />
343
    <Folder Include="motortest" />
344
    <Folder Include="wi232" />
345
    <Folder Include="waypoints" />
346
    <Folder Include="uart" />
347
    <Folder Include="tracking" />
348
    <Folder Include="timer" />
349
    <Folder Include="stick" />
350
    <Folder Include="sound" />
351
    <Folder Include="setup" />
352
    <Folder Include="osd" />
353
    <Folder Include="waypoints" />
354
  </ItemGroup>
355
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
356
</Project>