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.

160 lines
7.8 KiB

4 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configurationDescriptor version="65">
  3. <logicalFolder name="root" displayName="root" projectFiles="true">
  4. <logicalFolder name="HeaderFiles"
  5. displayName="Header Files"
  6. projectFiles="true">
  7. </logicalFolder>
  8. <logicalFolder name="LinkerScript"
  9. displayName="Linker Files"
  10. projectFiles="true">
  11. </logicalFolder>
  12. <logicalFolder name="SourceFiles"
  13. displayName="Source Files"
  14. projectFiles="true">
  15. <itemPath>main.c</itemPath>
  16. </logicalFolder>
  17. <logicalFolder name="ExternalFiles"
  18. displayName="Important Files"
  19. projectFiles="false">
  20. <itemPath>Makefile</itemPath>
  21. </logicalFolder>
  22. </logicalFolder>
  23. <projectmakefile>Makefile</projectmakefile>
  24. <confs>
  25. <conf name="default" type="2">
  26. <toolsSet>
  27. <developmentServer>localhost</developmentServer>
  28. <targetDevice>ATtiny10</targetDevice>
  29. <targetHeader></targetHeader>
  30. <targetPluginBoard></targetPluginBoard>
  31. <platformTool></platformTool>
  32. <languageToolchain>XC8</languageToolchain>
  33. <languageToolchainVersion>2.10</languageToolchainVersion>
  34. <platform>2</platform>
  35. </toolsSet>
  36. <packs>
  37. <pack name="ATtiny_DFP" vendor="Microchip" version="2.0.10"/>
  38. </packs>
  39. <compileType>
  40. <linkerTool>
  41. <linkerLibItems>
  42. </linkerLibItems>
  43. </linkerTool>
  44. <archiverTool>
  45. </archiverTool>
  46. <loading>
  47. <useAlternateLoadableFile>false</useAlternateLoadableFile>
  48. <parseOnProdLoad>false</parseOnProdLoad>
  49. <alternateLoadableFile></alternateLoadableFile>
  50. </loading>
  51. <subordinates>
  52. </subordinates>
  53. </compileType>
  54. <makeCustomizationType>
  55. <makeCustomizationPreStepEnabled>false</makeCustomizationPreStepEnabled>
  56. <makeCustomizationPreStep></makeCustomizationPreStep>
  57. <makeCustomizationPostStepEnabled>false</makeCustomizationPostStepEnabled>
  58. <makeCustomizationPostStep></makeCustomizationPostStep>
  59. <makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
  60. <makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
  61. <makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>
  62. </makeCustomizationType>
  63. <HI-TECH-COMP>
  64. <property key="additional-warnings" value="true"/>
  65. <property key="asmlist" value="true"/>
  66. <property key="default-bitfield-type" value="true"/>
  67. <property key="default-char-type" value="true"/>
  68. <property key="define-macros" value=""/>
  69. <property key="disable-optimizations" value="false"/>
  70. <property key="extra-include-directories" value=""/>
  71. <property key="favor-optimization-for" value="-speed,+space"/>
  72. <property key="garbage-collect-data" value="true"/>
  73. <property key="garbage-collect-functions" value="true"/>
  74. <property key="identifier-length" value="255"/>
  75. <property key="local-generation" value="false"/>
  76. <property key="operation-mode" value="free"/>
  77. <property key="opt-xc8-compiler-strict_ansi" value="false"/>
  78. <property key="optimization-assembler" value="true"/>
  79. <property key="optimization-assembler-files" value="true"/>
  80. <property key="optimization-debug" value="false"/>
  81. <property key="optimization-invariant-enable" value="false"/>
  82. <property key="optimization-invariant-value" value="16"/>
  83. <property key="optimization-level" value="-O1"/>
  84. <property key="optimization-speed" value="false"/>
  85. <property key="optimization-stable-enable" value="false"/>
  86. <property key="pack-struct" value="true"/>
  87. <property key="preprocess-assembler" value="true"/>
  88. <property key="short-enums" value="true"/>
  89. <property key="undefine-macros" value=""/>
  90. <property key="use-cci" value="false"/>
  91. <property key="use-iar" value="false"/>
  92. <property key="verbose" value="false"/>
  93. <property key="warning-level" value="-3"/>
  94. <property key="what-to-do" value="ignore"/>
  95. </HI-TECH-COMP>
  96. <HI-TECH-LINK>
  97. <property key="additional-options-checksum" value=""/>
  98. <property key="additional-options-code-offset" value=""/>
  99. <property key="additional-options-command-line" value=""/>
  100. <property key="additional-options-errata" value=""/>
  101. <property key="additional-options-extend-address" value="false"/>
  102. <property key="additional-options-trace-type" value=""/>
  103. <property key="additional-options-use-response-files" value="false"/>
  104. <property key="backup-reset-condition-flags" value="false"/>
  105. <property key="calibrate-oscillator" value="false"/>
  106. <property key="calibrate-oscillator-value" value="0x3400"/>
  107. <property key="clear-bss" value="true"/>
  108. <property key="code-model-external" value="wordwrite"/>
  109. <property key="code-model-rom" value=""/>
  110. <property key="create-html-files" value="false"/>
  111. <property key="data-model-ram" value=""/>
  112. <property key="data-model-size-of-double" value="24"/>
  113. <property key="data-model-size-of-double-gcc" value="no-short-double"/>
  114. <property key="data-model-size-of-float" value="24"/>
  115. <property key="data-model-size-of-float-gcc" value="no-short-float"/>
  116. <property key="display-class-usage" value="false"/>
  117. <property key="display-hex-usage" value="false"/>
  118. <property key="display-overall-usage" value="true"/>
  119. <property key="display-psect-usage" value="false"/>
  120. <property key="extra-lib-directories" value=""/>
  121. <property key="fill-flash-options-addr" value=""/>
  122. <property key="fill-flash-options-const" value=""/>
  123. <property key="fill-flash-options-how" value="0"/>
  124. <property key="fill-flash-options-inc-const" value="1"/>
  125. <property key="fill-flash-options-increment" value=""/>
  126. <property key="fill-flash-options-seq" value=""/>
  127. <property key="fill-flash-options-what" value="0"/>
  128. <property key="format-hex-file-for-download" value="false"/>
  129. <property key="initialize-data" value="true"/>
  130. <property key="input-libraries" value="libm"/>
  131. <property key="keep-generated-startup.as" value="false"/>
  132. <property key="link-in-c-library" value="true"/>
  133. <property key="link-in-c-library-gcc" value=""/>
  134. <property key="link-in-peripheral-library" value="false"/>
  135. <property key="managed-stack" value="false"/>
  136. <property key="opt-xc8-linker-file" value="false"/>
  137. <property key="opt-xc8-linker-link_startup" value="false"/>
  138. <property key="opt-xc8-linker-serial" value=""/>
  139. <property key="program-the-device-with-default-config-words" value="true"/>
  140. <property key="remove-unused-sections" value="true"/>
  141. </HI-TECH-LINK>
  142. <XC8-CO>
  143. <property key="coverage-enable" value=""/>
  144. </XC8-CO>
  145. <XC8-config-global>
  146. <property key="advanced-elf" value="true"/>
  147. <property key="gcc-opt-driver-new" value="true"/>
  148. <property key="gcc-opt-std" value="-std=c99"/>
  149. <property key="gcc-output-file-format" value="dwarf-3"/>
  150. <property key="omit-pack-options" value="false"/>
  151. <property key="output-file-format" value="-mcof,+elf"/>
  152. <property key="stack-size-high" value="auto"/>
  153. <property key="stack-size-low" value="auto"/>
  154. <property key="stack-size-main" value="auto"/>
  155. <property key="stack-type" value="compiled"/>
  156. <property key="user-pack-device-support" value=""/>
  157. </XC8-config-global>
  158. </conf>
  159. </confs>
  160. </configurationDescriptor>