1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-10 08:50:54 +01:00

12 lines
460 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_PYTHON_ADAFRUIT_BLINKA
bool "python-adafruit-blinka"
select BR2_PACKAGE_PYTHON_ADAFRUIT_CIRCUITPYTHON_TYPING # runtime
select BR2_PACKAGE_PYTHON_ADAFRUIT_PLATFORMDETECT # runtime
select BR2_PACKAGE_PYTHON_ADAFRUIT_PUREIO # runtime
select BR2_PACKAGE_PYTHON_PYFTDI # runtime
help
CircuitPython APIs for non-CircuitPython versions of Python
such as CPython on Linux and MicroPython.
https://github.com/adafruit/Adafruit_Blinka