Skip to content

Releases: plerup/espsoftwareserial

6.16.0

11 Apr 18:16
1906d2f
Compare
Choose a tag to compare
In timing critical sections, use direct register access for digital r…

Bug fix release 6.15.2: Disabling interrupts in FreeRTOS-compliant style for ESP32s

29 Nov 19:59
Compare
Choose a tag to compare
Refactored interrupts disabling and proper FreeRTOS-compliant code fo…

6.15.1

14 Nov 10:26
Compare
Choose a tag to compare
Non-functional refactoring; drop redundant check for illegal values o…

6.15.0

13 Nov 21:44
Compare
Choose a tag to compare
Enforce stop-bit count detection strictly.

Bug fix: Rx bit pattern 0xff (for uninverted) wasn't treated correctly

13 Nov 11:08
Compare
Choose a tag to compare

This bug-fix release brings closure to a long-standing issue with 0xff as the last octet in a message - it wasn't recognized by EspSoftwareSerial until yet another octet was received.

Bug fix 6.14.1: Set default RX pullup once in ctor

30 Oct 07:09
Compare
Choose a tag to compare

Prevents flipping of the pullup state on begin().

6.14.0

30 Oct 06:38
Compare
Choose a tag to compare
Add API for selecting Rx GPIO PULLUP at runtime.

6.13.2

30 Aug 06:19
Compare
Choose a tag to compare
Detect presence of PSRAM on WROVER module, otherwise do allow use of …

6.13.1: Permit use of GPIO12 on ESP32 and add link to the specifics in README.md

29 Aug 23:12
Compare
Choose a tag to compare

Minor release: Improve support for availability of GPIOS on ESP32 S2 and ESP32 C3

07 Aug 21:32
Compare
Choose a tag to compare