aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/USBTask.h
Commit message (Expand)AuthorAgeFilesLines
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-52/+6
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-0/+3
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-7/+7
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-19/+19
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-0/+9
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-1/+1
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-6/+0
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-0/+10
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-3/+3
* Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_D...Dean Camera2009-03-261-1/+4
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+198