Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@CrazyIvan359 CrazyIvan359 released this 21 Jan 02:14
· 26 commits to master since this release
4f48674
  • Added

    • Kernel version check to determine GPIO cdev availability and capabilities. #108
    • Raspberry Pi 4B support. #109
    • Raspberry Pi pull down support to board definitions since they support it. #111
  • Fixed

    • Unknown and Generic Linux boards missing superclass init. #103
    • GPIO error Failed to setup GPIOxx using cdev, an invalid argument was given
      caused by attempting to use cdev bias setting that was only introduced in Linux
      kernel v5.5. Fixes #106. #108