aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/dtoverlay.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Harmonize imports, tidy + sort modulesMartin Braun2017-12-221-129/+0
| | | | | | | | - Moved nijesdcore to cores/ - Moved udev, net, dtoverlay, uio to sys_utils/ - Made all imports non-relative (except in __init__.py files) - Removed some unnecessary imports - Reordered some imports for Python conventions
* mpm: Made code Python3-compatibleMartin Braun2017-12-221-1/+1
|
* mpm: dt overlay handling: Better error handling, fewer FIXMEsMartin Braun2017-12-221-5/+23
|
* mpm: Added auto-loading of dboard-specific overlaysMartin Braun2017-12-221-0/+111