Age | Commit message (Expand) | Author |
2021-05-26 | Correct typos in comments and documentation | per1234 |
2019-07-21 | Cast pins to signed integers to avoid Wtype-limits compile warning | Jeff Rowberg |
2018-11-26 | Removed historic Arduino-0012 workaround | Florian Schweiger |
2016-08-14 | Update SoftwareSerialExample.ino | Paul Vivier |
2016-07-18 | Wrap SoftwareSerial _SS_MAX_RX_BUFF define | Sandeep Mistry |
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-03 | Update library.properties | SimonePDA |
2016-03-02 | add src folder when missing | Alice Pintus |
2016-03-01 | update sentences | Alice Pintus |
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-09-21 | Modified reference to Leonardo only in the examples | Arturo Guadalupi |
2015-09-18 | Added categories to libraries | Cristian Maglie |
2015-07-06 | Examples: mass code format. See example_formatter.conf | Federico Fissore |
2015-05-20 | Due to website configuration changes, every url starting with http://arduino.... | Federico Fissore |
2015-05-19 | Libraries bundled with cores will take the type of that core, instead of rely... | Federico Fissore |
2015-03-27 | LibraryManager: better type filtering | Federico Fissore |
2015-03-05 | SoftwareSerial: match bool API with HardwareSerial | Martino Facchin |
2015-01-26 | Prevent low pulse on TX initialization in SoftwareSerial | Matthijs Kooijman |
2015-01-26 | Remove unneeded #ifdef in SoftwareSerial | Matthijs Kooijman |
2015-01-26 | Fix SoftwareSerial timings | Matthijs Kooijman |
2015-01-26 | Disable the RX PCINT inside SoftwareSerial::recv | Matthijs Kooijman |
2015-01-26 | Optimize SoftwareSerial::setRxIntMsk() | Matthijs Kooijman |
2015-01-26 | In SoftwareSerial::recv, only calculate the new tail once | Matthijs Kooijman |
2015-01-26 | Mark SoftwareSerial::recv and handle_interrupt as always_inline | Matthijs Kooijman |
2015-01-26 | In SoftwareSerial, use ISR_ALIASOF to prevent duplication | Matthijs Kooijman |
2015-01-26 | Optimize SoftwareSerial::recv | Matthijs Kooijman |
2015-01-26 | Further optimize SoftwareSerial::write | Matthijs Kooijman |
2015-01-26 | Mark SoftwareSerial::tx_pin_write as "always_inline" | Matthijs Kooijman |
2015-01-26 | Simplify SoftwareSerial::write | Matthijs Kooijman |
2015-01-26 | Use stopListening() in SoftwareSerial::end() | Matthijs Kooijman |
2015-01-26 | Fix race condition in SoftwareSerial::overflow() | Matthijs Kooijman |
2015-01-26 | Toggle SoftwareSerial interrupts when starting / stopping to listen | Matthijs Kooijman |
2015-01-26 | Add SoftwareSerial::stopListening() | Matthijs Kooijman |
2015-01-26 | Add SoftwareSerial::setRxIntMsk() | Matthijs Kooijman |
2015-01-26 | Let SoftwareSerial::end also check against _rx_delay_stopbit | Matthijs Kooijman |
2015-01-26 | Let SoftwareSerial::listen() fail on invalid rx baud rates | Matthijs Kooijman |
2015-01-26 | Clear SoftwareSerial rx delay if no interrupt register is found | Matthijs Kooijman |
2014-07-18 | missing paragraph field in library.properties | Fede85 |
2014-07-18 | modified sentences in library.properties files | Fede85 |
2014-05-23 | Merge remote-tracking branch 'arduino/master' into ide-1.5.x | Cristian Maglie |
2013-11-15 | Revert "SoftwareSerial library to the new format" | Cristian Maglie |
2013-07-03 | SoftwareSerial library to the new format | Fede85 |
2013-05-29 | Merged 1.0.5 | Cristian Maglie |