Some small changes,
[owSlave2.git] / DS2450_VOC_SHT_BMP / 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>J41800000789</avrtoolserialnumber>
44     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
45     <com_atmel_avrdbg_tool_atmelice>
46       <ToolOptions>
47         <InterfaceProperties>
48           <IspClock>125000</IspClock>
49         </InterfaceProperties>
50         <InterfaceName>debugWIRE</InterfaceName>
51       </ToolOptions>
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>
58   </PropertyGroup>
59   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
60     <ToolchainSettings>
61       <AvrGcc>
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>
71           <ListValues>
72             <Value>NDEBUG</Value>
73           </ListValues>
74         </avrgcc.compiler.symbols.DefSymbols>
75         <avrgcc.compiler.directories.IncludePaths>
76           <ListValues>
77             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
78           </ListValues>
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>
85           <ListValues>
86             <Value>libm</Value>
87           </ListValues>
88         </avrgcc.linker.libraries.Libraries>
89       </AvrGcc>
90     </ToolchainSettings>
91   </PropertyGroup>
92   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
93     <ToolchainSettings>
94       <AvrGcc>
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>
104           <ListValues>
105             <Value>DEBUG</Value>
106           </ListValues>
107         </avrgcc.compiler.symbols.DefSymbols>
108         <avrgcc.compiler.directories.IncludePaths>
109           <ListValues>
110             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
111           </ListValues>
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>
119           <ListValues>
120             <Value>libm</Value>
121           </ListValues>
122         </avrgcc.linker.libraries.Libraries>
123         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
124       </AvrGcc>
125     </ToolchainSettings>
126   </PropertyGroup>
127   <ItemGroup>
128     <Compile Include="..\common\I2C\BMP280.c">
129       <SubType>compile</SubType>
130       <Link>BMP280.c</Link>
131     </Compile>
132     <Compile Include="..\common\I2C\MAX1164x.c">
133       <SubType>compile</SubType>
134       <Link>MAX1164x.c</Link>
135     </Compile>
136     <Compile Include="..\common\I2C\SHT2x.c">
137       <SubType>compile</SubType>
138       <Link>SHT2x.c</Link>
139     </Compile>
140     <Compile Include="..\common\I2C\USI_TWI_Master.c">
141       <SubType>compile</SubType>
142       <Link>USI_TWI_Master.c</Link>
143     </Compile>
144     <Compile Include="..\common\OWDS2450.S">
145       <SubType>compile</SubType>
146       <Link>OWDS2450.S</Link>
147     </Compile>
148     <Compile Include="DS2450_VOC_SHT_BMP.c">
149       <SubType>compile</SubType>
150     </Compile>
151   </ItemGroup>
152   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
153 </Project>