You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
174 lines
8.3 KiB
174 lines
8.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectVersion>7.0</ProjectVersion>
|
|
<ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
|
|
<ProjectGuid>dce6c7e3-ee26-4d79-826b-08594b9ad897</ProjectGuid>
|
|
<avrdevice>ATmega2560</avrdevice>
|
|
<avrdeviceseries>none</avrdeviceseries>
|
|
<OutputType>Executable</OutputType>
|
|
<Language>C</Language>
|
|
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
|
<OutputFileExtension>.elf</OutputFileExtension>
|
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
|
<AssemblyName>STK500</AssemblyName>
|
|
<Name>stk500boot</Name>
|
|
<RootNamespace>STK500</RootNamespace>
|
|
<ToolchainFlavour>Native</ToolchainFlavour>
|
|
<KeepTimersRunning>true</KeepTimersRunning>
|
|
<OverrideVtor>false</OverrideVtor>
|
|
<CacheFlash>true</CacheFlash>
|
|
<ProgFlashFromRam>true</ProgFlashFromRam>
|
|
<RamSnippetAddress>0x20000000</RamSnippetAddress>
|
|
<UncachedRange />
|
|
<preserveEEPROM>true</preserveEEPROM>
|
|
<OverrideVtorValue>exception_table</OverrideVtorValue>
|
|
<BootSegment>2</BootSegment>
|
|
<ResetRule>0</ResetRule>
|
|
<eraseonlaunchrule>0</eraseonlaunchrule>
|
|
<EraseKey />
|
|
<avrtool>com.atmel.avrdbg.tool.atmelice</avrtool>
|
|
<avrtoolserialnumber>J41800094359</avrtoolserialnumber>
|
|
<avrdeviceexpectedsignature>0x1E9801</avrdeviceexpectedsignature>
|
|
<com_atmel_avrdbg_tool_atmelice>
|
|
<ToolOptions>
|
|
<InterfaceProperties>
|
|
<JtagDbgClock>200000</JtagDbgClock>
|
|
<IspClock>125000</IspClock>
|
|
</InterfaceProperties>
|
|
<InterfaceName>ISP</InterfaceName>
|
|
</ToolOptions>
|
|
<ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
|
|
<ToolNumber>J41800094359</ToolNumber>
|
|
<ToolName>Atmel-ICE</ToolName>
|
|
</com_atmel_avrdbg_tool_atmelice>
|
|
<avrtoolinterface>ISP</avrtoolinterface>
|
|
<avrtoolinterfaceclock>125000</avrtoolinterfaceclock>
|
|
<com_atmel_avrdbg_tool_simulator>
|
|
<ToolOptions xmlns="">
|
|
<InterfaceProperties>
|
|
</InterfaceProperties>
|
|
<InterfaceName>
|
|
</InterfaceName>
|
|
</ToolOptions>
|
|
<ToolType xmlns="">com.atmel.avrdbg.tool.simulator</ToolType>
|
|
<ToolNumber xmlns="">
|
|
</ToolNumber>
|
|
<ToolName xmlns="">Simulator</ToolName>
|
|
</com_atmel_avrdbg_tool_simulator>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<ToolchainSettings>
|
|
<AvrGcc>
|
|
<avrgcc.common.Device>-mmcu=atmega2560 -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\gcc\dev\atmega2560"</avrgcc.common.Device>
|
|
<avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
|
|
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
|
|
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
|
|
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
|
|
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
|
|
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
|
|
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
|
|
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
|
|
<avrgcc.compiler.symbols.DefSymbols>
|
|
<ListValues>
|
|
<Value>NDEBUG</Value>
|
|
</ListValues>
|
|
</avrgcc.compiler.symbols.DefSymbols>
|
|
<avrgcc.compiler.directories.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
|
</ListValues>
|
|
</avrgcc.compiler.directories.IncludePaths>
|
|
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
|
|
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
|
|
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
|
|
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
|
|
<avrgcc.linker.libraries.Libraries>
|
|
<ListValues>
|
|
<Value>libm</Value>
|
|
</ListValues>
|
|
</avrgcc.linker.libraries.Libraries>
|
|
<avrgcc.assembler.general.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
|
</ListValues>
|
|
</avrgcc.assembler.general.IncludePaths>
|
|
</AvrGcc>
|
|
</ToolchainSettings>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<ToolchainSettings>
|
|
<AvrGcc>
|
|
<avrgcc.common.Device>-mmcu=atmega2560 -B "%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\gcc\dev\atmega2560"</avrgcc.common.Device>
|
|
<avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
|
|
<avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
|
|
<avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
|
|
<avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
|
|
<avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
|
|
<avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
|
|
<avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
|
|
<avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
|
|
<avrgcc.compiler.symbols.DefSymbols>
|
|
<ListValues>
|
|
<Value>DEBUG</Value>
|
|
<Value>F_CPU=16000000UL</Value>
|
|
</ListValues>
|
|
</avrgcc.compiler.symbols.DefSymbols>
|
|
<avrgcc.compiler.directories.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
|
</ListValues>
|
|
</avrgcc.compiler.directories.IncludePaths>
|
|
<avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
|
|
<avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
|
|
<avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
|
|
<avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
|
|
<avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
|
|
<avrgcc.linker.libraries.Libraries>
|
|
<ListValues>
|
|
<Value>libm</Value>
|
|
</ListValues>
|
|
</avrgcc.linker.libraries.Libraries>
|
|
<avrgcc.linker.memorysettings.Flash>
|
|
<ListValues>
|
|
<Value>.text=3e000</Value>
|
|
</ListValues>
|
|
</avrgcc.linker.memorysettings.Flash>
|
|
<avrgcc.assembler.general.IncludePaths>
|
|
<ListValues>
|
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.7.374\include\</Value>
|
|
</ListValues>
|
|
</avrgcc.assembler.general.IncludePaths>
|
|
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
|
|
</AvrGcc>
|
|
</ToolchainSettings>
|
|
<UsesExternalMakeFile>False</UsesExternalMakeFile>
|
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
|
<BuildTarget>mega2560</BuildTarget>
|
|
<CleanTarget>clean</CleanTarget>
|
|
<ExternalMakeFilePath>C:\Users\Kirill\Documents\GIT\STK500\STK500\Debug\Makefile</ExternalMakeFilePath>
|
|
<OutputFileName>stk500boot_v2_mega2560</OutputFileName>
|
|
<OutputFileExtension>.elf</OutputFileExtension>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="avrinterruptnames.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="avr_cpunames.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="command.h">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
<Compile Include="stk500boot.c">
|
|
<SubType>compile</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="License.txt">
|
|
<SubType>compile</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
|
</Project> |