cr_project.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!--
  2. Configuration file for Code Red project libdriver
  3. Copyright (c) 2005-2010 Texas Instruments Incorporated. All rights reserved.
  4. Software License Agreement
  5. Texas Instruments (TI) is supplying this software for use solely and
  6. exclusively on TI's microcontroller products. The software is owned by
  7. TI and/or its suppliers, and is protected under applicable copyright
  8. laws. You may not combine this software with "viral" open-source
  9. software in order to form a larger program.
  10. THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
  11. NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
  12. NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  13. A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
  14. CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
  15. DAMAGES, FOR ANY REASON WHATSOEVER.
  16. This is part of revision 6459 of the Stellaris Peripheral Driver Library.
  17. -->
  18. <project chip="LM3S101"
  19. target="driver"
  20. type="Static library"
  21. vendor="LMI">
  22. <import src=".">
  23. <exclude>{(Makefile|ccs|codered|ewarm|gcc|rvmdk|sourcerygxx)}</exclude>
  24. <exclude>{.*\.(ewd|ewp|eww|icf|Opt|sct|sgxx|Uv2|uvopt|uvproj|xml|ld|cmd)}</exclude>
  25. </import>
  26. <requires>
  27. <value>inc</value>
  28. </requires>
  29. <setting id="assembler.def">
  30. <value>codered</value>
  31. </setting>
  32. <setting id="compiler.def"
  33. buildType="Debug"
  34. mode="replace">
  35. <value>DEBUG</value>
  36. </setting>
  37. <setting id="compiler.def"
  38. buildType="Release"
  39. mode="replace">
  40. <value>NDEBUG</value>
  41. </setting>
  42. <setting id="compiler.def">
  43. <value>__CODE_RED</value>
  44. <value>codered</value>
  45. <value>PART_LM3S101</value>
  46. </setting>
  47. <setting id="compiler.opt"
  48. buildType="Debug">
  49. <value>-Os</value>
  50. </setting>
  51. <setting id="compiler.opt"
  52. buildType="Release">
  53. <value>-Os</value>
  54. </setting>
  55. <setting id="compiler.flags"
  56. buildType="Debug">
  57. <value>-Os</value>
  58. </setting>
  59. <setting id="compiler.flags"
  60. buildType="Release">
  61. <value>-Os</value>
  62. </setting>
  63. <setting id="compiler.inc">
  64. <value>${workspace_loc:/}</value>
  65. </setting>
  66. </project>