43e905b55ca38b0350aadf2eea50d5ae5921f558
[owSlave2.git] / DS2450_APDS9960 / DS2450_APDS9960.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_APDS9960</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>com.atmel.avrdbg.tool.atmelice</avrtool>
43     <avrtoolserialnumber>J41800000789</avrtoolserialnumber>
44     <avrdeviceexpectedsignature>0x1E930C</avrdeviceexpectedsignature>
45     <com_atmel_avrdbg_tool_atmelice>
46       <ToolOptions>
47         <InterfaceProperties>
48         </InterfaceProperties>
49         <InterfaceName>debugWIRE</InterfaceName>
50       </ToolOptions>
51       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
52       <ToolNumber>J41800000789</ToolNumber>
53       <ToolName>Atmel-ICE</ToolName>
54     </com_atmel_avrdbg_tool_atmelice>
55     <avrtoolinterface>debugWIRE</avrtoolinterface>
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.79\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>NDEBUG</Value>
71           </ListValues>
72         </avrgcc.compiler.symbols.DefSymbols>
73         <avrgcc.compiler.directories.IncludePaths>
74           <ListValues>
75             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
76           </ListValues>
77         </avrgcc.compiler.directories.IncludePaths>
78         <avrgcc.compiler.optimization.level>Optimize for size (-Os)</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.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
82         <avrgcc.linker.libraries.Libraries>
83           <ListValues>
84             <Value>libm</Value>
85           </ListValues>
86         </avrgcc.linker.libraries.Libraries>
87         <avrgcc.assembler.general.IncludePaths>
88           <ListValues>
89             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
90           </ListValues>
91         </avrgcc.assembler.general.IncludePaths>
92       </AvrGcc>
93     </ToolchainSettings>
94   </PropertyGroup>
95   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
96     <ToolchainSettings>
97       <AvrGcc>
98         <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\gcc\dev\attiny84a"</avrgcc.common.Device>
99         <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
100         <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
101         <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
102         <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
103         <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
104         <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
105         <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
106         <avrgcc.compiler.symbols.DefSymbols>
107           <ListValues>
108             <Value>DEBUG</Value>
109           </ListValues>
110         </avrgcc.compiler.symbols.DefSymbols>
111         <avrgcc.compiler.directories.IncludePaths>
112           <ListValues>
113             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
114           </ListValues>
115         </avrgcc.compiler.directories.IncludePaths>
116         <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
117         <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
118         <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
119         <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
120         <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
121         <avrgcc.linker.libraries.Libraries>
122           <ListValues>
123             <Value>libm</Value>
124           </ListValues>
125         </avrgcc.linker.libraries.Libraries>
126         <avrgcc.assembler.general.IncludePaths>
127           <ListValues>
128             <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.79\include</Value>
129           </ListValues>
130         </avrgcc.assembler.general.IncludePaths>
131         <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
132       </AvrGcc>
133     </ToolchainSettings>
134   </PropertyGroup>
135   <ItemGroup>
136     <Compile Include="..\common\I2C\APDS9960.c">
137       <SubType>compile</SubType>
138       <Link>APDS9960.c</Link>
139     </Compile>
140     <Compile Include="..\common\I2C\USI_TWI_Master.c">
141       <SubType>compile</SubType>
142       <Link>USI_TWI_Master.c</Link>
143     </Compile>
144     <Compile Include="DS2450_APDS9960.c">
145       <SubType>compile</SubType>
146     </Compile>
147     <Compile Include="OWDS2450.S">
148       <SubType>compile</SubType>
149     </Compile>
150   </ItemGroup>
151   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
152 </Project>