aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial/SoftwareSerial.cpp
AgeCommit message (Expand)Author
2016-03-02add src folder when missingAlice Pintus
2015-11-11SoftwareSerial: fix flush() behaviourCristian Maglie
2015-11-05Remove unused param warningSandeep Mistry
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-26In SoftwareSerial, use ISR_ALIASOF to prevent duplicationMatthijs Kooijman
2015-01-26Optimize SoftwareSerial::recvMatthijs Kooijman
2015-01-26Further optimize SoftwareSerial::writeMatthijs Kooijman
2015-01-26Simplify SoftwareSerial::writeMatthijs Kooijman
2015-01-26Use stopListening() in SoftwareSerial::end()Matthijs Kooijman
2015-01-26Toggle SoftwareSerial interrupts when starting / stopping to listenMatthijs Kooijman
2015-01-26Add SoftwareSerial::stopListening()Matthijs Kooijman
2015-01-26Add SoftwareSerial::setRxIntMsk()Matthijs Kooijman
2015-01-26Let SoftwareSerial::end also check against _rx_delay_stopbitMatthijs Kooijman
2015-01-26Let SoftwareSerial::listen() fail on invalid rx baud ratesMatthijs Kooijman
2015-01-26Clear SoftwareSerial rx delay if no interrupt register is foundMatthijs Kooijman
2014-05-23Merge remote-tracking branch 'arduino/master' into ide-1.5.xCristian Maglie
2013-11-15Revert "SoftwareSerial library to the new format"Cristian Maglie
2013-07-03SoftwareSerial library to the new formatFede85
2012-12-10Merged 1.0.3Cristian Maglie
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