VOC, Programmer with 4MHz (posible)
[owSlave2.git] / DS18B20_VOC_DS2438_SHT / DS18B20_VOC_DS2438_SHT.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>7.0</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_DS2438</AssemblyName>
16     <Name>DS18B20_VOC_DS2438_SHT</Name>
17     <RootNamespace>DS18B20_DS2438</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>J41800000789</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     <ExternalProgrammingToolCommand />
66     <avrtoolserialnumber>J41800000789</avrtoolserialnumber>
67     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
68   </PropertyGroup>
69   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
70     <ToolchainSettings>
71       <AvrGcc>
72         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
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.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
77         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
78         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
79         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
80         <avrgcc.compiler.symbols.DefSymbols>
81           <ListValues>
82             <Value>DEBUG</Value>
83           </ListValues>
84         </avrgcc.compiler.symbols.DefSymbols>
85         <avrgcc.compiler.directories.IncludePaths>
86           <ListValues>
87             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
88           </ListValues>
89         </avrgcc.compiler.directories.IncludePaths>
90         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
91         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
92         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
93         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
94         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
95         <avrgcc.linker.libraries.Libraries>
96           <ListValues>
97             <Value>libm</Value>
98           </ListValues>
99         </avrgcc.linker.libraries.Libraries>
100         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
101       </AvrGcc>
102     </ToolchainSettings>
103   </PropertyGroup>
104   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
105     <ToolchainSettings>
106       <AvrGcc>
107   <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
108   <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
109   <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
110   <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
111   <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
112   <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
113   <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
114   <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
115   <avrgcc.compiler.symbols.DefSymbols>
116     <ListValues>
117       <Value>DEBUG</Value>
118     </ListValues>
119   </avrgcc.compiler.symbols.DefSymbols>
120   <avrgcc.compiler.directories.IncludePaths>
121     <ListValues>
122       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
123     </ListValues>
124   </avrgcc.compiler.directories.IncludePaths>
125   <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
126   <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
127   <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
128   <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
129   <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
130   <avrgcc.linker.libraries.Libraries>
131     <ListValues>
132       <Value>libm</Value>
133     </ListValues>
134   </avrgcc.linker.libraries.Libraries>
135   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
136 </AvrGcc>
137     </ToolchainSettings>
138   </PropertyGroup>
139   <ItemGroup>
140     <Compile Include="..\common\I2C\SHT2x.c">
141       <SubType>compile</SubType>
142       <Link>SHT2x.c</Link>
143     </Compile>
144     <Compile Include="D:\oc\dev\owSlave2\common\I2C\MAX1164x.c">
145       <SubType>compile</SubType>
146       <Link>MAX1164x.c</Link>
147     </Compile>
148     <Compile Include="D:\oc\dev\owSlave2\common\I2C\USI_TWI_Master.c">
149       <SubType>compile</SubType>
150       <Link>USI_TWI_Master.c</Link>
151     </Compile>
152     <Compile Include="D:\oc\dev\owSlave2\common\OWDS18B20_DS2438.S">
153       <SubType>compile</SubType>
154       <Link>OWDS18B20_DS2438.S</Link>
155     </Compile>
156     <Compile Include="DS18B20_DS2438.c">
157       <SubType>compile</SubType>
158     </Compile>
159   </ItemGroup>
160   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
161 </Project>