index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
USBtoSerial.c
Age
Commit message (
Expand
)
Author
2009-10-18
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean
2009-08-16
Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...
Dean
2009-08-16
Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in ...
Dean
2009-08-05
Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-07-27
State information for class drivers is now zeroed out during enumeration (bot...
Dean
2009-07-23
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-18
Break device mode class driver interfaces into seperate config and state stru...
Dean
2009-06-11
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean
2009-06-05
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean