aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/DualCDC/DualCDC.c
AgeCommit message (Expand)Author
2009-12-07Rename CDC demos to VirtualSerial.Dean
2009-10-08Application documentation/comment cleanup.Dean
2009-08-06Simplify CDC device demos, by directly assigning the string to transmit to th...Dean
2009-08-05Changed over manual loops waiting for endpoints to be ready to use the librar...Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-08-04Better fix for LowLevel CDC demo issue where sending data before the line enc...Dean
2009-07-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-07-21Add explicit guards to all device mode tasks to ensure the device is connecte...Dean
2009-06-08Error status LEDs shown when device endpoint configuration fails to complete.Dean
2009-06-07Converted device mode low-level demos to schedulerless.Dean
2009-06-05Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean