Age | Commit message (Expand) | Author |
2018-11-26 | Removed historic Arduino-0012 workaround | Florian Schweiger |
2018-09-03 | Fix compiler warnings about ignored 'const' in EEPROM.h | Brian Park |
2018-04-12 | Update DigitalPotControl.ino | SimonePDA |
2017-11-13 | UnConfigured I2C Slave ISR Causing Reboot | chuck todd |
2017-11-13 | [WIRE] Remove extra line from digital_potentiometer example | Quswar Mahmood Abid |
2016-08-14 | Update SoftwareSerialExample.ino | Paul Vivier |
2016-07-18 | Wrap SoftwareSerial _SS_MAX_RX_BUFF define | Sandeep Mistry |
2016-06-05 | Fix buffer being overwritten by multiple twi_transmit calls | kellerkindt |
2016-04-05 | Update SoftwareSerial.cpp | Bradley Luke Totaro |
2016-04-04 | Merge pull request #4716 from asukiaaa/master | Sandeep Mistry |
2016-03-19 | Corrected comments of rx and tx for SoftwareSerial example. | asukiaaa |
2016-03-10 | Make SoftwareSerial receive buffer a uint8_t array | Sandeep Mistry |
2016-03-10 | Add missing cast to SoftwareSerial::peek() when returning buffered value | Sandeep Mistry |
2016-03-09 | Fix Wire register | Paolo Paolucci |
2016-03-04 | Move AVR Wire library utility folder under source | Sandeep Mistry |
2016-03-03 | Merge pull request #4646 from arduino/SimonePDA-patch-3 | Sandeep Mistry |
2016-03-03 | Merge pull request #4645 from arduino/SimonePDA-patch-2 | Sandeep Mistry |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-03 | Update library.properties | SimonePDA |
2016-03-02 | add src folder when missing | Alice Pintus |
2016-03-02 | moved .h file in src folder | Alice Pintus |
2016-03-01 | update sentences | Alice Pintus |
2016-02-01 | Fixed typo | Brent Wilkins |
2016-01-18 | Update Wire.cpp | Brent Wilkins |
2015-12-10 | Added HID_REPORT_TYPE definitions | NicoHood |
2015-11-30 | Merge branch 'remove-wire-keywords' of https://github.com/per1234/Arduino | Cristian Maglie |
2015-11-28 | Remove unused keywords from Wire libraries keywords.txt | per1234 |
2015-11-24 | eeprom_clear example: Set pinMode of LED pin | per1234 |
2015-11-11 | SoftwareSerial: fix flush() behaviour | Cristian Maglie |
2015-11-05 | Remove tx_pin_write from SoftwareSerial.h | Sandeep Mistry |
2015-11-05 | Remove unused param warning | Sandeep Mistry |
2015-11-05 | Add inline to recv and setRxIntMsk to remove warning (#4078) | Sandeep Mistry |
2015-10-30 | [PUSB] Fixed return value for HID_::SendReport | Cristian Maglie |
2015-10-30 | [PHID] send data if report ID was sent successful | Nico |
2015-10-30 | Added return value to HID SendReport | NicoHood |
2015-10-22 | check TWWC (Write Collision Flag) bit after setting TWDR | Sandeep Mistry |
2015-10-22 | release TWI bus right after stop or repeated start is condition | Sandeep Mistry |
2015-10-21 | Merge remote-tracking branch 'arduino/master' into HEAD | Cristian Maglie |
2015-10-21 | [USB] use plugged modules name to create iSerial field | Martino Facchin |
2015-10-12 | [PHID] Fixes protocol on reenumeration | NicoHood |
2015-10-12 | [HID] renamed HIDDescriptorListNode to HIDSubDescriptor | Cristian Maglie |
2015-10-12 | [PUSB] Renamed PUSBListNode to PluggableUSBModule | Cristian Maglie |
2015-10-12 | [HID] made HIDDescriptorListNode.length constant | Cristian Maglie |
2015-10-11 | [PHID] Added missing GET_IDLE Request | NicoHood |
2015-10-10 | [PHID] Added some hints for further optional implementations | NicoHood |
2015-10-10 | Added official HID definitions | NicoHood |
2015-10-08 | Remove unnecessary include | Nico |
2015-10-08 | [HID] Improved checks in getDescriptor() method | Cristian Maglie |