aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
AgeCommit message (Expand)Author
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-10-08Application documentation/comment cleanup.Dean
2009-09-13Fixed Low Level USBtoSerial demo not storing received characters (thanks to M...Dean
2009-08-16Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in ...Dean
2009-08-05Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...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-22Add demos/bootloaders/projects overview to the manual.Dean
2009-06-20Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...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