Releases: adafruit/Adafruit_Blinka
Releases · adafruit/Adafruit_Blinka
Release list
Update to PyProject plus many bug fixes
What's Changed
- Update lgpio chip selection to work with more than 1 digit #1120 by @makermelissa
- Add PlatformDetect dependency update workflow #1118 by @makermelissa
- Update Blinka to pyproject.toml #1114 by @makermelissa
- Fix generic Linux SPI write_readinto slice #1116 by @makermelissa
- Add BeaglePlay (AM625X) board support #1115 by @makermelissa-ai-assistant
- QCM6490 (Particle Tachyon): auto-detect gpiochip for f100000.pinctrl #1111 by @tyeth-ai-assisted
- Ensure libgpiod resources are cleaned up on exit #1109 by @makermelissa-ai-assistant
- Add helpful message when lgpio is not installed on Raspberry Pi #1108 by @makermelissa-ai-assistant
- Remove Python 3.13 version cap on lgpio dependency #1107 by @makermelissa-ai-assistant
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Add busio.UART for linux plus more bug fixes and features
What's Changed
- Wrap PySerial inside busio.UART for Linux platforms #1106 by @makermelissa-piclaw
- Add usb_hid keyboard example and link in docs #1105 by @makermelissa-piclaw
- Add in_waiting property to busio.UART #1104 by @makermelissa-piclaw
- I2C writeto_then_readfrom in a single transaction on u2if #888 by @ryanmesh-sd
- Change New Board Request to start new discussion #1054 by @makermelissa
- update ReadTheDocs build to ubuntu-lts-latest and general Python 3, not a specific python version #1053 by @dhalbert
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fix Olimex LIME2 Import
Fix Raspberry Pi 1B import paths in JSON
What's Changed
- Update board imports to use correct RPI1 module names #1049 by @stonehippo
- Add pre-commit hook for checking JSON #1048 by @tekktrik
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
JSON files are now included when installed with PIP
What's Changed
- Add json files to GitHub Actions build section #1045 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Fix missing JSON files when installed with PIP
What's Changed
- Add json files to package_data in setup.py #1044 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Restructured to use JSON for Boards and Microcontrollers
What's Changed
- Jsonify Boards and Chips for easier importing #1040 by @makermelissa
- Microcontroller restructure #1042 by @makermelissa
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Added support for other Pico 2, Orange Pi 5 Ultra and improved I2C scan logic
What's Changed
- Update for Pico W, Pico 2, and Pico 2 W #1041 by @makermelissa
- Add support for Orange Pi 5 Ultra #1034 by @GuLinux
- i2c scan logic change #1038 by @mikeysklar
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.
Added BananaPi P2 Pro Support
Fix 32-bit libgpiod_pulsein and Doc updates
What's Changed
- Compiled libgpiod_pulsein with static linking to fix missing library #1032 by @makermelissa
- docs: add
python3-devtobuild.apt_packagesin RTD config #1028 by @2bndy5 - docs: update build CI status badge in README #1029 by @2bndy5
To use in CPython, pip3 install adafruit-blinka.
Read the docs for info on how to use it.