aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Expand)Author
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
2015-03-24Fixed EEPROM examples and added readmeChris--A
2015-03-20Updated EEPROM examples.Chris--A
2015-03-19Small tweaks to EEPROM lib and examples.Chris--A
2015-03-18Do not influence state of SS if it's already been set to an output previously...Victor Aprea
2015-03-18Updated EEPROM storage classChris--A
2015-03-17Added additional examples to EEPROM libChris--A
2015-03-17Added new version of EEPROM library.Chris--A
2015-03-05Merge branch 'ide-1.5.x' into SoftwareSerialMartino Facchin
2015-03-05SoftwareSerial: match bool API with HardwareSerialMartino Facchin
2015-02-05Corrected some email contacts.Cristian Maglie
2015-01-26Prevent low pulse on TX initialization in SoftwareSerialMatthijs Kooijman
2015-01-26Remove unneeded #ifdef in SoftwareSerialMatthijs Kooijman
2015-01-26Fix SoftwareSerial timingsMatthijs Kooijman
2015-01-26Disable the RX PCINT inside SoftwareSerial::recvMatthijs Kooijman
2015-01-26Optimize SoftwareSerial::setRxIntMsk()Matthijs Kooijman
2015-01-26In SoftwareSerial::recv, only calculate the new tail onceMatthijs Kooijman
2015-01-26Mark SoftwareSerial::recv and handle_interrupt as always_inlineMatthijs Kooijman
2015-01-26In SoftwareSerial, use ISR_ALIASOF to prevent duplicationMatthijs Kooijman
2015-01-26Optimize SoftwareSerial::recvMatthijs Kooijman
2015-01-26Further optimize SoftwareSerial::writeMatthijs Kooijman
2015-01-26Mark SoftwareSerial::tx_pin_write as "always_inline"Matthijs Kooijman
2015-01-26Simplify SoftwareSerial::writeMatthijs Kooijman
2015-01-26Use stopListening() in SoftwareSerial::end()Matthijs Kooijman