summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-07-07 17:56:01 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-07 17:56:51 +0200
commit39ece819791eed7f57e0a0492c1aa774be5c4b24 (patch)
tree1939a6e4078fce735ece780cd4c803f02a0b4b8a /tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml
parent8655d4f4948b2deef7844503c8d690f23ac1a062 (diff)
downloadqmk_firmware-39ece819791eed7f57e0a0492c1aa774be5c4b24.tar.gz
qmk_firmware-39ece819791eed7f57e0a0492c1aa774be5c4b24.tar.xz
delete old lufa
Diffstat (limited to 'tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml')
-rw-r--r--tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml b/tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml
deleted file mode 100644
index c2ef7af4c..000000000
--- a/tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/lufa_common.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!--
- LUFA Library
- Copyright (C) Dean Camera, 2013.
-
- dean [at] fourwalledcubicle [dot] com
- www.lufa-lib.org
--->
-
-<!-- Atmel Studio framework integration file -->
-
-<lufa>
- <asf>
- <module type="service" id="lufa.common" caption="LUFA Common Infrastructure">
- <device-support-alias value="lufa_avr8"/>
- <device-support-alias value="lufa_xmega"/>
- <device-support-alias value="lufa_uc3"/>
-
- <info type="gui-flag" value="hidden"/>
- <build type="doxygen-entry-point" value="Group_Common"/>
-
- <build type="include-path" value=".."/>
- <build type="header-file" subtype="api" value="Version.h"/>
- <build type="distribute" subtype="license" value="License.txt"/>
-
- <build type="header-file" subtype="api" value="Common/Common.h"/>
- <build type="header-file" value="Common/Architectures.h"/>
- <build type="header-file" value="Common/ArchitectureSpecific.h"/>
- <build type="header-file" value="Common/Attributes.h"/>
- <build type="header-file" value="Common/BoardTypes.h"/>
- <build type="header-file" value="Common/CompilerSpecific.h"/>
- <build type="header-file" value="Common/Endianness.h"/>
- </module>
- </asf>
-</lufa>