Many changes from 2018
[owSlave2.git] / DS2450_SGP30 / DS2450_SGP30.cproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">\r
3   <PropertyGroup>\r
4     <SchemaVersion>2.0</SchemaVersion>\r
5     <ProjectVersion>7.0</ProjectVersion>\r
6     <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>\r
7     <ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid>\r
8     <avrdevice>ATtiny84A</avrdevice>\r
9     <avrdeviceseries>none</avrdeviceseries>\r
10     <OutputType>Executable</OutputType>\r
11     <Language>C</Language>\r
12     <OutputFileName>$(MSBuildProjectName)</OutputFileName>\r
13     <OutputFileExtension>.elf</OutputFileExtension>\r
14     <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>\r
15     <AssemblyName>DS2450</AssemblyName>\r
16     <Name>DS2450_SGP30</Name>\r
17     <RootNamespace>DS2450</RootNamespace>\r
18     <ToolchainFlavour>Native</ToolchainFlavour>\r
19     <KeepTimersRunning>true</KeepTimersRunning>\r
20     <OverrideVtor>false</OverrideVtor>\r
21     <CacheFlash>true</CacheFlash>\r
22     <ProgFlashFromRam>true</ProgFlashFromRam>\r
23     <RamSnippetAddress>0x20000000</RamSnippetAddress>\r
24     <UncachedRange />\r
25     <preserveEEPROM>true</preserveEEPROM>\r
26     <OverrideVtorValue>exception_table</OverrideVtorValue>\r
27     <BootSegment>2</BootSegment>\r
28     <eraseonlaunchrule>1</eraseonlaunchrule>\r
29     <ExternalProgrammingToolCommand />\r
30     <AsfFrameworkConfig>\r
31       <framework-data>\r
32         <options />\r
33         <configurations />\r
34         <files />\r
35         <documentation help="" />\r
36         <offline-documentation help="" />\r
37         <dependencies>\r
38           <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.28.1" />\r
39         </dependencies>\r
40       </framework-data>\r
41     </AsfFrameworkConfig>\r
42     <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>\r
43     <avrtoolserialnumber>J41800000789</avrtoolserialnumber>\r
44     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>\r
45     <com_atmel_avrdbg_tool_atmelice>\r
46       <ToolOptions>\r
47         <InterfaceProperties>\r
48           <IspClock>125000</IspClock>\r
49         </InterfaceProperties>\r
50         <InterfaceName>debugWIRE</InterfaceName>\r
51       </ToolOptions>\r
52       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>\r
53       <ToolNumber>J41800000789</ToolNumber>\r
54       <ToolName>Atmel-ICE</ToolName>\r
55     </com_atmel_avrdbg_tool_atmelice>\r
56     <avrtoolinterface>debugWIRE</avrtoolinterface>\r
57     <avrtoolinterfaceclock>125000</avrtoolinterfaceclock>\r
58   </PropertyGroup>\r
59   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
60     <ToolchainSettings>\r
61       <AvrGcc>\r
62         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>\r
63         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>\r
64         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>\r
65         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>\r
66         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>\r
67         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>\r
68         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>\r
69         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>\r
70         <avrgcc.compiler.symbols.DefSymbols>\r
71           <ListValues>\r
72             <Value>NDEBUG</Value>\r
73             <Value>__4MHZ__</Value>\r
74           </ListValues>\r
75         </avrgcc.compiler.symbols.DefSymbols>\r
76         <avrgcc.compiler.directories.IncludePaths>\r
77           <ListValues>\r
78             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
79           </ListValues>\r
80         </avrgcc.compiler.directories.IncludePaths>\r
81         <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>\r
82         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>\r
83         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>\r
84         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>\r
85         <avrgcc.linker.libraries.Libraries>\r
86           <ListValues>\r
87             <Value>libm</Value>\r
88           </ListValues>\r
89         </avrgcc.linker.libraries.Libraries>\r
90         <avrgcc.assembler.general.AssemblerFlags>-D  __4MHZ__</avrgcc.assembler.general.AssemblerFlags>\r
91         <avrgcc.assembler.general.IncludePaths>\r
92           <ListValues>\r
93             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
94           </ListValues>\r
95         </avrgcc.assembler.general.IncludePaths>\r
96       </AvrGcc>\r
97     </ToolchainSettings>\r
98   </PropertyGroup>\r
99   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
100     <ToolchainSettings>\r
101       <AvrGcc>\r
102         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>\r
103         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>\r
104         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>\r
105         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>\r
106         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>\r
107         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>\r
108         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>\r
109         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>\r
110         <avrgcc.compiler.symbols.DefSymbols>\r
111           <ListValues>\r
112             <Value>DEBUG</Value>\r
113             <Value>__4MHZ__</Value>\r
114           </ListValues>\r
115         </avrgcc.compiler.symbols.DefSymbols>\r
116         <avrgcc.compiler.directories.IncludePaths>\r
117           <ListValues>\r
118             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
119           </ListValues>\r
120         </avrgcc.compiler.directories.IncludePaths>\r
121         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>\r
122         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>\r
123         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>\r
124         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>\r
125         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>\r
126         <avrgcc.linker.libraries.Libraries>\r
127           <ListValues>\r
128             <Value>libm</Value>\r
129           </ListValues>\r
130         </avrgcc.linker.libraries.Libraries>\r
131         <avrgcc.assembler.general.AssemblerFlags>-D __4MHZ__</avrgcc.assembler.general.AssemblerFlags>\r
132         <avrgcc.assembler.general.IncludePaths>\r
133           <ListValues>\r
134             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>\r
135           </ListValues>\r
136         </avrgcc.assembler.general.IncludePaths>\r
137         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>\r
138       </AvrGcc>\r
139     </ToolchainSettings>\r
140   </PropertyGroup>\r
141   <ItemGroup>\r
142     <Compile Include="..\common\I2C\SGP30.c">\r
143       <SubType>compile</SubType>\r
144       <Link>SGP30.c</Link>\r
145     </Compile>\r
146     <Compile Include="..\common\I2C\USI_TWI_Master.c">\r
147       <SubType>compile</SubType>\r
148       <Link>USI_TWI_Master.c</Link>\r
149     </Compile>\r
150     <Compile Include="DS2450_SGP30.c">\r
151       <SubType>compile</SubType>\r
152     </Compile>\r
153     <Compile Include="OWDS2450.S">\r
154       <SubType>compile</SubType>\r
155     </Compile>\r
156   </ItemGroup>\r
157   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />\r
158 </Project>