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_common.xml 1.1KB

12345678910111213141516171819202122232425262728293031323334
  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. <module type="service" id="lufa.common" caption="LUFA Common Infrastructure">
  11. <device-support-alias value="lufa_avr8"/>
  12. <device-support-alias value="lufa_xmega"/>
  13. <device-support-alias value="lufa_uc3"/>
  14. <info type="gui-flag" value="hidden"/>
  15. <build type="doxygen-entry-point" value="Group_Common"/>
  16. <build type="include-path" value=".."/>
  17. <build type="header-file" subtype="api" value="Version.h"/>
  18. <build type="distribute" subtype="license" value="License.txt"/>
  19. <build type="header-file" subtype="api" value="Common/Common.h"/>
  20. <build type="header-file" value="Common/Architectures.h"/>
  21. <build type="header-file" value="Common/ArchitectureSpecific.h"/>
  22. <build type="header-file" value="Common/Attributes.h"/>
  23. <build type="header-file" value="Common/BoardTypes.h"/>
  24. <build type="header-file" value="Common/CompilerSpecific.h"/>
  25. <build type="header-file" value="Common/Endianness.h"/>
  26. </module>
  27. </asf>
  28. </lufa>