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