aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/CDC/CDC.c
Commit message (Expand)AuthorAgeFilesLines
* Minor code cleanups for clarity.Dean Camera2009-11-111-2/+2
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-22/+12
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-7/+10
* Simplify CDC device demos, by directly assigning the string to transmit to th...Dean Camera2009-08-061-14/+5
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-6/+6
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-1/+1
* Minor cleanups to DualCDC ClassDriver device demo for clarity.Dean Camera2009-07-301-0/+1
* Added standard stream example to the ClassDriver CDC device demo.Dean Camera2009-07-301-0/+22
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean Camera2009-07-231-2/+1
* Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...Dean Camera2009-07-231-1/+1
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-8/+16
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-6/+6
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+157