aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/DualCDC/DualCDC.c
Commit message (Expand)AuthorAgeFilesLines
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-14/+20
* 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-7/+7
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-5/+0
* Minor cleanups to DualCDC ClassDriver device demo for clarity.Dean Camera2009-07-301-4/+2
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* 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-19/+35
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-11/+11
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+190