This website requires JavaScript.
Explore
Help
Sign In
michi
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
LowLevel
T
History
Dean Camera
7c5444b89a
Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events.
...
Fixed MIDI class driver blocking on unread events to the host.
2009-06-02 10:54:32 +00:00
..
DevChapter9.c
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
2009-05-22 05:23:00 +00:00
DevChapter9.h
Rewritten event system to remove all macros, to make user code clearer.
2009-05-18 10:05:21 +00:00
Device.h
Fix all device mode demos broken in the recent API changes.
2009-05-26 04:46:35 +00:00
Endpoint.c
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00
Endpoint.h
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed.
2009-05-19 10:33:29 +00:00
Host.c
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00
Host.h
Rewritten event system to remove all macros, to make user code clearer.
2009-05-18 10:05:21 +00:00
HostChapter9.c
Create a new function pointer type in StreamCallbacks.h for endpoint/pipe stream callbacks, to make stream function prototypes clearer.
2009-05-15 12:27:32 +00:00
HostChapter9.h
Documentation enhancements to improve documentation cross-references.
2009-04-22 14:28:55 +00:00
LowLevel.c
Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events.
2009-06-02 10:54:32 +00:00
LowLevel.h
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00
OTG.h
Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs.
2009-05-13 14:13:57 +00:00
Pipe.c
Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet.
2009-06-01 11:03:39 +00:00
Pipe.h
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed.
2009-05-19 10:33:29 +00:00