2021-10-21 19:55:33 +02:00
|
|
|
<?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>ATmega1284P</avrdevice>
|
|
|
|
<avrdeviceseries>none</avrdeviceseries>
|
|
|
|
<OutputType>Executable</OutputType>
|
|
|
|
<Language>C</Language>
|
|
|
|
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
|
|
|
<OutputFileExtension>.elf</OutputFileExtension>
|
|
|
|
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
|
|
|
<AssemblyName>EmbeddedSystemsTHM</AssemblyName>
|
|
|
|
<Name>EmbeddedSystemsTHM</Name>
|
|
|
|
<RootNamespace>EmbeddedSystemsTHM</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 />
|
2021-11-05 09:00:41 +01:00
|
|
|
<avrtool>com.atmel.avrdbg.tool.stk500</avrtool>
|
2021-10-21 19:55:33 +02:00
|
|
|
<avrtoolserialnumber />
|
|
|
|
<avrdeviceexpectedsignature>0x1E9705</avrdeviceexpectedsignature>
|
|
|
|
<com_atmel_avrdbg_tool_simulator>
|
2021-11-05 09:00:41 +01:00
|
|
|
<ToolOptions>
|
2021-10-21 19:55:33 +02:00
|
|
|
<InterfaceProperties>
|
|
|
|
</InterfaceProperties>
|
2021-11-05 09:00:41 +01:00
|
|
|
<InterfaceName>
|
|
|
|
</InterfaceName>
|
2021-10-21 19:55:33 +02:00
|
|
|
</ToolOptions>
|
2021-11-05 09:00:41 +01:00
|
|
|
<ToolType>com.atmel.avrdbg.tool.simulator</ToolType>
|
|
|
|
<ToolNumber>
|
2021-10-21 19:55:33 +02:00
|
|
|
</ToolNumber>
|
2021-11-05 09:00:41 +01:00
|
|
|
<ToolName>Simulator</ToolName>
|
2021-10-21 19:55:33 +02:00
|
|
|
</com_atmel_avrdbg_tool_simulator>
|
2021-10-28 16:11:18 +02:00
|
|
|
<AsfFrameworkConfig>
|
|
|
|
<framework-data xmlns="">
|
2021-10-28 19:24:52 +02:00
|
|
|
<options />
|
|
|
|
<configurations />
|
|
|
|
<files />
|
|
|
|
<documentation help="" />
|
|
|
|
<offline-documentation help="" />
|
|
|
|
<dependencies>
|
|
|
|
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.49.1" />
|
|
|
|
</dependencies>
|
|
|
|
</framework-data>
|
2021-10-28 16:11:18 +02:00
|
|
|
</AsfFrameworkConfig>
|
2021-11-05 09:00:41 +01:00
|
|
|
<avrtoolinterface>ISP</avrtoolinterface>
|
|
|
|
<com_atmel_avrdbg_tool_stk500>
|
|
|
|
<ToolOptions>
|
|
|
|
<InterfaceProperties>
|
|
|
|
<IspClock>115200</IspClock>
|
|
|
|
</InterfaceProperties>
|
|
|
|
<InterfaceName>ISP</InterfaceName>
|
|
|
|
</ToolOptions>
|
|
|
|
<ToolType>com.atmel.avrdbg.tool.stk500</ToolType>
|
|
|
|
<ToolNumber>
|
|
|
|
</ToolNumber>
|
|
|
|
<ToolName>STK500</ToolName>
|
|
|
|
</com_atmel_avrdbg_tool_stk500>
|
|
|
|
<avrtoolinterfaceclock>115200</avrtoolinterfaceclock>
|
2021-10-21 19:55:33 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<ToolchainSettings>
|
|
|
|
<AvrGcc>
|
2021-10-28 16:11:18 +02:00
|
|
|
<avrgcc.common.Device>-mmcu=atmega1284p -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.6.364\gcc\dev\atmega1284p"</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.6.364\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.6.364\include\</Value>
|
|
|
|
</ListValues>
|
|
|
|
</avrgcc.assembler.general.IncludePaths>
|
|
|
|
</AvrGcc>
|
2021-10-21 19:55:33 +02:00
|
|
|
</ToolchainSettings>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<ToolchainSettings>
|
|
|
|
<AvrGcc>
|
2021-12-17 22:26:41 +01:00
|
|
|
<avrgcc.common.Device>-mmcu=atmega1284p -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.6.364\gcc\dev\atmega1284p"</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>
|
|
|
|
</ListValues>
|
|
|
|
</avrgcc.compiler.symbols.DefSymbols>
|
|
|
|
<avrgcc.compiler.directories.IncludePaths>
|
|
|
|
<ListValues>
|
|
|
|
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.6.364\include\</Value>
|
|
|
|
</ListValues>
|
|
|
|
</avrgcc.compiler.directories.IncludePaths>
|
|
|
|
<avrgcc.compiler.optimization.level>Optimize debugging experience (-Og)</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.general.IncludePaths>
|
|
|
|
<ListValues>
|
|
|
|
<Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.6.364\include\</Value>
|
|
|
|
</ListValues>
|
|
|
|
</avrgcc.assembler.general.IncludePaths>
|
|
|
|
<avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
|
|
|
|
</AvrGcc>
|
2021-10-21 19:55:33 +02:00
|
|
|
</ToolchainSettings>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
2021-12-17 22:26:41 +01:00
|
|
|
<Compile Include="adc.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="adc.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-12-04 23:12:36 +01:00
|
|
|
<Compile Include="cli.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="cli.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-10-21 19:55:33 +02:00
|
|
|
<Compile Include="Led.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Led.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="main.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-12-17 22:26:41 +01:00
|
|
|
<Compile Include="rotaryEncoder.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="rotaryEncoder.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-11-11 18:28:42 +01:00
|
|
|
<Compile Include="StopLight.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="StopLight.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-11-18 19:34:41 +01:00
|
|
|
<Compile Include="Tasks.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Tasks.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-10-21 19:55:33 +02:00
|
|
|
<Compile Include="Taster.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Taster.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-10-28 19:24:52 +02:00
|
|
|
<Compile Include="Timer.c">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Timer.h">
|
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-12-04 23:12:36 +01:00
|
|
|
<Compile Include="uart.c">
|
2021-11-18 19:34:41 +01:00
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-12-04 23:12:36 +01:00
|
|
|
<Compile Include="uart.h">
|
2021-11-18 19:34:41 +01:00
|
|
|
<SubType>compile</SubType>
|
|
|
|
</Compile>
|
2021-10-21 19:55:33 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
|
|
|
|
</Project>
|