New Dual with BMP280 and SHT
[owSlave2.git] / DS2450 / DS2450.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>{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>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     <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.19.0" />
38         </dependencies>
39       </framework-data>
40     </AsfFrameworkConfig>
41     <avrtool>com.atmel.avrdbg.tool.avrdragon</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>J41800000779</ToolNumber>
50       <ToolName>Atmel-ICE</ToolName>
51     </com_atmel_avrdbg_tool_atmelice>
52     <avrtoolinterface>debugWIRE</avrtoolinterface>
53     <ExternalProgrammingToolCommand />
54     <avrtoolserialnumber>00A20004766E</avrtoolserialnumber>
55     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
56     <com_atmel_avrdbg_tool_avrdragon>
57       <ToolOptions>
58         <InterfaceProperties>
59         </InterfaceProperties>
60         <InterfaceName>debugWIRE</InterfaceName>
61       </ToolOptions>
62       <ToolType>com.atmel.avrdbg.tool.avrdragon</ToolType>
63       <ToolNumber>00A20004766E</ToolNumber>
64       <ToolName>AVR Dragon</ToolName>
65     </com_atmel_avrdbg_tool_avrdragon>
66   </PropertyGroup>
67   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
68     <ToolchainSettings>
69       <AvrGcc>
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>
79     <ListValues>
80       <Value>DEBUG</Value>
81     </ListValues>
82   </avrgcc.compiler.symbols.DefSymbols>
83   <avrgcc.compiler.directories.IncludePaths>
84     <ListValues>
85       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
86     </ListValues>
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>
94     <ListValues>
95       <Value>libm</Value>
96     </ListValues>
97   </avrgcc.linker.libraries.Libraries>
98   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
99 </AvrGcc>
100     </ToolchainSettings>
101   </PropertyGroup>
102   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
103     <ToolchainSettings>
104       <AvrGcc>
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>
114     <ListValues>
115       <Value>DEBUG</Value>
116     </ListValues>
117   </avrgcc.compiler.symbols.DefSymbols>
118   <avrgcc.compiler.directories.IncludePaths>
119     <ListValues>
120       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
121     </ListValues>
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>
129     <ListValues>
130       <Value>libm</Value>
131     </ListValues>
132   </avrgcc.linker.libraries.Libraries>
133   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
134 </AvrGcc>
135     </ToolchainSettings>
136   </PropertyGroup>
137   <ItemGroup>
138     <Compile Include="DS2450.c">
139       <SubType>compile</SubType>
140     </Compile>
141     <Compile Include="OWDS2450.S">
142       <SubType>compile</SubType>
143     </Compile>
144   </ItemGroup>
145   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
146 </Project>