Age | Commit message (Expand) | Author |
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 | 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 | Simplify SoftwareSerial::write | Matthijs Kooijman |
2015-01-26 | Use stopListening() in SoftwareSerial::end() | 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-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 |
2012-12-10 | Merged 1.0.3 | Cristian Maglie |
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore |
2012-01-04 | Moved libraries folder inside platform folder. Now libraries and examples are... | Cristian Maglie |
2009-11-07 | Moving libraries out of arduino platform / core directory and to top-level. | David A. Mellis |
2007-10-06 | Moving libraries out from inside targets and creating bootloaders directory. | David A. Mellis |