Linux Git
[owSlave2.git] / DS2450_IAQCORE / DS2450_IAQCORE.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_IAQCORE</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>
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.28.1" />
39         </dependencies>
40       </framework-data>
41     </AsfFrameworkConfig>
42     <avrtool />
43   </PropertyGroup>
44   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
45     <ToolchainSettings>
46       <AvrGcc>
47         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>
48         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
49         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
50         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
51         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
52         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
53         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
54         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
55         <avrgcc.compiler.symbols.DefSymbols>
56           <ListValues>
57             <Value>NDEBUG</Value>
58           </ListValues>
59         </avrgcc.compiler.symbols.DefSymbols>
60         <avrgcc.compiler.directories.IncludePaths>
61           <ListValues>
62             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
63           </ListValues>
64         </avrgcc.compiler.directories.IncludePaths>
65         <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
66         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
67         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
68         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
69         <avrgcc.linker.libraries.Libraries>
70           <ListValues>
71             <Value>libm</Value>
72           </ListValues>
73         </avrgcc.linker.libraries.Libraries>
74         <avrgcc.assembler.general.IncludePaths>
75           <ListValues>
76             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
77           </ListValues>
78         </avrgcc.assembler.general.IncludePaths>
79       </AvrGcc>
80     </ToolchainSettings>
81   </PropertyGroup>
82   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
83     <ToolchainSettings>
84       <AvrGcc>
85         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>
86         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
87         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
88         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
89         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
90         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
91         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
92         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
93         <avrgcc.compiler.symbols.DefSymbols>
94           <ListValues>
95             <Value>DEBUG</Value>
96           </ListValues>
97         </avrgcc.compiler.symbols.DefSymbols>
98         <avrgcc.compiler.directories.IncludePaths>
99           <ListValues>
100             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
101           </ListValues>
102         </avrgcc.compiler.directories.IncludePaths>
103         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
104         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
105         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
106         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
107         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
108         <avrgcc.linker.libraries.Libraries>
109           <ListValues>
110             <Value>libm</Value>
111           </ListValues>
112         </avrgcc.linker.libraries.Libraries>
113         <avrgcc.assembler.general.IncludePaths>
114           <ListValues>
115             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
116           </ListValues>
117         </avrgcc.assembler.general.IncludePaths>
118         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
119       </AvrGcc>
120     </ToolchainSettings>
121   </PropertyGroup>
122   <ItemGroup>
123     <Compile Include="..\common\I2C\IAQCORE.c">
124       <SubType>compile</SubType>
125       <Link>IAQCORE.c</Link>
126     </Compile>
127     <Compile Include="..\common\I2C\USI_TWI_Master.c">
128       <SubType>compile</SubType>
129       <Link>USI_TWI_Master.c</Link>
130     </Compile>
131     <Compile Include="DS2450_IAQCORE.c">
132       <SubType>compile</SubType>
133     </Compile>
134     <Compile Include="OWDS2450.S">
135       <SubType>compile</SubType>
136     </Compile>
137   </ItemGroup>
138   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
139 </Project>