qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera 1132488e8f Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.
Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file.

Fix missing semicolon in the UC3 architecture host pipe functions.

Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
2012-02-18 23:33:12 +00:00
..
AVR8 Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware. 2012-02-08 18:35:16 +00:00
UC3 Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible. 2012-02-18 23:33:12 +00:00
XMEGA Fix XMEGA architecture not correctly resetting the device address and endpoints in response to a USB bus reset from the host. 2012-02-09 20:27:03 +00:00
ConfigDescriptor.c Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
ConfigDescriptor.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Device.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
DeviceStandardReq.c Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
DeviceStandardReq.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Endpoint.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
EndpointStream.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Events.c Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Events.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Host.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
HostStandardReq.c Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
HostStandardReq.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
OTG.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Pipe.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
PipeStream.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
StdDescriptors.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
StdRequestType.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBController.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBInterrupt.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBMode.h Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors. 2012-02-05 21:59:35 +00:00
USBTask.c Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible. 2012-02-18 23:33:12 +00:00
USBTask.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00