You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
12 years ago
..
AVR8 Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 12 years ago
UC3 Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 12 years ago
XMEGA Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 12 years ago
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. 12 years ago
ConfigDescriptors.h Add human readable license information and add some missing module documentation briefs. 12 years ago
Device.h Minor documentation improvements. 13 years ago
DeviceStandardReq.c Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch. 12 years ago
DeviceStandardReq.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 13 years ago
Endpoint.h Reintegrate the FullEPAddresses development branch into trunk. 13 years ago
EndpointStream.h Update file contributor copyrights for 2012. 13 years ago
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. 13 years ago
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. 12 years ago
Host.h Update file contributor copyrights for 2012. 13 years ago
HostStandardReq.c Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts. 13 years ago
HostStandardReq.h Spell check source code, fix mistakes. 12 years ago
OTG.h Update file contributor copyrights for 2012. 13 years ago
Pipe.h Minor documentation improvements. 12 years ago
PipeStream.h Update file contributor copyrights for 2012. 13 years ago
StdDescriptors.h Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander). 12 years ago
StdRequestType.h Update file contributor copyrights for 2012. 13 years ago
USBController.h Reintegrate the FullEPAddresses development branch into trunk. 13 years ago
USBInterrupt.h Update file contributor copyrights for 2012. 13 years ago
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. 12 years ago
USBTask.c Use an early-abort in the USB_DeviceTask() function rather than wrapping the entire implementation in a conditional. 12 years ago
USBTask.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 13 years ago