aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial
AgeCommit message (Expand)Author
2021-10-18Inserted cast to unsigned int in available method in order to avoid call to _...Bernhard Nebel
2021-05-26Correct typos in comments and documentationper1234
2019-07-21Cast pins to signed integers to avoid Wtype-limits compile warningJeff Rowberg
2018-11-26Removed historic Arduino-0012 workaroundFlorian Schweiger
2016-08-14Update SoftwareSerialExample.inoPaul Vivier
2016-07-18Wrap SoftwareSerial _SS_MAX_RX_BUFF defineSandeep Mistry
2016-04-05Update SoftwareSerial.cppBradley Luke Totaro
2016-04-04Merge pull request #4716 from asukiaaa/masterSandeep Mistry
2016-03-19Corrected comments of rx and tx for SoftwareSerial example.asukiaaa
2016-03-10Make SoftwareSerial receive buffer a uint8_t arraySandeep Mistry
2016-03-10Add missing cast to SoftwareSerial::peek() when returning buffered valueSandeep Mistry
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