Skip to content

Releases: plerup/espsoftwareserial

8.2.0

Choose a tag to compare

@dok-net dok-net released this 05 Jan 09:27
MInor release 8.2.0 with ghostl moved to stand-alone Arduino library.

Minor release with fixes for new GCC versions and new lock-free MP queue

Choose a tag to compare

@dok-net dok-net released this 02 Jul 09:27
  • 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

Choose a tag to compare

@dok-net dok-net released this 23 Apr 07:41
Make Arduino library manager properly pick up the bug-fix version

Bug fix version 8.0.2: inverted mode wasn't initialized to false in all cases.

Choose a tag to compare

@dok-net dok-net released this 21 Apr 21:55
The described fix went missing. ESP32 wouldn't compile on unrelated r…

8.0.1

Choose a tag to compare

@dok-net dok-net released this 10 Mar 00:24
Platformio picks up versions that aren't yet published in Github just…

Bug fix release for onReceive() including new example sketch

Choose a tag to compare

@dok-net dok-net released this 02 Mar 06:48
7.0.1

more idiomatic code.

Release 7.0.0 (#267)

Choose a tag to compare

@dok-net dok-net released this 31 Dec 18:18
56d19bf
* 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)

Choose a tag to compare

@dok-net dok-net released this 10 Dec 11:36
12f8480
* Precise delay broken whenever beyond precise duration.
* Fix lazy delay for interrupt sensitive applications

Feature Release

Choose a tag to compare

@dok-net dok-net released this 04 Dec 10:43
8d9d01e
  • 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.

6.16.1

Choose a tag to compare

@dok-net dok-net released this 12 Apr 05:12
Unify defines, new example wouldn't pass CI for ESP8266.