heater3.cproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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.AVRGCC8.C</ToolchainName>
  7. <ProjectGuid>{8fbe0ce3-496b-42e0-bc4d-a4e4fc952454}</ProjectGuid>
  8. <avrdevice>ATmega644PA</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>heater3</AssemblyName>
  16. <Name>heater3</Name>
  17. <RootNamespace>heater3</RootNamespace>
  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>0</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.34.1" />
  38. </dependencies>
  39. </framework-data>
  40. </AsfFrameworkConfig>
  41. <ResetRule>0</ResetRule>
  42. <EraseKey />
  43. <avrtool />
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  46. <ToolchainSettings>
  47. <AvrGcc>
  48. <avrgcc.common.Device>-mmcu=atmega644pa -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.209\gcc\dev\atmega644pa"</avrgcc.common.Device>
  49. <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
  50. <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
  51. <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
  52. <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
  53. <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
  54. <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
  55. <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
  56. <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
  57. <avrgcc.compiler.symbols.DefSymbols>
  58. <ListValues>
  59. <Value>NDEBUG</Value>
  60. </ListValues>
  61. </avrgcc.compiler.symbols.DefSymbols>
  62. <avrgcc.compiler.directories.IncludePaths>
  63. <ListValues>
  64. <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.209\include</Value>
  65. </ListValues>
  66. </avrgcc.compiler.directories.IncludePaths>
  67. <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
  68. <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
  69. <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
  70. <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
  71. <avrgcc.linker.libraries.Libraries>
  72. <ListValues>
  73. <Value>libm</Value>
  74. </ListValues>
  75. </avrgcc.linker.libraries.Libraries>
  76. <avrgcc.assembler.general.IncludePaths>
  77. <ListValues>
  78. <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.209\include</Value>
  79. </ListValues>
  80. </avrgcc.assembler.general.IncludePaths>
  81. </AvrGcc>
  82. </ToolchainSettings>
  83. </PropertyGroup>
  84. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  85. <ToolchainSettings>
  86. <AvrGcc>
  87. <avrgcc.common.Device>-mmcu=atmega644pa -B "%24(PackRepoDir)\atmel\ATmega_DFP\1.2.209\gcc\dev\atmega644pa"</avrgcc.common.Device>
  88. <avrgcc.common.optimization.RelaxBranches>True</avrgcc.common.optimization.RelaxBranches>
  89. <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
  90. <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
  91. <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
  92. <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
  93. <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
  94. <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
  95. <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
  96. <avrgcc.compiler.symbols.DefSymbols>
  97. <ListValues>
  98. <Value>DEBUG</Value>
  99. <Value>F_CPU=12000000UL</Value>
  100. </ListValues>
  101. </avrgcc.compiler.symbols.DefSymbols>
  102. <avrgcc.compiler.directories.IncludePaths>
  103. <ListValues>
  104. <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.209\include</Value>
  105. </ListValues>
  106. </avrgcc.compiler.directories.IncludePaths>
  107. <avrgcc.compiler.optimization.level>Optimize more (-O2)</avrgcc.compiler.optimization.level>
  108. <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
  109. <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
  110. <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
  111. <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
  112. <avrgcc.linker.general.UseVprintfLibrary>True</avrgcc.linker.general.UseVprintfLibrary>
  113. <avrgcc.linker.libraries.Libraries>
  114. <ListValues>
  115. <Value>libm</Value>
  116. </ListValues>
  117. </avrgcc.linker.libraries.Libraries>
  118. <avrgcc.linker.miscellaneous.LinkerFlags>-lprintf_flt</avrgcc.linker.miscellaneous.LinkerFlags>
  119. <avrgcc.assembler.general.IncludePaths>
  120. <ListValues>
  121. <Value>%24(PackRepoDir)\atmel\ATmega_DFP\1.2.209\include</Value>
  122. </ListValues>
  123. </avrgcc.assembler.general.IncludePaths>
  124. <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
  125. </AvrGcc>
  126. </ToolchainSettings>
  127. </PropertyGroup>
  128. <ItemGroup>
  129. <Compile Include="fifo.h">
  130. <SubType>compile</SubType>
  131. </Compile>
  132. <Compile Include="heater3.c">
  133. <SubType>compile</SubType>
  134. </Compile>
  135. <Compile Include="heater3.h">
  136. <SubType>compile</SubType>
  137. </Compile>
  138. <Compile Include="lcd-twi.c">
  139. <SubType>compile</SubType>
  140. </Compile>
  141. <Compile Include="lcd-twi.h">
  142. <SubType>compile</SubType>
  143. </Compile>
  144. <Compile Include="potentiometers.c">
  145. <SubType>compile</SubType>
  146. </Compile>
  147. <Compile Include="potentiometers.h">
  148. <SubType>compile</SubType>
  149. </Compile>
  150. <Compile Include="saveload.c">
  151. <SubType>compile</SubType>
  152. </Compile>
  153. <Compile Include="saveload.h">
  154. <SubType>compile</SubType>
  155. </Compile>
  156. <Compile Include="tools.c">
  157. <SubType>compile</SubType>
  158. </Compile>
  159. <Compile Include="tools.h">
  160. <SubType>compile</SubType>
  161. </Compile>
  162. </ItemGroup>
  163. <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
  164. </Project>