upload
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

lufa_platform.xml 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!--
  2. LUFA Library
  3. Copyright (C) Dean Camera, 2013.
  4. dean [at] fourwalledcubicle [dot] com
  5. www.lufa-lib.org
  6. -->
  7. <!-- Atmel Studio framework integration file -->
  8. <lufa>
  9. <asf>
  10. <select-by-device id="lufa.platform" caption="LUFA Platform Specific Support">
  11. <module type="service" id="lufa.platform#avr8" caption="LUFA Platform Specific Support - AVR8">
  12. <device-support-alias value="lufa_avr8"/>
  13. <build type="define" name="ARCH" value="ARCH_AVR8"/>
  14. <build type="doxygen-entry-point" value="Group_PlatformDrivers"/>
  15. <build type="include-path" value=".."/>
  16. <build type="header-file" subtype="api" value="Platform/Platform.h"/>
  17. <require idref="lufa.common"/>
  18. </module>
  19. <module type="service" id="lufa.platform#xmega" caption="LUFA Platform Specific Support - XMEGA">
  20. <device-support-alias value="lufa_xmega"/>
  21. <build type="define" name="ARCH" value="ARCH_XMEGA"/>
  22. <build type="doxygen-entry-point" value="Group_PlatformDrivers"/>
  23. <build type="include-path" value=".."/>
  24. <build type="header-file" subtype="api" value="Platform/Platform.h"/>
  25. <build type="distribute" value="Platform/XMEGA/XMEGAExperimentalInfo.txt" subtype="license"/>
  26. <require idref="lufa.platform.xmega"/>
  27. <require idref="lufa.common"/>
  28. </module>
  29. <module type="service" id="lufa.platform#uc3" caption="LUFA Platform Specific Support - UC3">
  30. <device-support-alias value="lufa_uc3"/>
  31. <build type="define" name="ARCH" value="ARCH_UC3"/>
  32. <build type="doxygen-entry-point" value="Group_PlatformDrivers"/>
  33. <build type="include-path" value=".."/>
  34. <build type="header-file" subtype="api" value="Platform/Platform.h"/>
  35. <build type="distribute" value="Platform/UC3/UC3ExperimentalInfo.txt" subtype="license"/>
  36. <require idref="lufa.platform.uc3"/>
  37. <require idref="lufa.common"/>
  38. </module>
  39. </select-by-device>
  40. </asf>
  41. </lufa>