1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
25 <preserveEEPROM>true</preserveEEPROM>
26 <OverrideVtorValue>exception_table</OverrideVtorValue>
27 <BootSegment>2</BootSegment>
28 <eraseonlaunchrule>1</eraseonlaunchrule>
30 <framework-data xmlns="">
34 <documentation help="" />
35 <offline-documentation help="" />
37 <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.19.0" />
41 <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
42 <com_atmel_avrdbg_tool_atmelice>
45 </InterfaceProperties>
46 <InterfaceName>debugWIRE</InterfaceName>
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>
56 </InterfaceProperties>
60 <ToolType>com.atmel.avrdbg.tool.simulator</ToolType>
63 <ToolName>Simulator</ToolName>
64 </com_atmel_avrdbg_tool_simulator>
65 <ExternalProgrammingToolCommand />
67 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
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>
82 </avrgcc.compiler.symbols.DefSymbols>
83 <avrgcc.compiler.directories.IncludePaths>
85 <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
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>
97 </avrgcc.linker.libraries.Libraries>
98 <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
102 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
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>
117 </avrgcc.compiler.symbols.DefSymbols>
118 <avrgcc.compiler.directories.IncludePaths>
120 <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
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>
132 </avrgcc.linker.libraries.Libraries>
133 <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
138 <Compile Include="D:\oc\dev\owSlave2\common\I2C\MAX44009.c">
139 <SubType>compile</SubType>
140 <Link>MAX44009.c</Link>
142 <Compile Include="D:\oc\dev\owSlave2\common\I2C\USI_TWI_Master.c">
143 <SubType>compile</SubType>
144 <Link>USI_TWI_Master.c</Link>
146 <Compile Include="DS18B20_MAX44009.c">
147 <SubType>compile</SubType>
149 <Compile Include="OWDS18B20.S">
150 <SubType>compile</SubType>
153 <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />