aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Expand)Author
2015-10-07[PUSB] Removed unnecessary endpoint and interface functionNicoHood
2015-10-07[PHID] Added SetReport functionNicoHood
2015-10-07[PUSB] Made getDescriptor() and setup() more flexibleNicoHood
2015-10-07[PUSB] renamed some parametersCristian Maglie
2015-10-02[PUSB] Fix static initialization order fiascoMartino Facchin
2015-10-02[HID] removed HIDDescriptor fieldCristian Maglie
2015-10-02[HID] Code cleanup (no semantic changes)Cristian Maglie
2015-10-02[HID] removed unused modules_count fieldCristian Maglie
2015-10-02[PUSB] Fixed checks on return valuesCristian Maglie
2015-10-02[USB] Fixed some compiler warningsCristian Maglie
2015-10-02[PUSB] epType array is now part of HID classCristian Maglie
2015-10-02[HID] Removed static fields in HID 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] Moved static members inside HID_ classCristian 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[HID] Now HID extends directly PluggableUSBListNodeCristian 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-28[HID] Added missing return in HID.begin()Cristian Maglie
2015-09-28[HID] Changed 'u8' to 'uint8_t' in definitionsCristian Maglie
2015-09-28[HID] added 'const' qualifier in HID initializationCristian Maglie
2015-09-28Merge branch 'pluggable_hid_impr' of https://github.com/cmaglie/ArduinoCristian Maglie
2015-09-28Added Arduino Zero exclusion to READMEArturo Guadalupi
2015-09-22HID: merged HID_Descriptor into HIDDescriptorListNodeCristian Maglie
2015-09-22HID: Renamed fields in HIDDescriptorListNode and HID_DescriptorCristian Maglie
2015-09-21Modified reference to Leonardo only in the examplesArturo Guadalupi
2015-09-20Remove Raw HID definitions at wrong placeNico
2015-09-18Fixed wrong category in EEPROMCristian Maglie
2015-09-18Added categories to librariesCristian Maglie
2015-08-26Wire (AVR): Fix bug with repeated STARTNate Williams
2015-08-25implement Wire.end() for AVR coreSandeep Mistry
2015-08-12Added 16 byte endpoint supportNicoHood
2015-08-12Fixed HID Reports >255 bytesNicoHood
2015-07-16rework HID-based libraries and add Due fallbackMartino Facchin
2015-07-16allow HID submodules to create runtime descriptorsMartino Facchin
2015-07-16rework HID class functions scopesMartino Facchin
2015-07-16rename Setup typedef struct to USBSetupMartino Facchin
2015-07-16fix HID headersMartino Facchin
2015-07-16fix HID descriptors bigger than 127 bytesMartino Facchin
2015-07-16move HID library to AVR specific locationMartino Facchin
2015-07-06Examples: mass code format. See example_formatter.confFederico Fissore
2015-07-03Support for repeated starts added to SAM Wire libraryMatthew Lowe
2015-05-20Due to website configuration changes, every url starting with http://arduino....Federico Fissore
2015-05-19Libraries bundled with cores will take the type of that core, instead of rely...Federico Fissore
2015-05-14Fixes #2969:Arturo Guadalupi
2015-03-27LibraryManager: better type filteringFederico Fissore
2015-03-24Merge pull request #2812 from facchinm/test_pr2794Martino Facchin
2015-03-24EEPROM: examples: fix Serial for board LeonardoMartino Facchin