1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
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>
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>
25 <preserveEEPROM>true</preserveEEPROM>
26 <OverrideVtorValue>exception_table</OverrideVtorValue>
27 <BootSegment>2</BootSegment>
28 <eraseonlaunchrule>1</eraseonlaunchrule>
29 <ExternalProgrammingToolCommand />
31 <framework-data xmlns="">
35 <documentation help="" />
36 <offline-documentation help="" />
38 <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.27.3" />
42 <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
43 <avrtoolserialnumber>J41800000789</avrtoolserialnumber>
44 <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
45 <com_atmel_avrdbg_tool_atmelice>
48 <IspClock>125000</IspClock>
49 </InterfaceProperties>
50 <InterfaceName>debugWIRE</InterfaceName>
52 <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
53 <ToolNumber>J41800000789</ToolNumber>
54 <ToolName>Atmel-ICE</ToolName>
55 </com_atmel_avrdbg_tool_atmelice>
56 <avrtoolinterface>debugWIRE</avrtoolinterface>
57 <avrtoolinterfaceclock>125000</avrtoolinterfaceclock>
59 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
62 <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
63 <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
64 <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
65 <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
66 <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
67 <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
68 <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
69 <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
70 <avrgcc.compiler.symbols.DefSymbols>
74 </avrgcc.compiler.symbols.DefSymbols>
75 <avrgcc.compiler.directories.IncludePaths>
77 <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
79 </avrgcc.compiler.directories.IncludePaths>
80 <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
81 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
82 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
83 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
84 <avrgcc.linker.libraries.Libraries>
88 </avrgcc.linker.libraries.Libraries>
92 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
95 <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
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>
107 </avrgcc.compiler.symbols.DefSymbols>
108 <avrgcc.compiler.directories.IncludePaths>
110 <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
112 </avrgcc.compiler.directories.IncludePaths>
113 <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
114 <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
115 <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
116 <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
117 <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
118 <avrgcc.linker.libraries.Libraries>
122 </avrgcc.linker.libraries.Libraries>
123 <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
128 <Compile Include="..\common\I2C\BMP280.c">
129 <SubType>compile</SubType>
130 <Link>BMP280.c</Link>
132 <Compile Include="..\common\I2C\MAX1164x.c">
133 <SubType>compile</SubType>
134 <Link>MAX1164x.c</Link>
136 <Compile Include="..\common\I2C\SHT2x.c">
137 <SubType>compile</SubType>
140 <Compile Include="..\common\I2C\USI_TWI_Master.c">
141 <SubType>compile</SubType>
142 <Link>USI_TWI_Master.c</Link>
144 <Compile Include="..\common\OWDS2450.S">
145 <SubType>compile</SubType>
146 <Link>OWDS2450.S</Link>
148 <Compile Include="DS2450_VOC_SHT_BMP.c">
149 <SubType>compile</SubType>
152 <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />