Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -13/+2 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: UIOs now open only when necessary | Brent Stapleton | 2017-12-22 | 1 | -17/+22 |
| | | | | | | | Refactoring to use the C++-based UIO objects. The Liberio and Ethernet objects now open the UIO before using it, and close it once done. Reviewed-By: Martin Braun <martin.braun@ettus.com> | ||||
* | mpm: Harmonize imports, tidy + sort modules | Martin Braun | 2017-12-22 | 1 | -3/+3 |
| | | | | | | | | - 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 | ||||
* | n3xx: added args for ethernet crossover path | sugandhagupta | 2017-12-22 | 1 | -3/+15 |
| | |||||
* | mpm: Added eth table preloading capability | Martin Braun | 2017-12-22 | 1 | -3/+7 |
| | |||||
* | mpm: Made code Python3-compatible | Martin Braun | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | mpm: Added ethernet dispatcher code for N310 | Martin Braun | 2017-12-22 | 1 | -0/+117 |