aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial/SoftwareSerial.h
AgeCommit message (Expand)Author
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-26Mark SoftwareSerial::recv and handle_interrupt as always_inlineMatthijs Kooijman
2015-01-26Mark SoftwareSerial::tx_pin_write as "always_inline"Matthijs Kooijman
2015-01-26Fix race condition in SoftwareSerial::overflow()Matthijs Kooijman
2015-01-26Add SoftwareSerial::stopListening()Matthijs Kooijman
2015-01-26Add SoftwareSerial::setRxIntMsk()Matthijs Kooijman
2013-11-15Revert "SoftwareSerial library to the new format"Cristian Maglie
2013-07-03SoftwareSerial library to the new formatFede85
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-01-04Moved libraries folder inside platform folder. Now libraries and examples are...Cristian Maglie
2009-11-07Moving libraries out of arduino platform / core directory and to top-level.David A. Mellis
2007-10-06Moving libraries out from inside targets and creating bootloaders directory.David A. Mellis