cr_project.xml 2.2 KB

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