- New Device compinations
[owSlave2.git] / DS2423_BMP280 / DS2423_BMP280.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>{26106a5a-6618-4774-943f-65c46ddb610b}</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>DS2423_BMP280</AssemblyName>
16     <Name>DS2423_BMP280</Name>
17     <RootNamespace>DS2423_BMP280</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.22.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>J41800024445</ToolNumber>
50       <ToolName>Atmel-ICE</ToolName>
51     </com_atmel_avrdbg_tool_atmelice>
52     <avrtoolinterface>debugWIRE</avrtoolinterface>
53     <ExternalProgrammingToolCommand />
54   </PropertyGroup>
55   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
56     <ToolchainSettings>
57       <AvrGcc>
58         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
59         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
60         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
61         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
62         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
63         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
64         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
65         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
66         <avrgcc.compiler.symbols.DefSymbols>
67           <ListValues>
68             <Value>DEBUG</Value>
69           </ListValues>
70         </avrgcc.compiler.symbols.DefSymbols>
71         <avrgcc.compiler.directories.IncludePaths>
72           <ListValues>
73             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
74           </ListValues>
75         </avrgcc.compiler.directories.IncludePaths>
76         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
77         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
78         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
79         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
80         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
81         <avrgcc.linker.libraries.Libraries>
82           <ListValues>
83             <Value>libm</Value>
84           </ListValues>
85         </avrgcc.linker.libraries.Libraries>
86         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
87       </AvrGcc>
88     </ToolchainSettings>
89   </PropertyGroup>
90   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
91     <ToolchainSettings>
92       <AvrGcc>
93         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
94         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
95         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
96         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
97         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
98         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
99         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
100         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
101         <avrgcc.compiler.symbols.DefSymbols>
102           <ListValues>
103             <Value>DEBUG</Value>
104           </ListValues>
105         </avrgcc.compiler.symbols.DefSymbols>
106         <avrgcc.compiler.directories.IncludePaths>
107           <ListValues>
108             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
109           </ListValues>
110         </avrgcc.compiler.directories.IncludePaths>
111         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
112         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
113         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
114         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
115         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
116         <avrgcc.linker.libraries.Libraries>
117           <ListValues>
118             <Value>libm</Value>
119           </ListValues>
120         </avrgcc.linker.libraries.Libraries>
121         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
122       </AvrGcc>
123     </ToolchainSettings>
124   </PropertyGroup>
125   <ItemGroup>
126     <Compile Include="D:\oc\dev\owSlave2\common\I2C\BMP280.c">
127       <SubType>compile</SubType>
128       <Link>BMP280.c</Link>
129     </Compile>
130     <Compile Include="D:\oc\dev\owSlave2\common\I2C\USI_TWI_Master.c">
131       <SubType>compile</SubType>
132       <Link>USI_TWI_Master.c</Link>
133     </Compile>
134     <Compile Include="D:\oc\dev\owSlave2\common\OWDS2423.S">
135       <SubType>compile</SubType>
136       <Link>OWDS2423.S</Link>
137     </Compile>
138     <Compile Include="DS2423_BMP280.c">
139       <SubType>compile</SubType>
140     </Compile>
141   </ItemGroup>
142   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
143 </Project>