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