aboutsummaryrefslogtreecommitdiff
path: root/firmwares/arduino-usbserial/Arduino-usbserial.c
AgeCommit message (Collapse)Author
2010-12-04Minor bug fixes to the 8U2 USB-to-serial firmware.David A. Mellis
2010-11-29Fixing Linux UNO serial bug (thanks to Dean Camera).David A. Mellis
Enabling INTERRUPT_CONTROL_ENDPOINT in the makefile so we don't miss control messages from Linux. Also deleted two unused USB events to save a few bytes of space (the Mega 2560 .hex is now exactly 4096 bytes).
2010-09-24Adding usbserial and usbdfu firmwares (and combined compiled .hex files).David A. Mellis