Releases: adafruit/Adafruit_Blinka
Fix libgpiod_pulsein on Trixie
What's Changed
- Compiled libgpiod_pulsein64 with static linking to fix missing library #1019 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fix Jetson Thor SPI Definition
What's Changed
- jetson-thor: correct spi port definition #1011 by @Gautham103
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fix Jetson Thor SPI Pins
What's Changed
- jetson-thor: correct spi pin definition #1010 by @Gautham103
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Add Jetson Thor Support and other bug fixes
What's Changed
- Fix libgpiod 2.x library where self._num is not defined in certain cases #1005 by @makermelissa
- add support for jetson thor #1006 by @Gautham103
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Update Raspberry Pi Dependencies
What's Changed
- Update Raspberry Pi Dependencies #1002 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Add Orange Pi 5 Pro Support
What's Changed
- Add support for Orange Pi 5 Pro board #993 by @avenstewart
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Add Particle Tachyon and MicroPython improvements
What's Changed
- Rollback breaking libgpiod changes from #1001 #1003 by @makermelissa
- Support for Particle Tachyon #1001 by @technobly
- Make micropython.const accept any constant type #991 by @dunkmann00
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
General Improvements and Fixes
What's Changed
- Improve undetected I2C and SPI messages #987 by @makermelissa
- Fix RTD error, README badge #985 by @tekktrik
- Check for Python.h file needed for sysv_ipc #984 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fix TOML import to allow Blinka to work on MicroPython
What's Changed
- Move tomllib imports to function so it works on MicroPython #983 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Update setup requirements for Python 3.13
What's Changed
- Don't install lgpio for Python >= 3.13 #982 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.