aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
AgeCommit message (Expand)Author
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean
2009-08-16Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...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-05Renamed all library events to properly seperate out Device and Host mode even...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-21Added new USB_DeviceState variable to keep track of the current Device mode U...Dean
2009-06-28Added const modifiers to device mode class drivers.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