aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBDesc.h
AgeCommit message (Expand)Author
2022-03-07rename arduino core dir to xinputHEADmasterHampusM
2019-02-17Removed USB CDC SerialDavid Madison
2019-02-15Disable Pluggable USBDavid Madison
2015-10-21[USB] use plugged modules name to create iSerial fieldMartino Facchin
2015-10-02[HID] Code cleanup (no semantic changes)Cristian Maglie
2015-10-02[PUSB] Fixed the correct number of endpointsCristian Maglie
2015-07-16make CDC function non removableMartino Facchin
2015-07-16add PluggableUSB moduleMartino Facchin
2015-07-16Remove HID core libraryMartino Facchin
2012-04-09sketch USB VID and PID values are passed in from boards.txt at compile time n...Zach Eveland
2012-02-13changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootl...Zach Eveland
2012-02-08adjusting descriptors - trying to prevent sketch and bootloader from grabbing...Zach Eveland
2011-09-16added to sketch iProduct and iManufacturer strings identifying board as eithe...Zach Eveland
2011-09-08added compile-time definition of sketch PID. PID is pulled from variants/leo...Zach Eveland
2011-09-08Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID ...Zach Eveland
2011-09-08support compile-time passing of PID to Leonardo/Micro sketches. PID comes fr...Zach Eveland
2011-08-14Serial via USB worksZach Eveland