Makefiles for Linux
[owSlave2.git] / DS18B20_MAX44009 / DS18B20_MAX44009.cproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <SchemaVersion>2.0</SchemaVersion>\r
5     <ProjectVersion>7.0</ProjectVersion>\r
6     <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>\r
7     <ProjectGuid>{7a5672fe-8226-4158-b931-e1f36b9a8858}</ProjectGuid>\r
8     <avrdevice>ATtiny84A</avrdevice>\r
9     <avrdeviceseries>none</avrdeviceseries>\r
10     <OutputType>Executable</OutputType>\r
11     <Language>C</Language>\r
12     <OutputFileName>$(MSBuildProjectName)</OutputFileName>\r
13     <OutputFileExtension>.elf</OutputFileExtension>\r
14     <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>\r
15     <AssemblyName>DS18B20_MAX44009</AssemblyName>\r
16     <Name>DS18B20_MAX44009</Name>\r
17     <RootNamespace>DS18B20_MAX44009</RootNamespace>\r
18     <ToolchainFlavour>Native</ToolchainFlavour>\r
19     <KeepTimersRunning>true</KeepTimersRunning>\r
20     <OverrideVtor>false</OverrideVtor>\r
21     <CacheFlash>true</CacheFlash>\r
22     <ProgFlashFromRam>true</ProgFlashFromRam>\r
23     <RamSnippetAddress>0x20000000</RamSnippetAddress>\r
24     <UncachedRange />\r
25     <preserveEEPROM>true</preserveEEPROM>\r
26     <OverrideVtorValue>exception_table</OverrideVtorValue>\r
27     <BootSegment>2</BootSegment>\r
28     <eraseonlaunchrule>1</eraseonlaunchrule>\r
29     <AsfFrameworkConfig>\r
30       <framework-data>\r
31   <options />\r
32   <configurations />\r
33   <files />\r
34   <documentation help="" />\r
35   <offline-documentation help="" />\r
36   <dependencies>\r
37     <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.22.0" />\r
38   </dependencies>\r
39 </framework-data>\r
40     </AsfFrameworkConfig>\r
41     <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>\r
42     <com_atmel_avrdbg_tool_atmelice>\r
43       <ToolOptions>\r
44         <InterfaceProperties>\r
45         </InterfaceProperties>\r
46         <InterfaceName>debugWIRE</InterfaceName>\r
47       </ToolOptions>\r
48       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>\r
49       <ToolNumber>J41800000779</ToolNumber>\r
50       <ToolName>Atmel-ICE</ToolName>\r
51     </com_atmel_avrdbg_tool_atmelice>\r
52     <avrtoolinterface>debugWIRE</avrtoolinterface>\r
53     <com_atmel_avrdbg_tool_simulator>\r
54       <ToolOptions>\r
55         <InterfaceProperties>\r
56         </InterfaceProperties>\r
57         <InterfaceName>\r
58         </InterfaceName>\r
59       </ToolOptions>\r
60       <ToolType>com.atmel.avrdbg.tool.simulator</ToolType>\r
61       <ToolNumber>\r
62       </ToolNumber>\r
63       <ToolName>Simulator</ToolName>\r
64     </com_atmel_avrdbg_tool_simulator>\r
65     <ExternalProgrammingToolCommand />\r
66   </PropertyGroup>\r
67   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
68     <ToolchainSettings>\r
69       <AvrGcc>\r
70   <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>\r
71   <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>\r
72   <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>\r
73   <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>\r
74   <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>\r
75   <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>\r
76   <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>\r
77   <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>\r
78   <avrgcc.compiler.symbols.DefSymbols>\r
79     <ListValues>\r
80       <Value>DEBUG</Value>\r
81     </ListValues>\r
82   </avrgcc.compiler.symbols.DefSymbols>\r
83   <avrgcc.compiler.directories.IncludePaths>\r
84     <ListValues>\r
85       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
86     </ListValues>\r
87   </avrgcc.compiler.directories.IncludePaths>\r
88   <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>\r
89   <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>\r
90   <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>\r
91   <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>\r
92   <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>\r
93   <avrgcc.linker.libraries.Libraries>\r
94     <ListValues>\r
95       <Value>libm</Value>\r
96     </ListValues>\r
97   </avrgcc.linker.libraries.Libraries>\r
98   <avrgcc.assembler.general.IncludePaths>\r
99     <ListValues>\r
100       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
101     </ListValues>\r
102   </avrgcc.assembler.general.IncludePaths>\r
103   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>\r
104 </AvrGcc>\r
105     </ToolchainSettings>\r
106   </PropertyGroup>\r
107   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
108     <ToolchainSettings>\r
109       <AvrGcc>\r
110   <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>\r
111   <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>\r
112   <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>\r
113   <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>\r
114   <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>\r
115   <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>\r
116   <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>\r
117   <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>\r
118   <avrgcc.compiler.symbols.DefSymbols>\r
119     <ListValues>\r
120       <Value>DEBUG</Value>\r
121     </ListValues>\r
122   </avrgcc.compiler.symbols.DefSymbols>\r
123   <avrgcc.compiler.directories.IncludePaths>\r
124     <ListValues>\r
125       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
126     </ListValues>\r
127   </avrgcc.compiler.directories.IncludePaths>\r
128   <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>\r
129   <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>\r
130   <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>\r
131   <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>\r
132   <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>\r
133   <avrgcc.linker.libraries.Libraries>\r
134     <ListValues>\r
135       <Value>libm</Value>\r
136     </ListValues>\r
137   </avrgcc.linker.libraries.Libraries>\r
138   <avrgcc.assembler.general.IncludePaths>\r
139     <ListValues>\r
140       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
141     </ListValues>\r
142   </avrgcc.assembler.general.IncludePaths>\r
143   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>\r
144 </AvrGcc>\r
145     </ToolchainSettings>\r
146   </PropertyGroup>\r
147   <ItemGroup>\r
148     <Compile Include="..\common\OWDS18B20.S">\r
149       <SubType>compile</SubType>\r
150       <Link>OWDS18B20.S</Link>\r
151     </Compile>\r
152     <Compile Include="..\common\I2C\MAX44009.c">\r
153       <SubType>compile</SubType>\r
154       <Link>MAX44009.c</Link>\r
155     </Compile>\r
156     <Compile Include="..\common\I2C\USI_TWI_Master.c">\r
157       <SubType>compile</SubType>\r
158       <Link>USI_TWI_Master.c</Link>\r
159     </Compile>\r
160     <Compile Include="DS18B20_MAX44009.c">\r
161       <SubType>compile</SubType>\r
162     </Compile>\r
163   </ItemGroup>\r
164   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />\r
165 </Project>