618c54fa5f68977f734b5b08269ca6b21f5163df
[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" 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</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 xmlns="">
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.27.3" />
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.68\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.68\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>
75     </ToolchainSettings>
76   </PropertyGroup>
77   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
78     <ToolchainSettings>
79       <AvrGcc>
80   <avrgcc.common.Device>-mmcu=attiny84a -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny84a"</avrgcc.common.Device>
81   <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
82   <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
83   <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
84   <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
85   <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
86   <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
87   <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
88   <avrgcc.compiler.symbols.DefSymbols>
89     <ListValues>
90       <Value>DEBUG</Value>
91     </ListValues>
92   </avrgcc.compiler.symbols.DefSymbols>
93   <avrgcc.compiler.directories.IncludePaths>
94     <ListValues>
95       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
96     </ListValues>
97   </avrgcc.compiler.directories.IncludePaths>
98   <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
99   <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
100   <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
101   <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
102   <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
103   <avrgcc.linker.libraries.Libraries>
104     <ListValues>
105       <Value>libm</Value>
106     </ListValues>
107   </avrgcc.linker.libraries.Libraries>
108   <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
109 </AvrGcc>
110     </ToolchainSettings>
111   </PropertyGroup>
112   <ItemGroup>
113     <Compile Include="DS2450.c">
114       <SubType>compile</SubType>
115     </Compile>
116     <Compile Include="OWDS2450.S">
117       <SubType>compile</SubType>
118     </Compile>
119   </ItemGroup>
120   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
121 </Project>