Rev Author Line No. Line
2925 poskozby 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.0</ProjectVersion>
6 <ToolchainName>com.Atmel.AVRGCC8</ToolchainName>
7 <ProjectGuid>{5fc05f7e-6372-49e5-b196-716989868c15}</ProjectGuid>
8 <avrdevice>ATmega328</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>Balon_sonda</AssemblyName>
16 <Name>Balon_sonda</Name>
17 <RootNamespace>Balon_sonda</RootNamespace>
18 <ToolchainFlavour>Native</ToolchainFlavour>
19 <KeepTimersRunning>true</KeepTimersRunning>
20 <OverrideVtor>false</OverrideVtor>
21 <OverrideVtorValue />
22 <eraseonlaunchrule>0</eraseonlaunchrule>
23 <AsfVersion>3.1.3</AsfVersion>
24 <avrtool>com.atmel.avrdbg.tool.avrdragon</avrtool>
25 <avrtoolinterface>ISP</avrtoolinterface>
26 <com_atmel_avrdbg_tool_simulator>
27 <ToolType>com.atmel.avrdbg.tool.simulator</ToolType>
28 <ToolName>AVR Simulator</ToolName>
29 <ToolNumber>
30 </ToolNumber>
31 <KeepTimersRunning>true</KeepTimersRunning>
32 <OverrideVtor>false</OverrideVtor>
33 <OverrideVtorValue>
34 </OverrideVtorValue>
35 <Channel>
36 <host>127.0.0.1</host>
37 <port>53860</port>
38 <ssl>False</ssl>
39 </Channel>
40 </com_atmel_avrdbg_tool_simulator>
41 <com_atmel_avrdbg_tool_avrdragon>
42 <ToolType>com.atmel.avrdbg.tool.avrdragon</ToolType>
43 <ToolName>AVR Dragon</ToolName>
44 <ToolNumber>00A200027936</ToolNumber>
45 <KeepTimersRunning>true</KeepTimersRunning>
46 <OverrideVtor>false</OverrideVtor>
47 <OverrideVtorValue>
48 </OverrideVtorValue>
49 <Channel>
50 <host>127.0.0.1</host>
51 <port>65178</port>
52 <ssl>False</ssl>
53 </Channel>
54 <ToolOptions>
55 <InterfaceName>ISP</InterfaceName>
56 <InterfaceProperties>
57 <JtagDbgClock>200000</JtagDbgClock>
58 <JtagProgClock>1000000</JtagProgClock>
59 <IspClock>1000000</IspClock>
60 <JtagInChain>false</JtagInChain>
61 <JtagEnableExtResetOnStartSession>false</JtagEnableExtResetOnStartSession>
62 <JtagDevicesBefore>0</JtagDevicesBefore>
63 <JtagDevicesAfter>0</JtagDevicesAfter>
64 <JtagInstrBitsBefore>0</JtagInstrBitsBefore>
65 <JtagInstrBitsAfter>0</JtagInstrBitsAfter>
66 </InterfaceProperties>
67 </ToolOptions>
68 </com_atmel_avrdbg_tool_avrdragon>
69 </PropertyGroup>
70 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
71 <ToolchainSettings>
72 <AvrGcc>
73 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
74 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
75 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
76 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
77 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
78 <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
79 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
80 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
81 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
82 <avrgcc.linker.libraries.Libraries>
83 <ListValues>
84 <Value>m</Value>
85 </ListValues>
86 </avrgcc.linker.libraries.Libraries>
87 </AvrGcc>
88 </ToolchainSettings>
89 </PropertyGroup>
90 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
91 <ToolchainSettings>
92 <AvrGcc>
93 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
94 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
95 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
96 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
97 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
98 <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
99 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
100 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
101 <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
102 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
103 <avrgcc.linker.libraries.Libraries>
104 <ListValues>
105 <Value>m</Value>
106 </ListValues>
107 </avrgcc.linker.libraries.Libraries>
108 <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
109 </AvrGcc>
110 </ToolchainSettings>
111 </PropertyGroup>
112 <ItemGroup>
113 <Compile Include="Balon_sonda.c">
114 <SubType>compile</SubType>
115 </Compile>
116 <Compile Include="Globals.h">
117 <SubType>compile</SubType>
118 </Compile>
119 <Compile Include="LED.c">
120 <SubType>compile</SubType>
121 </Compile>
122 <Compile Include="LED.h">
123 <SubType>compile</SubType>
124 </Compile>
125 <Compile Include="Timers.c">
126 <SubType>compile</SubType>
127 </Compile>
128 <Compile Include="Timers.h">
129 <SubType>compile</SubType>
130 </Compile>
131 <Compile Include="uart.c">
132 <SubType>compile</SubType>
133 </Compile>
134 <Compile Include="uart.h">
135 <SubType>compile</SubType>
136 </Compile>
137 </ItemGroup>
138 <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
139 </Project>