New Devices
[owSlave2.git] / DS2438_HDC1080 / DS2438_HDC1080.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>{91468d4f-8ae2-4c59-8a35-549c49e00934}</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>DS2438_SHT2X</AssemblyName>
16     <Name>DS2438_HDC1080</Name>
17     <RootNamespace>DS2438_SHT2X</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.26.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     <ExternalProgrammingToolCommand />
54     <avrtoolserialnumber>J41800000789</avrtoolserialnumber>
55     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
56   </PropertyGroup>
57   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
58     <ToolchainSettings>
59       <AvrGcc>
60         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
61         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
62         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
63         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
64         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
65         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
66         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
67         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
68         <avrgcc.compiler.symbols.DefSymbols>
69           <ListValues>
70             <Value>DEBUG</Value>
71           </ListValues>
72         </avrgcc.compiler.symbols.DefSymbols>
73         <avrgcc.compiler.directories.IncludePaths>
74           <ListValues>
75             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
76           </ListValues>
77         </avrgcc.compiler.directories.IncludePaths>
78         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
79         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
80         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
81         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
82         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
83         <avrgcc.linker.libraries.Libraries>
84           <ListValues>
85             <Value>libm</Value>
86           </ListValues>
87         </avrgcc.linker.libraries.Libraries>
88         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
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\calibr.c">
129       <SubType>compile</SubType>
130       <Link>calibr.c</Link>
131     </Compile>
132     <Compile Include="..\common\I2C\HDC1080.c">
133       <SubType>compile</SubType>
134       <Link>HDC1080.c</Link>
135     </Compile>
136     <Compile Include="D:\oc\dev\owSlave2\common\I2C\USI_TWI_Master.c">
137       <SubType>compile</SubType>
138       <Link>USI_TWI_Master.c</Link>
139     </Compile>
140     <Compile Include="D:\oc\dev\owSlave2\common\OWDS2438.S">
141       <SubType>compile</SubType>
142       <Link>OWDS2438.S</Link>
143     </Compile>
144     <Compile Include="DS2438_HDC1080.c">
145       <SubType>compile</SubType>
146     </Compile>
147   </ItemGroup>
148   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
149 </Project>