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_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>