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
/
LowLevel
/
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-10-08
Application documentation/comment cleanup.
Dean
2009-09-13
Fixed Low Level USBtoSerial demo not storing received characters (thanks to M...
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
Changed over manual loops waiting for endpoints to be ready to use the librar...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-08-04
Better fix for LowLevel CDC demo issue where sending data before the line enc...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-07-21
Add explicit guards to all device mode tasks to ensure the device is connecte...
Dean
2009-06-22
Add demos/bootloaders/projects overview to the manual.
Dean
2009-06-20
Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...
Dean
2009-06-08
Error status LEDs shown when device endpoint configuration fails to complete.
Dean
2009-06-07
Converted device mode low-level demos to schedulerless.
Dean
2009-06-05
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean