Releases: plerup/espsoftwareserial
Releases · plerup/espsoftwareserial
8.2.0
Minor release with fixes for new GCC versions and new lock-free MP queue
- There were a few compilation issues with the latest GCC in the upcoming IDF 5.1 (ESP32...).
- The circular_queue_mp has new been improved to work without locks on the producer end.
8.0.3
Bug fix version 8.0.2: inverted mode wasn't initialized to false in all cases.
The described fix went missing. ESP32 wouldn't compile on unrelated r…
8.0.1
Bug fix release for onReceive() including new example sketch
7.0.1 more idiomatic code.
Release 7.0.0 (#267)
* Breaking change, rx interrupt triggered receive callback instead of polling. * uint rollover (regression) fixed * GCC and constexpr member function fix.
6.17.1: Precise delay broken whenever beyond precise duration. (#264)
* Precise delay broken whenever beyond precise duration. * Fix lazy delay for interrupt sensitive applications
Feature Release
- New timing base is stable for CPU clock shifting, which is used for balancing power saving and WiFI performance in the IDF.
- New function added to select open-drain mode on Tx pin.