diff options
author | Drashna Jaelre <drashna@live.com> | 2019-08-02 14:02:40 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | cf4575b94a3c65e6535a159fc71fc885aebc2620 (patch) | |
tree | 2354f2b7a200e02246a564afefedc32357e62b8e /lib/lufa/LUFA/StudioIntegration/lufa_drivers_usb.xml | |
parent | 75ee8df19e0f14ba466f41ab673dde2fe2fdae9c (diff) | |
download | qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.tar.gz |
Fix the LUFA lib to use a submodule instead of just files (#6245)
* Remove LUFA files
* Update descriptions for newer version of LUFA
* Create PR6245.md
* Fix CDC(Serial) type errors
* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
Diffstat (limited to 'lib/lufa/LUFA/StudioIntegration/lufa_drivers_usb.xml')
-rw-r--r-- | lib/lufa/LUFA/StudioIntegration/lufa_drivers_usb.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lib/lufa/LUFA/StudioIntegration/lufa_drivers_usb.xml b/lib/lufa/LUFA/StudioIntegration/lufa_drivers_usb.xml deleted file mode 100644 index 15c65bf86..000000000 --- a/lib/lufa/LUFA/StudioIntegration/lufa_drivers_usb.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - 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.drivers.usb" caption="LUFA USB Driver"> - <device-support-alias value="lufa_avr8"/> - <device-support-alias value="lufa_xmega"/> - <device-support-alias value="lufa_uc3"/> - - <build type="doxygen-entry-point" value="Group_USB"/> - - <build type="define" name="USE_LUFA_CONFIG_HEADER" value=""/> - <build type="module-config" subtype="path" value="CodeTemplates"/> - <build type="module-config" subtype="required-header-file" value="LUFAConfig.h"/> - - <build type="include-path" value=".."/> - <build type="header-file" subtype="api" value="Drivers/USB/USB.h"/> - - <require idref="lufa.common"/> - <require idref="lufa.drivers.usb.class"/> - <require idref="lufa.drivers.usb.core"/> - </module> - </asf> -</lufa> |