aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...Dean Camera2009-08-161-1/+1
* Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in ...Dean Camera2009-08-161-1/+3
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-6/+6
* 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-1/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-2/+2
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-21/+40
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-8/+11
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+175