aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/PluggableUSB.h
AgeCommit message (Expand)Author
2015-10-21[USB] use plugged modules name to create iSerial fieldMartino Facchin
2015-10-12[PUSB] Renamed PUSBListNode to PluggableUSBModuleCristian Maglie
2015-10-07[PUSB] Removed unnecessary endpoint and interface functionNicoHood
2015-10-07[PUSB] Made getDescriptor() and setup() more flexibleNicoHood
2015-10-07[PUSB] Changed Interface + Endpoint to unsigned variablesNicoHood
2015-10-07[PUSB] renamed some parametersCristian Maglie
2015-10-03Removed not needed public statement for root nodeNicoHood
2015-10-02[PUSB] Fix static initialization order fiascoMartino Facchin
2015-10-02[PUSB] Fixed check for available endpointsCristian Maglie
2015-10-02[PUSB] No more static fields in PluggableUSB classCristian Maglie
2015-10-02[PUSB] The latest fields are now set via constructorCristian Maglie
2015-10-02[PUSB] callbacks are now pure virtual methodsCristian Maglie
2015-10-02[PUSB] replaced u8 with uint8_tCristian Maglie
2015-10-02[PUSB] Selected interface and endpoint are now part of PUSBListNodeCristian Maglie
2015-10-02[PUSB] Global functions PUSB_* are now methods of PluggableUSB classCristian Maglie
2015-10-02[PUSB] PUSBCallback struct has been merged into PUSBListNodeCristian Maglie
2015-09-29Removed not used PUSB_Begin()Nico
2015-09-28[HID] Removed unused PUSBReturn structureCristian Maglie
2015-07-16fix pluggableUSB linked listMartino Facchin
2015-07-16rename Setup typedef struct to USBSetupMartino Facchin
2015-07-16fix HID descriptors bigger than 127 bytesMartino Facchin
2015-07-16rework PUSBCallbacks initializationMartino Facchin
2015-07-16add numInterfaces field to PUSBCallbacksMartino Facchin
2015-07-16implement PUSB modules as linked listMartino Facchin
2015-07-16remove useless variablesMartino Facchin
2015-07-16add PluggableUSB moduleMartino Facchin