Releases: dok-net/espsoftwareserial
Releases · dok-net/espsoftwareserial
Minor release: Improve support for availability of GPIOS on ESP32 S2 and ESP32C3
6.13.0 Bump up minor release.
Bug fix release for ESP32-C3
Fix signature (unsigned int&& is not identical to uint32_t&& for ESP32-C3 RISV V compiler)
Bug fix release: Significantly improved rx error rate on high throughput.
In rxBits(), check for no new intermediate ISR data, inserting extraneous stop bits breaks rx.
Bug fix: Only add faux stop bit after a start bit was detected
Does not insert stop bits while already stop bit idling.
Bug fix release for rx performance and stop bit timing
Word tails could be rounded down to full ms.
Maintenance release 6.12.3: better dependency declarations for Platformio
Prepare bug fix release version 6.12.3: better dependency declaration…
Bug fix release
Inlining push() functions that must be in IRAM for calling from ISRs, due to gcc issue https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70435