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_drivers_usb.xml 960B

1234567891011121314151617181920212223242526272829303132
  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="driver" id="lufa.drivers.usb" caption="LUFA USB Driver">
  11. <device-support-alias value="lufa_avr8"/>
  12. <device-support-alias value="lufa_xmega"/>
  13. <device-support-alias value="lufa_uc3"/>
  14. <build type="doxygen-entry-point" value="Group_USB"/>
  15. <build type="define" name="USE_LUFA_CONFIG_HEADER" value=""/>
  16. <build type="module-config" subtype="path" value="CodeTemplates"/>
  17. <build type="module-config" subtype="required-header-file" value="LUFAConfig.h"/>
  18. <build type="include-path" value=".."/>
  19. <build type="header-file" subtype="api" value="Drivers/USB/USB.h"/>
  20. <require idref="lufa.common"/>
  21. <require idref="lufa.drivers.usb.class"/>
  22. <require idref="lufa.drivers.usb.core"/>
  23. </module>
  24. </asf>
  25. </lufa>