|
@@ -0,0 +1,167 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectVersion>6.2</ProjectVersion>
|
|
|
+ <ToolchainName>com.Atmel.AVRGCC8.C</ToolchainName>
|
|
|
+ <ProjectGuid>{02f0bc88-77bd-42cc-a94c-4cc452f0f909}</ProjectGuid>
|
|
|
+ <avrdevice>ATmega328PB</avrdevice>
|
|
|
+ <avrdeviceseries>none</avrdeviceseries>
|
|
|
+ <OutputType>Executable</OutputType>
|
|
|
+ <Language>C</Language>
|
|
|
+ <OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
|
|
+ <OutputFileExtension>.elf</OutputFileExtension>
|
|
|
+ <OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
|
|
+ <AssemblyName>optitest</AssemblyName>
|
|
|
+ <Name>optitest</Name>
|
|
|
+ <RootNamespace>optitest</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>
|
|
|
+ <eraseonlaunchrule>0</eraseonlaunchrule>
|
|
|
+ <AsfFrameworkConfig>
|
|
|
+ <framework-data xmlns="">
|
|
|
+ <options />
|
|
|
+ <configurations />
|
|
|
+ <files />
|
|
|
+ <documentation help="" />
|
|
|
+ <offline-documentation help="" />
|
|
|
+ <dependencies>
|
|
|
+ <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.21.0" />
|
|
|
+ </dependencies>
|
|
|
+ </framework-data>
|
|
|
+ </AsfFrameworkConfig>
|
|
|
+ <avrtool>com.atmel.avrdbg.tool.medbg</avrtool>
|
|
|
+ <com_atmel_avrdbg_tool_medbg>
|
|
|
+ <ToolOptions>
|
|
|
+ <InterfaceProperties>
|
|
|
+ </InterfaceProperties>
|
|
|
+ <InterfaceName>ISP</InterfaceName>
|
|
|
+ </ToolOptions>
|
|
|
+ <ToolType>com.atmel.avrdbg.tool.medbg</ToolType>
|
|
|
+ <ToolNumber>ATML2222050200008424</ToolNumber>
|
|
|
+ <ToolName>mEDBG</ToolName>
|
|
|
+ </com_atmel_avrdbg_tool_medbg>
|
|
|
+ <avrtoolinterface>ISP</avrtoolinterface>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
+ <ToolchainSettings>
|
|
|
+ <AvrGcc>
|
|
|
+ <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.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>
|
|
|
+ </ToolchainSettings>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
+ <ToolchainSettings>
|
|
|
+ <AvrGcc>
|
|
|
+ <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>
|
|
|
+ </ListValues>
|
|
|
+ </avrgcc.compiler.symbols.DefSymbols>
|
|
|
+ <avrgcc.compiler.optimization.level>Optimize (-O1)</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.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
|
|
|
+ </AvrGcc>
|
|
|
+ </ToolchainSettings>
|
|
|
+ <UsesExternalMakeFile>True</UsesExternalMakeFile>
|
|
|
+ <BuildTarget>xplained328pb</BuildTarget>
|
|
|
+ <CleanTarget>clean</CleanTarget>
|
|
|
+ <ExternalMakeFilePath>..\bootloaders\optiboot\makefile</ExternalMakeFilePath>
|
|
|
+ <OutputFileName>optiboot_xplained328pb</OutputFileName>
|
|
|
+ <OutputFileExtension>.hex</OutputFileExtension>
|
|
|
+ <OutputDirectory>.</OutputDirectory>
|
|
|
+ <PostBuildEvent>cp ../bootloaders/optiboot/optiboot_xplained328pb.* .</PostBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="..\bootloaders\optiboot\Makefile">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>Makefile</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\bootloaders\optiboot\Makefile.1284">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>Makefile.1284</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\bootloaders\optiboot\Makefile.atmel">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>Makefile.atmel</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\bootloaders\optiboot\Makefile.custom">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>Makefile.custom</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\bootloaders\optiboot\Makefile.extras">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>Makefile.extras</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\bootloaders\optiboot\Makefile.isp">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>Makefile.isp</Link>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="..\bootloaders\optiboot\baudcheck.c">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>baudcheck.c</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\bootloaders\optiboot\boot.h">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>boot.h</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\bootloaders\optiboot\optiboot.c">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>optiboot.c</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\bootloaders\optiboot\pin_defs.h">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>pin_defs.h</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\bootloaders\optiboot\stk500.h">
|
|
|
+ <SubType>compile</SubType>
|
|
|
+ <Link>stk500.h</Link>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
|
|
+</Project>
|