1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<SchemaVersion>2.0</SchemaVersion>
5
<ProjectVersion>7.0</ProjectVersion>
6
<ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
7
<ProjectGuid>{15de09c3-0af4-4d66-a5af-c8ceb4c6c58e}</ProjectGuid>
8
<avrdevice>ATtiny85</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>Driver1</AssemblyName>
17
<RootNamespace>Driver1</RootNamespace>
18
<ToolchainFlavour>Native</ToolchainFlavour>
19
<KeepTimersRunning>true</KeepTimersRunning>
20
<OverrideVtor>false</OverrideVtor>
21
<OverrideVtorValue>exception_table</OverrideVtorValue>
22
<eraseonlaunchrule>0</eraseonlaunchrule>
23
<AsfVersion>2.11.1</AsfVersion>
24
<CacheFlash>true</CacheFlash>
25
<ProgFlashFromRam>true</ProgFlashFromRam>
26
<RamSnippetAddress>0x20000000</RamSnippetAddress>
28
<BootSegment>2</BootSegment>
34
<documentation help="" />
35
<offline-documentation help="" />
37
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.28.1" />
41
<preserveEEPROM>true</preserveEEPROM>
43
<ExternalProgrammingToolCommand />
44
<ResetRule>0</ResetRule>
47
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
50
<avrgcc.common.Device>-mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny85"</avrgcc.common.Device>
51
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
52
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
53
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
54
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
55
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
56
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
57
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
58
<avrgcc.compiler.directories.IncludePaths>
60
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
62
</avrgcc.compiler.directories.IncludePaths>
63
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
64
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
65
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
66
<avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
67
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
68
<avrgcc.linker.libraries.Libraries>
72
</avrgcc.linker.libraries.Libraries>
73
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
77
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
80
<avrgcc.common.Device>-mmcu=attiny85 -B "%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\gcc\dev\attiny85"</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.directories.IncludePaths>
90
<Value>%24(PackRepoDir)\atmel\ATtiny_DFP\1.0.68\include</Value>
92
</avrgcc.compiler.directories.IncludePaths>
93
<avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
94
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
95
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
96
<avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
97
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
98
<avrgcc.linker.libraries.Libraries>
102
</avrgcc.linker.libraries.Libraries>
103
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
108
<Compile Include="Channels.h">
109
<SubType>compile</SubType>
111
<Compile Include="ModeSets.h">
112
<SubType>compile</SubType>
114
<Compile Include="ModeSets_HiPerf.h">
115
<SubType>compile</SubType>
117
<Compile Include="NarsilM.c">
118
<SubType>compile</SubType>
120
<Compile Include="RampingTables.h">
121
<SubType>compile</SubType>
123
<Compile Include="RampingTables_HiPerf.h">
124
<SubType>compile</SubType>
126
<Compile Include="RegisterSettings.h">
127
<SubType>compile</SubType>
129
<Compile Include="Setups_1C1S.h">
130
<SubType>compile</SubType>
132
<Compile Include="Setups_2C1S.h">
133
<SubType>compile</SubType>
135
<Compile Include="Setups_2C2S.h">
136
<SubType>compile</SubType>
138
<Compile Include="Setups_2HL_1C1S.h">
139
<SubType>compile</SubType>
141
<Compile Include="Setups_3C1S.h">
142
<SubType>compile</SubType>
144
<Compile Include="Setups_3C2S.h">
145
<SubType>compile</SubType>
147
<Compile Include="Setups_AX3_2C1Son3C.h">
148
<SubType>compile</SubType>
150
<Compile Include="Setups_C20C#2_2C1S.h">
151
<SubType>compile</SubType>
153
<Compile Include="Setups_C20C_2C1S.h">
154
<SubType>compile</SubType>
156
<Compile Include="Setups_C8F21700_2C1S.h">
157
<SubType>compile</SubType>
159
<Compile Include="Setups_C8FXPLHI_2C1S.h">
160
<SubType>compile</SubType>
162
<Compile Include="Setups_C8F_2C1S.h">
163
<SubType>compile</SubType>
165
<Compile Include="Setups_D1_2C1S.h">
166
<SubType>compile</SubType>
168
<Compile Include="Setups_D4Ti.h">
169
<SubType>compile</SubType>
171
<Compile Include="Setups_D4_2C1S.h">
172
<SubType>compile</SubType>
174
<Compile Include="Setups_GTBuck.h">
175
<SubType>compile</SubType>
177
<Compile Include="Setups_JM70_2C1S.h">
178
<SubType>compile</SubType>
180
<Compile Include="Setups_M8_2C1Son3C.h">
181
<SubType>compile</SubType>
183
<Compile Include="Setups_NA40_2C1S.h">
184
<SubType>compile</SubType>
186
<Compile Include="Setups_OTRM3.h">
187
<SubType>compile</SubType>
189
<Compile Include="Setups_Q8_2C1S.h">
190
<SubType>compile</SubType>
192
<Compile Include="Setups_S42_2C1S.h">
193
<SubType>compile</SubType>
195
<Compile Include="Setups_SDMini_2C1S.h">
196
<SubType>compile</SubType>
198
<Compile Include="Setups_SP03.h">
199
<SubType>compile</SubType>
201
<Compile Include="Setups_SparkSF3_2C1S.h">
202
<SubType>compile</SubType>
204
<Compile Include="Setups_Spark_2C1S.h">
205
<SubType>compile</SubType>
207
<Compile Include="Setups_X1R_2C1S.h">
208
<SubType>compile</SubType>
210
<Compile Include="Setups_X6R_2C1S.h">
211
<SubType>compile</SubType>
213
<Compile Include="Setups_X6R_2C1Son3C.h">
214
<SubType>compile</SubType>
216
<Compile Include="Setups_X7R_2C1S.h">
217
<SubType>compile</SubType>
219
<Compile Include="Setups_X9_2C1S.h">
220
<SubType>compile</SubType>
222
<Compile Include="Setups_ZY-T114_2C1S.h">
223
<SubType>compile</SubType>
225
<Compile Include="Setups_ZY-T115_2C1S.h">
226
<SubType>compile</SubType>
228
<Compile Include="tk-calib.h">
229
<SubType>compile</SubType>
231
<Compile Include="tk-calibMTN17DDm.h">
232
<SubType>compile</SubType>
234
<Compile Include="tk-delay.h">
235
<SubType>compile</SubType>
238
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
b'\\ No newline at end of file'