mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
python-spidev: new package
Python module for interfacing with SPI devices from user space via the spidev linux kernel driver. [Thomas: fix <pkg>_LICENSE_FILES.] Cc: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
26e0d500b5
commit
6a3a9784db
7
package/python-spidev/Config.in
Normal file
7
package/python-spidev/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_SPIDEV
|
||||
bool "python-spidev"
|
||||
help
|
||||
Python module for interfacing with SPI devices from user
|
||||
space via the spidev linux kernel driver.
|
||||
|
||||
https://pypi.python.org/pypi/spidev
|
||||
Reference in New Issue
Block a user