aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/HighLevel/USBInterrupt.c
AgeCommit message (Expand)Author
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-13Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-24More AVR32 achitecture ports.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-25Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean
2009-08-17Added beginnings of a new AVRISP-MKII clone project.Dean
2009-08-16Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean
2009-08-05Changed over manual loops waiting for endpoints to be ready to use the librar...Dean
2009-08-05Fix incorrect Event call name in USBInterrupt.c.Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-08-02Removed interrupt disable/enable from the Device mode control request process...Dean
2009-07-31Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean
2009-07-23Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-13Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean
2009-06-14Changed per-device controller preprocessor checks over to per-device series f...Dean
2009-06-02Removed new Start of Frame event from the library; performance suffered far t...Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean
2009-05-19USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-14Removed all user pipe/endpoint interrupt APIs, added internal library support...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean