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
/
Demos
/
Device
/
ClassDriver
/
CDC
/
CDC.c
Age
Commit message (
Expand
)
Author
2009-12-07
Rename CDC demos to VirtualSerial.
Dean
2009-11-11
Minor code cleanups for clarity.
Dean
2009-11-10
Added new stream creation function to the CDC Class drivers, to easily make s...
Dean
2009-11-06
Add optional double-banking support to the Device mode Class Drivers, on a pe...
Dean
2009-08-06
Simplify CDC device demos, by directly assigning the string to transmit to th...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-07-30
Fix to HID device mode Class driver, so that new reports are compared against...
Dean
2009-07-30
Minor cleanups to DualCDC ClassDriver device demo for clarity.
Dean
2009-07-30
Added standard stream example to the ClassDriver CDC device demo.
Dean
2009-07-27
State information for class drivers is now zeroed out during enumeration (bot...
Dean
2009-07-23
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean
2009-07-23
Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...
Dean
2009-06-18
Break device mode class driver interfaces into seperate config and state stru...
Dean
2009-06-11
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean
2009-06-05
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean