upload
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

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>