aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/USBTask.h
Commit message (Expand)AuthorAgeFilesLines
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-4/+7
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-7/+7
* Removed interrupt disable/enable from the Device mode control request process...Dean Camera2009-08-021-1/+0
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-281-11/+17
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-281-32/+50
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-37/+24
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-0/+2
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-4/+3
* Fixed incorrect PID value being used in the USBtoSerial project (thanks to Ph...Dean Camera2009-05-201-3/+4
* 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