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
/
CDC
/
CDC.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
-6
/
+6
*
Fix to HID device mode Class driver, so that new reports are compared against...
Dean Camera
2009-07-30
1
-1
/
+1
*
Minor cleanups to DualCDC ClassDriver device demo for clarity.
Dean Camera
2009-07-30
1
-0
/
+1
*
Added standard stream example to the ClassDriver CDC device demo.
Dean Camera
2009-07-30
1
-0
/
+22
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-5
/
+0
*
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean Camera
2009-07-23
1
-2
/
+1
*
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
-8
/
+16
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-6
/
+6
*
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean Camera
2009-06-05
1
-0
/
+157