aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBAPI.h
AgeCommit message (Expand)Author
2020-02-01Merge ArduinoCore-avr Release 1.8.2David Madison
2019-02-21Add XInput USB APIDavid Madison
2019-02-19Add XInput device and config descriptorsDavid Madison
2019-02-17Removed USB CDC SerialDavid Madison
2019-02-15Replace Serial with nullDavid Madison
2018-12-11Add USBDevice.isSuspended()Gergely Nagy
2017-05-16Add Print::availableForWriteEric Wieser
2015-12-19Added Long USB RecvControl call for >64 bytesNicoHood
2015-09-20Fix CDC Serial buffer size determinationNico
2015-08-14Merge branch 'cdc-settings' of https://github.com/matthijskooijman/ArduinoCristian Maglie
2015-08-12Precised USB Endpoint definitionsNicoHood
2015-08-12Added 16 byte endpoint supportNicoHood
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-16rename Setup typedef struct to USBSetupMartino Facchin
2015-07-16Add support for waking up a host via USB HIDMartino Facchin
2015-07-16Move EP defines to headerMartino Facchin
2015-07-16Remove HID core libraryMartino Facchin
2015-05-12RX and TX Serial buffer sizes can now be defined independentlyNico
2014-09-12Added license to USBAPI.hCristian Maglie
2014-06-19Merge branch 'master' into ide-1.5.xCristian Maglie
2014-06-19Fixed regression in USBAPI and CDC (xaljox)Cristian Maglie
2014-06-13Merge branch 'master' into HEADCristian Maglie
2014-06-10Update USBAPI.hEmbedded Micro
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-01-22Centrally decide which hardware UARTS are availableMatthijs Kooijman
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
2013-07-26Fixed compile problem for Leonardo after 0bd6a2d20fb9664255b20e0db11dd4586ebe...Cristian Maglie
2012-06-14Adding write(str) and write(buf, size) for USB CDC.David A. Mellis
2012-05-15Mouse.isPressed() now checks only for left button by defaultZach Eveland
2012-05-01renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" o...Zach Eveland
2012-04-01added Boolean operators to HardwareSerial and CDC to test whether the port is...Zach Eveland
2012-03-28removed horrible multi-key Keyboard.press() and Keyboard.release() methodsZach Eveland
2012-03-28eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (Dav...Zach Eveland
2012-03-26added methods to Keyboard to handle multiple simultaneous key presses or rele...Zach Eveland
2012-03-26added stub methods for begin() and end() to Mouse and KeyboardZach Eveland
2012-03-03Added Keyboard support for all modifier and all common non-printing keys.Zach Eveland
2012-03-03Removed support for key mapping in Keyboard.Zach Eveland
2012-03-03added Keyboard methods press(), release(), and releaseAll()Zach Eveland
2012-03-03fixed minor compilation warnings for LeonardoZach Eveland
2011-12-20changed Keyboard write() method to type(). Made write() an alias for type() t...Zach Eveland
2011-12-20Revert "changed Keyboard write() method to type(). Made write() an alias for...Zach Eveland
2011-12-20changed Keyboard write() method to type(). Made write() an alias for type() ...Zach Eveland
2011-12-18added asynchronous buffering of received CDC charactersZach Eveland