Releases: adafruit/Adafruit_Blinka
Releases · adafruit/Adafruit_Blinka
Fix PWM for Raspberry Pi 5
What's Changed
- Update Blinka to use rpi-lgpio for PWM #797 by @makermelissa
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
Fix PWM on some ODROID boards
Added RADXA ROCK 3C support
What's Changed
- Added support for RADXA ROCK 3C board #792 by @shawnchainw
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
RADXA ROCK 4SE and MilkV Duo Support Added
What's Changed
- Added support RADXA ROCK 4SE board #791 by @shawnchainw
- Added board MilkV Duo #773 by @casainho
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
Update libgpio support for Odroid C4 plus Bug Fixes
What's Changed
- Show NotImplementedError for pwmio on the Pi 5 for now #785 by @makermelissa
- libgpio 2.x support for odroid c4 #784 by @janvolck
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
Added Sipeed Lichee Pi 4a Support
What's Changed
- Add sipeed lichee pi 4a support #779 by @anonymouscowhead
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
Add Repka Pi 3 and 4 Support plus Bug Fixes
What's Changed
- Corrected URL of libgpiod install script #775 by @ilario
- ODROID-C4: Fix 'pwmf' gpio pin #774 by @how2flow
- Add support for Repka Pi-3 H5 and Pi-4 H6 boards #772 by @mahenzon
- Fix ODROID_M1 board detection #771 by @mahenzon
- ODROID-COMMON: Change pin mapping to support new dtbo and to unify with other odroid boards #769 by @how2flow
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
Add ODROID ADC Support and Other Bug Fixes
What's Changed
- Fix pulsein for the Pi 5 and make lockable silent #764 by @makermelissa
- ODROID-COMMON: Support ADC pins #765 by @how2flow
- microcontroller/rk: alias: Shorten the import statements to a single … #763 by @how2flow
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.
Bug fix on ODROID boards
Update libgpiod Support Plus Bug Fixes
What's Changed
- amlogic/a311d: Import get_dts_alias and eliminate duplicate function #758 by @how2flow
- This adds support for libgpiod 2.x without breaking support for 1.x #757 by @makermelissa
- Add missing UART definitions from RP2040 datasheet (a6fe703-clean) #760 by @shawnferry
- generic_linux: pwmout: Remove duty-cycle reset in deinit flow #756 by @how2flow
- To support pwm on ODROIDs #751 by @how2flow
To use in CPython, pip3 install adafruit-blinka
.
Read the docs for info on how to use it.