aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/CDC.cpp
AgeCommit message (Expand)Author
2019-02-17Removed USB CDC SerialDavid Madison
2019-02-15Replace Serial with nullDavid Madison
2017-11-13Always read key to check for new LUFA bootloaderScott Allen
2017-11-13Don't use line coding to trigger USB auto-resetScott Allen
2017-11-13Save/restore the watchdog during USB auto-resetScott Allen
2017-11-13Fix save/restore of magic key location during resetScott Allen
2016-04-06[AVR] Discover newer bootloader at runtimeMartino Facchin
2015-09-28Fix compiler warning in CDC.cppNico
2015-08-14Merge branch 'cdc-settings' of https://github.com/matthijskooijman/ArduinoCristian Maglie
2015-08-12Added 16 byte endpoint supportNicoHood
2015-08-12Made Magic Key Settings more flexibleNicoHood
2015-07-31Add Serial_::availableForWrite().Peter Van Hoyweghen
2015-07-31Add Serial_::readBreak() to process SEND_BREAK requestsMatthijs Kooijman
2015-07-31Expose serial settings from CDC virtual serial portMatthijs Kooijman
2015-07-16save RAM content overridden by bootloader magicMartino Facchin
2015-07-16rename Setup typedef struct to USBSetupMartino Facchin
2015-07-16make CDC function non removableMartino Facchin
2014-09-12Fixed trivial include error introduced in previous commit 2e3e539b... oops...Cristian Maglie
2014-09-01Fix for upload problems on Arduino Leonardo (and derivatives) with OSX 10.9.4Cristian Maglie
2014-06-19Merge branch 'master' into ide-1.5.xCristian Maglie
2014-06-19Fixed regression in USBAPI and CDC (xaljox)Cristian Maglie
2014-05-30Merge branch 'master' into HEADCristian Maglie
2014-05-30USB CDC available() method returns correct number of bytes in buffer.Cristian Maglie
2014-05-26Merge branch 'usbcdc-improved' into ide-1.5.xCristian Maglie
2014-05-24Improve CDC read codePaul Brook
2014-05-24improved USB write speedsJustin Rajewski
2014-04-20Fixed other trivial warnings in AVR USB core.Cristian Maglie
2013-09-30Merge branch 'master' into ide-1.5.xCristian Maglie
2013-09-02USB CDC two argument begin()Paul Brook
2013-09-02USB serial baud arg typePaul Brook
2013-07-27Move buffers into USB CDC (look #947 and #1369 for reference)Cristian Maglie
2012-10-18Merged latest changes in AVR arduino coreCristian Maglie
2012-09-13Avoid serial buffer overrun on leonardoPeter Van Hoyweghen
2012-04-11fixed logic bug in Caterina that could stop the bootloader from entering self...Zach Eveland
2012-04-06Revert "Revert "added a short delay and comment to boolean operator in CDC""Zach Eveland
2012-04-06Revert "added a short delay and comment to boolean operator in CDC"Federico Vanzati
2012-04-03added a short delay and comment to boolean operator in CDCZach Eveland
2012-04-01added Boolean operators to HardwareSerial and CDC to test whether the port is...Zach Eveland
2012-03-14reduced delay before starting the Leonardo bootloaderZach Eveland
2012-03-01changed auto-reset logic for Leonardo. only do WDT manipulation if the port ...Zach Eveland
2012-02-27Autoreset 1200 bps fix.Cristian Maglie
2012-02-22shortened the watchdog period for resetting Leonardo from 2 s to 250 ms. Res...Zach Eveland
2012-02-14Leonardo now checks whether bootloader should be run after a WDT event.Zach Eveland
2012-02-13Leonardo auto-reset-and-upload changes for Windows (explanation below)Zach Eveland
2012-02-03fixed starting Leonardo bootloader from sketchZach Eveland
2012-01-24Caterina now cleanly hands off operation to the sketchZach Eveland
2011-12-18added asynchronous buffering of received CDC charactersZach Eveland
2011-11-09restored original non-interrupt-driven DiskLoaderZach Eveland
2011-10-27changes in core and boards.txt to support new bootloaderZach Eveland
2011-09-08fixed bug where sketches over 28k caused subsequent auto-reset-and-upload att...Zach Eveland