heater3_6_2.cproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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>6.2</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 />
  24. <UncachedRange />
  25. <preserveEEPROM>true</preserveEEPROM>
  26. <OverrideVtorValue />
  27. <BootSegment>2</BootSegment>
  28. <eraseonlaunchrule>1</eraseonlaunchrule>
  29. <AsfFrameworkConfig>
  30. <framework-data xmlns="">
  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.21.0" />
  38. </dependencies>
  39. </framework-data>
  40. </AsfFrameworkConfig>
  41. <avrtool />
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  44. <ToolchainSettings>
  45. <AvrGcc>
  46. <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
  47. <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
  48. <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
  49. <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
  50. <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
  51. <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
  52. <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
  53. <avrgcc.compiler.symbols.DefSymbols>
  54. <ListValues>
  55. <Value>NDEBUG</Value>
  56. </ListValues>
  57. </avrgcc.compiler.symbols.DefSymbols>
  58. <avrgcc.compiler.optimization.level>Optimize for size (-Os)</avrgcc.compiler.optimization.level>
  59. <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
  60. <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
  61. <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
  62. <avrgcc.linker.libraries.Libraries>
  63. <ListValues>
  64. <Value>libm</Value>
  65. </ListValues>
  66. </avrgcc.linker.libraries.Libraries>
  67. </AvrGcc>
  68. </ToolchainSettings>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  71. <ToolchainSettings>
  72. <AvrGcc>
  73. <avrgcc.common.outputfiles.hex>True</avrgcc.common.outputfiles.hex>
  74. <avrgcc.common.outputfiles.lss>True</avrgcc.common.outputfiles.lss>
  75. <avrgcc.common.outputfiles.eep>True</avrgcc.common.outputfiles.eep>
  76. <avrgcc.common.outputfiles.srec>True</avrgcc.common.outputfiles.srec>
  77. <avrgcc.common.outputfiles.usersignatures>False</avrgcc.common.outputfiles.usersignatures>
  78. <avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>True</avrgcc.compiler.general.ChangeDefaultCharTypeUnsigned>
  79. <avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>True</avrgcc.compiler.general.ChangeDefaultBitFieldUnsigned>
  80. <avrgcc.compiler.symbols.DefSymbols>
  81. <ListValues>
  82. <Value>DEBUG</Value>
  83. <Value>F_CPU=12000000UL</Value>
  84. </ListValues>
  85. </avrgcc.compiler.symbols.DefSymbols>
  86. <avrgcc.compiler.optimization.level>Optimize (-O1)</avrgcc.compiler.optimization.level>
  87. <avrgcc.compiler.optimization.PackStructureMembers>True</avrgcc.compiler.optimization.PackStructureMembers>
  88. <avrgcc.compiler.optimization.AllocateBytesNeededForEnum>True</avrgcc.compiler.optimization.AllocateBytesNeededForEnum>
  89. <avrgcc.compiler.optimization.DebugLevel>Default (-g2)</avrgcc.compiler.optimization.DebugLevel>
  90. <avrgcc.compiler.warnings.AllWarnings>True</avrgcc.compiler.warnings.AllWarnings>
  91. <avrgcc.linker.general.UseVprintfLibrary>True</avrgcc.linker.general.UseVprintfLibrary>
  92. <avrgcc.linker.libraries.Libraries>
  93. <ListValues>
  94. <Value>libm</Value>
  95. <Value>printf_flt</Value>
  96. </ListValues>
  97. </avrgcc.linker.libraries.Libraries>
  98. <avrgcc.assembler.debugging.DebugLevel>Default (-Wa,-g)</avrgcc.assembler.debugging.DebugLevel>
  99. </AvrGcc>
  100. </ToolchainSettings>
  101. </PropertyGroup>
  102. <ItemGroup>
  103. <Compile Include="fifo.h">
  104. <SubType>compile</SubType>
  105. </Compile>
  106. <Compile Include="heater3.c">
  107. <SubType>compile</SubType>
  108. </Compile>
  109. <Compile Include="heater3.h">
  110. <SubType>compile</SubType>
  111. </Compile>
  112. <Compile Include="lcd-twi.c">
  113. <SubType>compile</SubType>
  114. </Compile>
  115. <Compile Include="lcd-twi.h">
  116. <SubType>compile</SubType>
  117. </Compile>
  118. </ItemGroup>
  119. <Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
  120. </Project>