aboutsummaryrefslogtreecommitdiff
path: root/firmwares/arduino-usbserial
AgeCommit message (Collapse)Author
2010-12-04Minor ATmega8U2 firmware update and new .hex files.David A. Mellis
Adding LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0 to makefile to save space, updating release number to 0x0001.
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-28More information on USB VID/PIDs.David A. Mellis
2010-09-28Replacing Arduino VID / PID with the Atmel-supplied ones.David A. Mellis
2010-09-24Adding usbserial and usbdfu firmwares (and combined compiled .hex files).David A. Mellis