Skip to content

Releases: elixir-circuits/circuits_spi

v0.1.6

11 Jul 03:42
Compare
Choose a tag to compare

This release only has doc and build output cleanup. No code has changed.

v0.1.5

13 Jan 14:58
Compare
Choose a tag to compare
  • Bug fixes
    • Add -fPIC to compilation flags to fix build with nerves_system_x86_64 and
      other environments using the Musl C toolchains

v0.1.4

05 Nov 17:35
Compare
Choose a tag to compare

This release doesn't functionally change any code. The only updates are to build
files for consistency with other Circuits projects.

v0.1.3

30 Mar 14:11
Compare
Choose a tag to compare
  • Bug fixes
    • Fix binary handling in NIF. This fixes segfaults and other errors on
      Raspbian.

v0.1.2

14 Feb 17:07
Compare
Choose a tag to compare
  • Bug fixes
    • Fix file handle leak when SPI bus references were garbage collected.

v0.1.1

06 Feb 13:53
Compare
Choose a tag to compare
  • Bug fixes
    • Build C source under the _build directory so that changing targets
      properly rebuilds the C code as well as the Elixir code.

v0.1.0

15 Nov 18:35
Compare
Choose a tag to compare

Initial release to hex.