aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/sysfs_gpio.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: sysfsgpio: Allow to filter by parent deviceTrung Tran2017-12-221-11/+22
| | | | | | There are cases where we need to specify a parent device in order to disambiguate GPIO devices with the same label. This lets you passing in a parent udev device to clarify.
* mpm: minor change trace log of sysfs_gpioTrung N Tran2017-12-221-2/+3
|
* n310: add init value for sysfs_gpioTrung N Tran2017-12-221-3/+10
|
* mpm: Removed gratuitous encode(), safer udev lookupsMartin Braun2017-12-221-3/+2
| | | | | - Udev lookups now just return empty lists when they can't find anything - Made SPI dev interface factory Py2/3 safe
* mpm: Made code Python3-compatibleMartin Braun2017-12-221-0/+2
|
* mpm: Replaced xrange with range for better Python future-proofingMartin Braun2017-12-221-1/+1
|
* mpm: Added driver for sysfs-based gpiosMartin Braun2017-12-221-0/+179