Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | Let SoftwareSerial::listen() fail on invalid rx baud rates | Matthijs Kooijman | |
In this case, SoftwareSerial::begin will not have enabled the interrupts, so better not allow the SoftwareSerial instance to enter the listening state either. | |||
2015-01-26 | Clear SoftwareSerial rx delay if no interrupt register is found | Matthijs Kooijman | |
Before enabling interupts, begin would see if the given receive pin actually has an associated PCINT register. If not, the interrupts would not be enabled. Now, the same check is done, but when no register is available, the rx parameters are not loaded at all (which in turn prevents the interrupt from being enabled). This allows all code to use the same "is rx enabled" (which will be added next). | |||
2014-07-18 | missing paragraph field in library.properties | Fede85 | |
2014-07-18 | modified sentences in library.properties files | Fede85 | |
2014-05-23 | Merge remote-tracking branch 'arduino/master' into ide-1.5.x | Cristian Maglie | |
Conflicts: build/shared/examples/01.Basics/Blink/Blink.ino build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino build/shared/examples/10.StarterKit/p02_SpaceshipInterface/p02_SpaceshipInterface.ino hardware/arduino/cores/arduino/HardwareSerial.cpp | |||
2013-11-15 | Revert "SoftwareSerial library to the new format" | Cristian Maglie | |
This reverts commit 38c3bbbd3c83eda057d4857635fbd78a4785c3a4. | |||
2013-07-03 | SoftwareSerial library to the new format | Fede85 | |
2013-05-29 | Merged 1.0.5 | Cristian Maglie | |
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-06-26 | Merged upstream Arduino master branch | Cristian Maglie | |
2012-05-23 | Merge of arduino-1.0.1. Work in progress... | Cristian Maglie | |
2012-05-22 | Pre-merge upstream Arduino | Cristian Maglie | |
2012-01-04 | Moved libraries folder inside platform folder. Now libraries and examples ↵ | Cristian Maglie | |
are searched per board/platform | |||
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 | |