Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-18 | Inserted cast to unsigned int in available method in order to avoid call to ↵ | Bernhard Nebel | |
__divmodhi4 | |||
2019-07-21 | Cast pins to signed integers to avoid Wtype-limits compile warning | Jeff Rowberg | |
2018-11-26 | Removed historic Arduino-0012 workaround | Florian Schweiger | |
Removed #undefs in SoftwareSerial.h that were marked as Arduino 0012 workaround and that broke several macros, including abs. See https://github.com/arduino/ArduinoCore-avr/issues/30 | |||
2016-07-18 | Wrap SoftwareSerial _SS_MAX_RX_BUFF define | Sandeep Mistry | |
To allow sketches to override value as per #58. | |||
2016-04-05 | Update SoftwareSerial.cpp | Bradley Luke Totaro | |
2016-03-10 | Make SoftwareSerial receive buffer a uint8_t array | Sandeep Mistry | |
2016-03-10 | Add missing cast to SoftwareSerial::peek() when returning buffered value | Sandeep Mistry | |
2016-03-02 | add src folder when missing | Alice Pintus | |