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
/
LowLevel
/
USBInterrupt.c
Age
Commit message (
Expand
)
Author
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-02-19
Reduced latency for executing the Start-Of-Frame events (if enabled in the us...
Dean
2011-02-10
Add static keyword to all project globals whose scope should be restricted to...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-10-07
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...
Dean
2010-09-29
Changed default value for the reset polarity parameter in the AVRISP-MKII pro...
Dean
2010-09-22
Reverted modifications to USBInterrupt.h that were intefering with correct ho...
Dean
2010-09-19
Rename internal suspend and wake up USB interrupt macros so that they follow ...
Dean
2010-09-19
Clean up USBController.c/.h to more clearly seperate out host and device setu...
Dean
2010-09-19
Ensure device address latch bit is not set at the same time as the new addres...
Dean
2010-09-15
Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...
Dean
2010-09-05
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean
2010-05-13
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean
2010-05-11
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-04
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...
Dean
2010-04-28
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean