diff options
| author | 2017-07-07 15:33:29 -0400 | |
|---|---|---|
| committer | 2017-07-07 15:33:29 -0400 | |
| commit | 9de443cbf10ac41bc15762c9c83f138f51dd3b9a (patch) | |
| tree | d8ddcb428e0b7d9773a1e52c42b60bdca2658beb /lib/lufa/LUFA/StudioIntegration/lufa_platform_uc3.xml | |
| parent | 88b3d051b21cb1ddacc6353c5d59b19f03f3a242 (diff) | |
| parent | 1c26468ad5a0701e244c99cbcbc547c93b75d515 (diff) | |
| download | qmk_firmware-9de443cbf10ac41bc15762c9c83f138f51dd3b9a.tar.gz | |
Merge pull request #1471 from qmk/lufa_lib
Update LUFA and move it to /lib/lufa
Diffstat (limited to 'lib/lufa/LUFA/StudioIntegration/lufa_platform_uc3.xml')
| -rw-r--r-- | lib/lufa/LUFA/StudioIntegration/lufa_platform_uc3.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/lufa/LUFA/StudioIntegration/lufa_platform_uc3.xml b/lib/lufa/LUFA/StudioIntegration/lufa_platform_uc3.xml new file mode 100644 index 000000000..8c26d2304 --- /dev/null +++ b/lib/lufa/LUFA/StudioIntegration/lufa_platform_uc3.xml @@ -0,0 +1,26 @@ +<!--
+ LUFA Library
+ Copyright (C) Dean Camera, 2017.
+
+ dean [at] fourwalledcubicle [dot] com
+ www.lufa-lib.org
+-->
+
+<!-- Atmel Studio framework integration file -->
+
+<lufa>
+ <asf>
+ <module type="driver" id="lufa.platform.uc3" caption="LUFA UC3 Platform Drivers">
+ <device-support-alias value="lufa_uc3"/>
+
+ <info type="gui-flag" value="hidden"/>
+
+ <build type="doxygen-entry-point" value="Group_PlatformDrivers_UC3"/>
+
+ <build type="header-file" value="Platform/UC3/ClockManagement.h"/>
+ <build type="header-file" value="Platform/UC3/InterruptManagement.h"/>
+ <build type="c-source" value="Platform/UC3/InterruptManagement.c"/>
+ <build type="asm-source" value="Platform/UC3/Exception.S"/>
+ </module>
+ </asf>
+</lufa>
|