aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBCore.cpp
AgeCommit message (Expand)Author
2020-02-01Merge ArduinoCore-avr Release 1.8.2David Madison
2019-02-21Change receive endpoint to double-bankedDavid Madison
2019-02-21Use endpoint number defines for ep allocationDavid Madison
2019-02-21Add USB receive callback to USB ISRDavid Madison
2019-02-19Allocate XInput endpoint memoryDavid Madison
2019-02-19Add XInput string descriptorsDavid Madison
2019-02-19Add XInput device and config descriptorsDavid Madison
2019-02-17Removed USB CDC SerialDavid Madison
2019-02-17Define descriptor return var in pluggable blockDavid Madison
2019-02-15Fix warning related to disabling Pluggable HIDDavid Madison
2018-12-11Add USBDevice.isSuspended()Gergely Nagy
2017-11-13Always read key to check for new LUFA bootloaderScott Allen
2017-03-20Fixed warning about unused variableCristian Maglie
2017-03-16use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN I...liu nick
2017-03-16[AVR] USB send ZLP when neededCristian Maglie
2017-03-16Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"Cristian Maglie
2016-08-28remove extra semicolonKyle Chisholm
2016-07-14Send an USB remote wakeup if data need to be writtenMartino Facchin
2016-07-14[AVR][USB] fix IRQ flags clearingMartino Facchin
2016-04-14Subtract one from USB_EP_SIZE in USB_SendSpaceSandeep Mistry
2016-04-06[AVR] Discover newer bootloader at runtimeMartino Facchin
2015-12-23Added >64 byte USB_RecvControl() supportNicoHood
2015-10-21[USB] use plugged modules name to create iSerial fieldMartino Facchin
2015-10-07[PUSB] Made getDescriptor() and setup() more flexibleNicoHood
2015-10-02[PUSB] Fix static initialization order fiascoMartino Facchin
2015-10-02[PUSB] Fixed the correct number of endpointsCristian Maglie
2015-10-02[PUSB] Global functions PUSB_* are now methods of PluggableUSB classCristian Maglie
2015-09-28Fix compiler warnings in USBCore.cppNico
2015-08-12Added u2 Series supportNicoHood
2015-08-12Added 16 byte endpoint supportNicoHood
2015-08-12Added missing static inline to USB Recv functionNicoHood
2015-07-16rename Setup typedef struct to USBSetupMartino Facchin
2015-07-16Add support for waking up a host via USB HIDMartino Facchin
2015-07-16remove 3 endpoints to match at32u4 limitMartino Facchin
2015-07-16add numInterfaces field to PUSBCallbacksMartino Facchin
2015-07-16make CDC function non removableMartino Facchin
2015-07-16remove useless variableMartino Facchin
2015-07-16add PluggableUSB moduleMartino Facchin
2015-07-16move _initEndpoints from PROGMEM to RAMMartino Facchin
2015-07-16Use generic composite device descriptorMartino Facchin
2015-07-16Move EP defines to headerMartino Facchin
2014-09-12Fixed trivial include error introduced in previous commit 2e3e539b... oops...Cristian Maglie
2014-05-26Merge branch 'usbcdc-improved' into ide-1.5.xCristian Maglie
2014-05-24Improve CDC read codePaul Brook
2014-05-24Fix race condition in USB CDC transmitPaul Brook
2014-04-20Fixed other trivial warnings in AVR USB core.Cristian Maglie
2014-04-20Removed other unused variables in CDC.cpp and HID.cppCristian Maglie
2014-04-20Removed 'USB_MANUFACTURER' constant redefinition for known VIDs.Cristian Maglie
2013-07-17Remove hardcoded product names (all provided for in boards.txt)Angus Gratton
2013-07-17Fix whitespace (tabify), oopsAngus Gratton