Skip to content

Tags: plerup/espsoftwareserial

Tags

8.2.0

Toggle 8.2.0's commit message
MInor release 8.2.0 with ghostl moved to stand-alone Arduino library.

8.1.0

Toggle 8.1.0's commit message
Bump up minor version release due to fix for GCC in IDF 5.1 apparentl…

…y finally fixing the IRAM_ATTR on templates issue, in turn generating warnings for the previous mitigation in EspSoftwareSerial.

8.0.3

Toggle 8.0.3's commit message
Make Arduino library manager properly pick up the bug-fix version

8.0.2

Toggle 8.0.2's commit message
The described fix went missing. ESP32 wouldn't compile on unrelated r…

…efactoring.

8.0.1

Toggle 8.0.1's commit message
Platformio picks up versions that aren't yet published in Github just…

… by tracking souce commits - very annoying.

7.0.1

Toggle 7.0.1's commit message
more idiomatic code.

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle 6.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Precise delay broken whenever beyond precise duration. (#264)

* Precise delay broken whenever beyond precise duration.
* Fix lazy delay for interrupt sensitive applications

6.17.0

Toggle 6.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement tx open drain. (#239)

6.16.1

Toggle 6.16.1's commit message
Unify defines, new example wouldn't pass CI for ESP8266.