index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
USBInterrupt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...
Dean Camera
2009-11-25
1
-1
/
+1
*
Added beginnings of a new AVRISP-MKII clone project.
Dean Camera
2009-08-17
1
-2
/
+2
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
1
-0
/
+7
*
Changed over manual loops waiting for endpoints to be ready to use the librar...
Dean Camera
2009-08-05
1
-2
/
+2
*
Fix incorrect Event call name in USBInterrupt.c.
Dean Camera
2009-08-05
1
-1
/
+1
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-48
/
+19
*
Removed interrupt disable/enable from the Device mode control request process...
Dean Camera
2009-08-02
1
-1
/
+1
*
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...
Dean Camera
2009-07-31
1
-1
/
+4
*
Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...
Dean Camera
2009-07-23
1
-1
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-29
/
+23
*
Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...
Dean Camera
2009-07-13
1
-2
/
+2
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-6
/
+6
*
Removed new Start of Frame event from the library; performance suffered far t...
Dean Camera
2009-06-02
1
-18
/
+0
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+18
*
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...
Dean Camera
2009-05-19
1
-2
/
+2
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-22
/
+22
*
Removed all user pipe/endpoint interrupt APIs, added internal library support...
Dean Camera
2009-05-14
1
-0
/
+17
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-1
/
+0
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+252