Change Slave sends '0' during convert prozess on all DS18B20
[owSlave2.git] / DS2450 / DS2450.cproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
3   <PropertyGroup>
4     <SchemaVersion>2.0</SchemaVersion>
5     <ProjectVersion>7.0</ProjectVersion>
6     <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
7     <ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</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>DS2450</AssemblyName>
16     <Name>DS2450</Name>
17     <RootNamespace>DS2450</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     <ExternalProgrammingToolCommand />
30     <AsfFrameworkConfig>
31       <framework-data xmlns="">
32   <options />
33   <configurations />
34   <files />
35   <documentation help="" />
36   <offline-documentation help="" />
37   <dependencies>
38     <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.27.3" />
39   </dependencies>
40 </framework-data>
41     </AsfFrameworkConfig>
42     <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
43     <avrtoolserialnumber>J41800000779</avrtoolserialnumber>
44     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
45     <com_atmel_avrdbg_tool_atmelice>
46       <ToolOptions>
47         <InterfaceProperties>
48         </InterfaceProperties>
49         <InterfaceName>debugWIRE</InterfaceName>
50       </ToolOptions>
51       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
52       <ToolNumber>J41800000779</ToolNumber>
53       <ToolName>Atmel-ICE</ToolName>
54     </com_atmel_avrdbg_tool_atmelice>
55     <avrtoolinterface>debugWIRE</avrtoolinterface>
56   </PropertyGroup>
57   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
58     <ToolchainSettings>
59       <AvrGcc>
60   <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
61   <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
62   <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
63   <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
64   <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
65   <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
66   <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
67   <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
68   <avrgcc.compiler.symbols.DefSymbols>
69     <ListValues>
70       <Value>NDEBUG</Value>
71     </ListValues>
72   </avrgcc.compiler.symbols.DefSymbols>
73   <avrgcc.compiler.directories.IncludePaths>
74     <ListValues>
75       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
76     </ListValues>
77   </avrgcc.compiler.directories.IncludePaths>
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>libm</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.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
94   <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
95   <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
96   <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
97   <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
98   <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
99   <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
100   <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
101   <avrgcc.compiler.symbols.DefSymbols>
102     <ListValues>
103       <Value>DEBUG</Value>
104     </ListValues>
105   </avrgcc.compiler.symbols.DefSymbols>
106   <avrgcc.compiler.directories.IncludePaths>
107     <ListValues>
108       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
109     </ListValues>
110   </avrgcc.compiler.directories.IncludePaths>
111   <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
112   <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
113   <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
114   <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
115   <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
116   <avrgcc.linker.libraries.Libraries>
117     <ListValues>
118       <Value>libm</Value>
119     </ListValues>
120   </avrgcc.linker.libraries.Libraries>
121   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
122 </AvrGcc>
123     </ToolchainSettings>
124   </PropertyGroup>
125   <ItemGroup>
126     <Compile Include="DS2450.c">
127       <SubType>compile</SubType>
128     </Compile>
129     <Compile Include="OWDS2450.S">
130       <SubType>compile</SubType>
131     </Compile>
132   </ItemGroup>
133   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
134 </Project>