Skip to content

v2.0.0-pre.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fhunleth fhunleth released this 30 May 12:43
· 8 commits to maint-v1.x since this release

This is a major update to Circuits.SPI that removes the requirement to use
Nerves or Linux. The API is almost the same and the default is to compile and
use the Linux backend, so changes may not be needed.

This is a prerelease so APIs may still change before the v2.0.0 release.

  • Changes
    • Support alternative backends for different operating systems or for
      simulated hardware
    • Defer loading the Linux NIF until Circuits.SPI.open/2 is called