Change Time Values so it works for all Adapters
[owSlave2.git] / DS18B20_MAX44009 / DS18B20.cproj
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>{7a5672fe-8226-4158-b931-e1f36b9a8858}</ProjectGuid>
8     <avrdevice>ATtiny84A</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>DS18B20</AssemblyName>
16     <Name>DS18B20</Name>
17     <RootNamespace>DS18B20</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>1</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.19.0" />
38         </dependencies>
39       </framework-data>
40     </AsfFrameworkConfig>
41     <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
42     <com_atmel_avrdbg_tool_atmelice>
43       <ToolOptions>
44         <InterfaceProperties>
45         </InterfaceProperties>
46         <InterfaceName>debugWIRE</InterfaceName>
47       </ToolOptions>
48       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
49       <ToolNumber>J41800000779</ToolNumber>
50       <ToolName>Atmel-ICE</ToolName>
51     </com_atmel_avrdbg_tool_atmelice>
52     <avrtoolinterface>debugWIRE</avrtoolinterface>
53     <com_atmel_avrdbg_tool_simulator>
54       <ToolOptions>
55         <InterfaceProperties>
56         </InterfaceProperties>
57         <InterfaceName>
58         </InterfaceName>
59       </ToolOptions>
60       <ToolType>com.atmel.avrdbg.tool.simulator</ToolType>
61       <ToolNumber>
62       </ToolNumber>
63       <ToolName>Simulator</ToolName>
64     </com_atmel_avrdbg_tool_simulator>
65   </PropertyGroup>
66   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
67     <ToolchainSettings>
68       <AvrGcc>
69         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
70         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
71         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
72         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
73         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
74         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
75         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
76         <avrgcc.compiler.symbols.DefSymbols>
77           <ListValues>
78             <Value>NDEBUG</Value>
79           </ListValues>
80         </avrgcc.compiler.symbols.DefSymbols>
81         <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
82         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
83         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
84         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
85         <avrgcc.linker.libraries.Libraries>
86           <ListValues>
87             <Value>libm</Value>
88           </ListValues>
89         </avrgcc.linker.libraries.Libraries>
90       </AvrGcc>
91     </ToolchainSettings>
92   </PropertyGroup>
93   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
94     <ToolchainSettings>
95       <AvrGcc>
96         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
97         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
98         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
99         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
100         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
101         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
102         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
103         <avrgcc.compiler.symbols.DefSymbols>
104           <ListValues>
105             <Value>DEBUG</Value>
106           </ListValues>
107         </avrgcc.compiler.symbols.DefSymbols>
108         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
109         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
110         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
111         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
112         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
113         <avrgcc.linker.libraries.Libraries>
114           <ListValues>
115             <Value>libm</Value>
116           </ListValues>
117         </avrgcc.linker.libraries.Libraries>
118         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
119       </AvrGcc>
120     </ToolchainSettings>
121   </PropertyGroup>
122   <ItemGroup>
123     <Compile Include="D:\oc\dev\owSlave2\common\I2C\MAX44009.c">
124       <SubType>compile</SubType>
125       <Link>MAX44009.c</Link>
126     </Compile>
127     <Compile Include="D:\oc\dev\owSlave2\common\I2C\USI_TWI_Master.c">
128       <SubType>compile</SubType>
129       <Link>USI_TWI_Master.c</Link>
130     </Compile>
131     <Compile Include="DS18B20.c">
132       <SubType>compile</SubType>
133     </Compile>
134     <Compile Include="OWDS18B20.S">
135       <SubType>compile</SubType>
136     </Compile>
137   </ItemGroup>
138   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
139 </Project>