Skip to content

Releases: elixir-circuits/circuits_uart

v1.6.0

Choose a tag to compare

@fhunleth fhunleth released this 07 Jun 16:48
  • Fixes
    • Fix Elixir 1.20 warning
    • Remove support for Elixir 1.14 and earlier due to new compilation errors and
      lack of support from dependencies

v1.5.5

Choose a tag to compare

@fhunleth fhunleth released this 09 Jul 13:51
  • Fixes
    • Increase max transfer size from slightly under 16 KB to 32 KB. Thanks to
      @ewildgoose for this fix.

v1.5.4

Choose a tag to compare

@fhunleth fhunleth released this 08 Jul 14:16
  • Fixes

    • Fix continue_in_progress_write() pointer error that when hit would likely
      include random bursts of 0s in the data stream. Thanks to @ewildgoose for
      this fix.
  • Updates

v1.5.3

Choose a tag to compare

@fhunleth fhunleth released this 09 Sep 13:38
  • Fixes
    • Fix compilation when Erlang has been installed to a directory with spaces

v1.5.2

Choose a tag to compare

@fhunleth fhunleth released this 09 Sep 13:38
  • Fixes
    • Fix Circuits.UART.read/2 spec. Thanks to @codestorm1.

v1.5.1

Choose a tag to compare

@fhunleth fhunleth released this 13 Sep 18:26
  • Fixes
    • Don't even try using the RS485 ioctls if not set by the user. This fixes an
      issue on Allwinner devices, but probably others, where getting RS485
      settings works, but setting them, even if unchanged always fails. Thanks to
      @jjcarstens for the fix.

v1.5.0

Choose a tag to compare

@fhunleth fhunleth released this 09 Aug 19:42
  • Updates
    • Added RS485 configuration options. These only work on Linux. Thanks to
      @jjcarstens for this feature.

v1.4.5

Choose a tag to compare

@fhunleth fhunleth released this 29 Jul 21:22
  • Bug fix
    • Gracefully handle Process.info/2 returning nil (:heart: @tonnenpinguin)

v1.4.4

Choose a tag to compare

@fhunleth fhunleth released this 29 May 21:41
  • Improvements
    • Fix MacOS deprecation warning. Thanks to @tonnenpinguin for the fix.

v1.4.3

Choose a tag to compare

@fhunleth fhunleth released this 27 Jul 19:55

This release doesn't contain any new features. Most of the changes relate to
updating dependencies and CI to make the project more pleasant to maintain.

  • Improvements
    • Minor documentation fixes and build message cleanup.