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
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.
16 years ago
..
Common Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files. 16 years ago
DriverStubs Changed HWB board driver to Buttons driver, to allow for the support of future boards with more than one mounted GPIO button. 16 years ago
Drivers 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. 16 years ago
BuildingLinkableLibraries.txt Moved all source to the trunk directory. 16 years ago
ChangeLog.txt 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. 16 years ago
CompileTimeTokens.txt Create a new function pointer type in StreamCallbacks.h for endpoint/pipe stream callbacks, to make stream function prototypes clearer. 16 years ago
DirectorySummaries.txt Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago
Doxygen.conf USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed. 16 years ago
GettingStarted.txt Spell checked non-source documentation pages. 16 years ago
Groups.txt More documentation changes for better module-level documentation rather than file-level documentation. 16 years ago
LUFAPoweredProjects.txt Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. 16 years ago
MainPage.txt USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed. 16 years ago
MigrationInformation.txt 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. 16 years ago
VIDAndPIDValues.txt Documentation enhancements to improve documentation cross-references. 16 years ago
Version.h Added new GenericHIDHost demo. 16 years ago
WritingBoardDrivers.txt Spell checked non-source documentation pages. 16 years ago
makefile Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago