Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1687 - 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.0</ProjectVersion>
6
    <ProjectGuid>c0066cc9-6e35-4d76-9ffe-a4af66a2de41</ProjectGuid>
7
    <avrdevice>ATmega644A</avrdevice>
8
    <avrdeviceseries>none</avrdeviceseries>
9
    <OutputType>Executable</OutputType>
10
    <Language>C</Language>
11
    <OutputFile>ngvideo.elf</OutputFile>
12
    <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
13
    <UseGlobalToolchain>False</UseGlobalToolchain>
14
    <ToolchainDirPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR Toolchain\bin</ToolchainDirPath>
15
    <MakeDirPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR Toolchain\bin</MakeDirPath>
16
    <GlobalToolchainPath>C:\Program Files (x86)\Atmel\AVR Studio 5.0\AVR ToolChain\bin</GlobalToolchainPath>
17
    <AvrGccProjectExtensions>
18
    </AvrGccProjectExtensions>
19
    <avrtool>com.atmel.avrdbg.tool.simulator</avrtool>
20
    <preserveEEPROM>True</preserveEEPROM>
21
    <avrtoolinterface>JTAG</avrtoolinterface>
22
    <com_atmel_avrdbg_tool_avrdragon>
23
      <ToolType>com.atmel.avrdbg.tool.avrdragon</ToolType>
24
      <ToolName>AVR Dragon</ToolName>
25
      <ToolNumber>00A200005843</ToolNumber>
26
      <Channel>
27
        <host>127.0.0.1</host>
28
        <port>9042</port>
29
        <ssl>False</ssl>
30
      </Channel>
31
      <ToolOptions>
32
        <InterfaceName>JTAG</InterfaceName>
33
        <InterfaceProperties>
34
          <JtagDbgClock>200000</JtagDbgClock>
35
          <JtagProgClock>1000000</JtagProgClock>
36
          <IspClock>150000</IspClock>
37
          <JtagInChain>false</JtagInChain>
38
          <JtagEnableExtResetOnStartSession>false</JtagEnableExtResetOnStartSession>
39
          <JtagDevicesBefore>0</JtagDevicesBefore>
40
          <JtagDevicesAfter>0</JtagDevicesAfter>
41
          <JtagInstrBitsBefore>0</JtagInstrBitsBefore>
42
          <JtagInstrBitsAfter>0</JtagInstrBitsAfter>
43
        </InterfaceProperties>
44
      </ToolOptions>
45
    </com_atmel_avrdbg_tool_avrdragon>
46
    <com_atmel_avrdbg_tool_simulator>
47
      <ToolType xmlns="">com.atmel.avrdbg.tool.simulator</ToolType>
48
      <ToolName xmlns="">AVR Simulator</ToolName>
49
      <ToolNumber xmlns="">
50
      </ToolNumber>
51
      <Channel xmlns="">
52
        <host>127.0.0.1</host>
53
        <port>1486</port>
54
        <ssl>False</ssl>
55
      </Channel>
56
    </com_atmel_avrdbg_tool_simulator>
57
  </PropertyGroup>
58
  <PropertyGroup Condition=" '$(Configuration)' == 'default' ">
59
    <OutputPath>bin\default\</OutputPath>
60
    <MemorySettings>
61
      <MemorySegments>
62
        <InitialStack IsEnabled="0">
63
          <Address>0x1000</Address>
64
        </InitialStack>
65
      </MemorySegments>
66
    </MemorySettings>
67
    <ToolchainSettings>
68
      <AvrGcc>
69
        <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
70
        <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
71
        <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
72
        <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
73
        <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
74
        <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
75
        <avrgcc.compiler.miscellaneous.OtherFlags>-gdwarf-2 -std=gnu99 </avrgcc.compiler.miscellaneous.OtherFlags>
76
        <avrgcc.assembler.general.AssemblerFlags>-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums</avrgcc.assembler.general.AssemblerFlags>
77
        <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g2)</avrgcc.assembler.debugging.DebugLevel>
78
      </AvrGcc>
79
    </ToolchainSettings>
80
    <UsesExternalMakeFile>True</UsesExternalMakeFile>
81
    <ExternalMakeFilePath>D:\Daten\Entwicklung\FW NGVideo-5.8GHz\tags\ngvideo\makefile</ExternalMakeFilePath>
82
    <GenerateHexFile>True</GenerateHexFile>
83
    <OutputDirectory>D:\Daten\Entwicklung\FW NGVideo-5.8GHz\tags\ngvideo</OutputDirectory>
84
  </PropertyGroup>
85
  <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\AvrGCC.targets" />
86
  <ItemGroup>
87
    <Compile Include="config.h">
88
      <SubType>compile</SubType>
89
    </Compile>
90
    <Compile Include="dogm.c">
91
      <SubType>compile</SubType>
92
    </Compile>
93
    <Compile Include="dogm.h">
94
      <SubType>compile</SubType>
95
    </Compile>
96
    <Compile Include="keys.c">
97
      <SubType>compile</SubType>
98
    </Compile>
99
    <Compile Include="keys.h">
100
      <SubType>compile</SubType>
101
    </Compile>
102
    <Compile Include="lipo.c">
103
      <SubType>compile</SubType>
104
    </Compile>
105
    <Compile Include="lipo.h">
106
      <SubType>compile</SubType>
107
    </Compile>
108
    <Compile Include="main.c">
109
      <SubType>compile</SubType>
110
    </Compile>
111
    <Compile Include="menue.c">
112
      <SubType>compile</SubType>
113
    </Compile>
114
    <Compile Include="menue.h">
115
      <SubType>compile</SubType>
116
    </Compile>
117
    <Compile Include="messages.c">
118
      <SubType>compile</SubType>
119
    </Compile>
120
    <Compile Include="messages.h">
121
      <SubType>compile</SubType>
122
    </Compile>
123
    <Compile Include="mk.h">
124
      <SubType>compile</SubType>
125
    </Compile>
126
    <Compile Include="mymath.c">
127
      <SubType>compile</SubType>
128
      <Link>mymath.c</Link>
129
    </Compile>
130
    <Compile Include="mymath.h">
131
      <SubType>compile</SubType>
132
      <Link>mymath.h</Link>
133
    </Compile>
134
    <Compile Include="ngvideo.c">
135
      <SubType>compile</SubType>
136
    </Compile>
137
    <Compile Include="ngvideo.h">
138
      <SubType>compile</SubType>
139
    </Compile>
140
    <Compile Include="servo.c">
141
      <SubType>compile</SubType>
142
    </Compile>
143
    <Compile Include="servo.h">
144
      <SubType>compile</SubType>
145
    </Compile>
146
    <Compile Include="tools.c">
147
      <SubType>compile</SubType>
148
    </Compile>
149
    <Compile Include="tools.h">
150
      <SubType>compile</SubType>
151
    </Compile>
152
    <Compile Include="tracking.c">
153
      <SubType>compile</SubType>
154
    </Compile>
155
    <Compile Include="tracking.h">
156
      <SubType>compile</SubType>
157
    </Compile>
158
    <Compile Include="usart.c">
159
      <SubType>compile</SubType>
160
    </Compile>
161
    <Compile Include="usart.h">
162
      <SubType>compile</SubType>
163
    </Compile>
164
  </ItemGroup>
165
  <ItemGroup>
166
    <None Include="makefile">
167
      <SubType>compile</SubType>
168
    </None>
169
  </ItemGroup>
170
</Project>