mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
config BR2_PACKAGE_PYTHON_CAN
|
|
bool "python-can"
|
|
select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3 # runtime
|
|
help
|
|
This module provides controller area network support for
|
|
Python.
|
|
|
|
https://bitbucket.org/hardbyte/python-can
|