mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +01:00
0abca6a109
Leaving it for now as circuitpython needs some thoughs to implement into the buildroot system.
9 lines
222 B
Plaintext
9 lines
222 B
Plaintext
config BR2_PACKAGE_PYTHON_PYFTDI
|
|
bool "python-pyftdi"
|
|
select BR2_PACKAGE_PYTHON_PYSERIAL # runtime
|
|
select BR2_PACKAGE_PYTHON_PYUSB # runtime
|
|
help
|
|
FTDI device driver (pure Python).
|
|
|
|
http://github.com/eblot/pyftdi
|