index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
ClassDriver
/
USBtoSerial
/
USBtoSerial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...
Dean Camera
2009-08-16
1
-1
/
+1
*
Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in ...
Dean Camera
2009-08-16
1
-1
/
+3
*
Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...
Dean Camera
2009-08-05
1
-1
/
+1
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-6
/
+6
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-5
/
+0
*
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean Camera
2009-07-23
1
-1
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-2
/
+2
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-21
/
+40
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-8
/
+11
*
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean Camera
2009-06-05
1
-0
/
+175