aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial
AgeCommit message (Expand)Author
2016-03-03Update library.propertiesSimonePDA
2016-03-02add src folder when missingAlice Pintus
2016-03-01update sentencesAlice Pintus
2015-11-11SoftwareSerial: fix flush() behaviourCristian Maglie
2015-11-05Remove tx_pin_write from SoftwareSerial.hSandeep Mistry
2015-11-05Remove unused param warningSandeep Mistry
2015-11-05Add inline to recv and setRxIntMsk to remove warning (#4078)Sandeep Mistry
2015-09-21Modified reference to Leonardo only in the examplesArturo Guadalupi
2015-09-18Added categories to librariesCristian Maglie
2015-07-06Examples: mass code format. See example_formatter.confFederico Fissore
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-03-27LibraryManager: better type filteringFederico Fissore
2015-03-05SoftwareSerial: match bool API with HardwareSerialMartino Facchin
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
2015-01-26Fix race condition in SoftwareSerial::overflow()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-07-18missing paragraph field in library.propertiesFede85
2014-07-18modified sentences in library.properties filesFede85
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
2013-05-29Merged 1.0.5Cristian Maglie
2012-12-10Merged 1.0.3Cristian Maglie
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-06-26Merged upstream Arduino master branchCristian Maglie
2012-05-23Merge of arduino-1.0.1. Work in progress...Cristian Maglie
2012-05-22Pre-merge upstream ArduinoCristian Maglie
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