*** SET 1-Wire Flasher Address from 0x0EE0 to 0x0EC0 **** for more freedom to impleme...
[owSlave2.git] / programmer / programmer / programmer.asmproj
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.AVRAssembler</ToolchainName>
7     <ProjectGuid>{73dcf55e-6410-4dea-8872-ee17f76dd05a}</ProjectGuid>
8     <avrdeviceseries>none</avrdeviceseries>
9     <avrdevice>ATtiny84A</avrdevice>
10     <OutputFileName>$(MSBuildProjectName)</OutputFileName>
11     <OutputFileExtension>.obj</OutputFileExtension>
12     <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
13     <Language>ASSEMBLY</Language>
14     <AssemblyName>programmer</AssemblyName>
15     <Name>programmer</Name>
16     <RootNamespace>programmer</RootNamespace>
17     <EntryFile>$(MSBuildProjectDirectory)\programmer.asm</EntryFile>
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>
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.18.1" />
38         </dependencies>
39       </framework-data>
40     </AsfFrameworkConfig>
41     <avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
42     <com_atmel_avrdbg_tool_atmelice>
43       <ToolOptions>
44         <InterfaceProperties>
45           <IspClock>100000</IspClock>
46           <DebugWireClockDiv>0</DebugWireClockDiv>
47         </InterfaceProperties>
48         <InterfaceName>debugWIRE</InterfaceName>
49       </ToolOptions>
50       <ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
51       <ToolNumber>J41800000789</ToolNumber>
52       <ToolName>Atmel-ICE</ToolName>
53     </com_atmel_avrdbg_tool_atmelice>
54     <avrtoolinterface>debugWIRE</avrtoolinterface>
55     <ExternalProgrammingToolCommand />
56   </PropertyGroup>
57   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
58     <ToolchainSettings>
59       <AvrAssembler>
60   <avrasm.assembler.general.AdditionalIncludeDirectories>
61     <ListValues>
62       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\avrasm\inc</Value>
63       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\avrasm\inc</Value>
64     </ListValues>
65   </avrasm.assembler.general.AdditionalIncludeDirectories>
66   <avrasm.assembler.general.IncludeFile>tn84adef.inc</avrasm.assembler.general.IncludeFile>
67 </AvrAssembler>
68     </ToolchainSettings>
69     <OutputType>Executable</OutputType>
70   </PropertyGroup>
71   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
72     <ToolchainSettings>
73       <AvrAssembler>
74   <avrasm.assembler.general.AdditionalIncludeDirectories>
75     <ListValues>
76       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\avrasm\inc</Value>
77       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\avrasm\inc</Value>
78       <Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\avrasm\inc</Value>
79     </ListValues>
80   </avrasm.assembler.general.AdditionalIncludeDirectories>
81   <avrasm.assembler.general.IncludeFile>tn84adef.inc</avrasm.assembler.general.IncludeFile>
82 </AvrAssembler>
83     </ToolchainSettings>
84   </PropertyGroup>
85   <ItemGroup>
86     <Compile Include="programmer.asm">
87       <SubType>Code</SubType>
88     </Compile>
89   </ItemGroup>
90   <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Assembler.targets" />
91 </Project>