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