index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
ClassDriver
/
DualCDC
/
DualCDC.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify CDC device demos, by directly assigning the string to transmit to th...
Dean Camera
2009-08-06
1
-14
/
+5
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-7
/
+7
*
Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...
Dean Camera
2009-07-30
1
-5
/
+0
*
Minor cleanups to DualCDC ClassDriver device demo for clarity.
Dean Camera
2009-07-30
1
-4
/
+2
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-5
/
+0
*
Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...
Dean Camera
2009-07-23
1
-1
/
+1
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-19
/
+35
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-11
/
+11
*
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean Camera
2009-06-05
1
-0
/
+190