qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera cd40797a4d Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander). 2012-09-12 17:23:53 +00:00
..
AVR8 Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 2012-09-09 14:00:03 +00:00
UC3 Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 2012-09-09 14:00:03 +00:00
XMEGA Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 2012-09-09 14:00:03 +00:00
ConfigDescriptors.c Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique. 2012-07-10 19:33:39 +00:00
ConfigDescriptors.h Add human readable license information and add some missing module documentation briefs. 2012-09-01 22:08:59 +00:00
Device.h Minor documentation improvements. 2012-05-20 15:35:01 +00:00
DeviceStandardReq.c Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 2012-09-09 14:00:03 +00:00
DeviceStandardReq.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 2012-02-24 20:25:36 +00:00
Endpoint.h Reintegrate the FullEPAddresses development branch into trunk. 2012-04-14 14:41:17 +00:00
EndpointStream.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Events.c Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. 2012-03-25 12:12:08 +00:00
Events.h Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set. 2012-08-28 20:09:14 +00:00
Host.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
HostStandardReq.c Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts. 2012-02-20 18:47:25 +00:00
HostStandardReq.h Spell check source code, fix mistakes. 2012-06-09 20:33:56 +00:00
OTG.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Pipe.h Minor documentation improvements. 2012-08-18 10:58:52 +00:00
PipeStream.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
StdDescriptors.h Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander). 2012-09-12 17:23:53 +00:00
StdRequestType.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBController.h Reintegrate the FullEPAddresses development branch into trunk. 2012-04-14 14:41:17 +00:00
USBInterrupt.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBMode.h Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set. 2012-08-28 20:09:14 +00:00
USBTask.c Use an early-abort in the USB_DeviceTask() function rather than wrapping the entire implementation in a conditional. 2012-09-01 22:55:56 +00:00
USBTask.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 2012-02-24 20:25:36 +00:00