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/HighLevel
Dean Camera 702bec892d
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.
15 years ago
..
ConfigDescriptor.c Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor(). 15 years ago
ConfigDescriptor.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
Events.c Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited. 16 years ago
Events.h Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons). 15 years ago
StdDescriptors.h Spell check all source code variables, comments and strings. 15 years ago
StdRequestType.h Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 15 years ago
StreamCallbacks.h USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed. 16 years ago
USBInterrupt.c Added beginnings of a new AVRISP-MKII clone project. 15 years ago
USBInterrupt.h Added beginnings of a new AVRISP-MKII clone project. 15 years ago
USBMode.h Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. 15 years ago
USBTask.c Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 15 years ago
USBTask.h Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons). 15 years ago