aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/CDC.cpp
AgeCommit message (Expand)Author
2011-09-08fixed bug where sketches over 28k caused subsequent auto-reset-and-upload att...Zach Eveland
2011-09-06changed auto-reset trigger condition to fix auto-reset-and-upload for Windows...Zach Eveland
2011-09-05changed baudrate for auto-reset-and-upload back to 1200 bps. specified ardui...Zach Eveland
2011-08-30on a CDC or HID write() error, call setWriteError(). better handling of USB_...Zach Eveland
2011-08-30support for non-Leonardo boards is back!Zach Eveland
2011-08-30CDC and HID write() routines now return non-void - brought in line with new w...Zach Eveland
2011-08-27auto-upload-and-reset works now at 300 bps. patched avrdude for Mac to suppo...Zach Eveland
2011-08-24bugfix - Serial.write() would try to send even if no CDC connection was open.Zach Eveland
2011-08-24changed auto-reset method for upload: now triggered by opening port at 1200 bpsZach Eveland
2011-08-16Temporary fix for auto-reset from IDE. Will reset chip when DTR is asserted,...Zach Eveland
2011-08-14Serial via USB worksZach Eveland