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

lufa_platform_uc3.xml 759B

1234567891011121314151617181920212223242526
  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.platform.uc3" caption="LUFA UC3 Platform Drivers">
  11. <device-support-alias value="lufa_uc3"/>
  12. <info type="gui-flag" value="hidden"/>
  13. <build type="doxygen-entry-point" value="Group_PlatformDrivers_UC3"/>
  14. <build type="header-file" value="Platform/UC3/ClockManagement.h"/>
  15. <build type="header-file" value="Platform/UC3/InterruptManagement.h"/>
  16. <build type="c-source" value="Platform/UC3/InterruptManagement.c"/>
  17. <build type="asm-source" value="Platform/UC3/Exception.S"/>
  18. </module>
  19. </asf>
  20. </lufa>