aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/USBInterrupt.c
Commit message (Expand)AuthorAgeFilesLines
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+1
* 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
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-1/+1
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-2/+2
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+7
* Changed over manual loops waiting for endpoints to be ready to use the librar...Dean Camera2009-08-051-2/+2
* Fix incorrect Event call name in USBInterrupt.c.Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-48/+19
* Removed interrupt disable/enable from the Device mode control request process...Dean Camera2009-08-021-1/+1
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-1/+4
* Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...Dean Camera2009-07-231-1/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-29/+23
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-131-2/+2
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-6/+6
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-18/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+18
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-2/+2
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-22/+22
* Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean Camera2009-05-141-0/+17
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+0
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+252