aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/USBTask.h
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-206/+0
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fix documentation reference error.Dean Camera2010-11-051-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-17/+18
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-1/+2
* Minor documentation phrasing changes.Dean Camera2010-09-121-5/+5
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-4/+4
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-204/+204
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-0/+1
* Add file-level brief documentation.Dean Camera2010-03-291-1/+11
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-12/+6
* More AVR32 achitecture ports.Dean Camera2010-02-241-2/+2
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-3/+3
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-3/+9
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+6
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+3
* Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ...Dean Camera2009-11-161-4/+4
* 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