Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: initial commit of E320 code | Brent Stapleton | 2018-07-18 | 1 | -3/+17 |
| | | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com> | ||||
* | mpm: add device-specific Boost.Python bindings | Brent Stapleton | 2018-04-18 | 1 | -1/+4 |
| | | | | | | Separating Boost.Python bindings into device-specific files. N3XX code now lives in n3xx/pyusrp_periphs. Only one src file should be added for pyusrp_periphs.so by CMake. | ||||
* | mpm: Use configurable components for build system | Alex Williams | 2018-04-18 | 1 | -0/+1 |
| | | | | | For a minimal build, default to off for components unless the MPM_DEVICE or the user requests it specifically. | ||||
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -13/+2 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | n3xx bist: Added SFP loopback tests | Martin Braun | 2017-12-22 | 1 | -1/+2 |
| | |||||
* | mpm/n310: Added Aurora BIST code | Martin Braun | 2017-12-22 | 1 | -2/+4 |
| | |||||
* | mpm: Cleaned up CMake, made Python version an option | Martin Braun | 2017-12-22 | 1 | -41/+0 |
| | |||||
* | mpm: Made CMake more future-proof w.r.t. newer Boost and Python | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: mpm reorganization | Andrej Rode | 2017-12-22 | 1 | -5/+1 |
| | |||||
* | mpm: CMake cleanup, Python code enhancements | Andrej Rode | 2017-12-22 | 1 | -3/+10 |
| | | | | | - Send user defined data in ping - Improve rpc_shell, add mpm_debug.py, fix tracebacks in multiprocessing | ||||
* | mpm: move public includes into include/ | Martin Braun | 2017-12-22 | 1 | -0/+38 |
| | |||||
* | mpm: python refactoring | Andrej Rode | 2017-12-22 | 1 | -9/+10 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+56 |
- Creates mpm/ subdirectory - First pass at hardware daemon/MPM - New code for LMK04828, AD9371 - spidev integration Contributions by: Martin Braun <martin.braun@ettus.com> Derek Kozel <derek.kozel@ettus.com> Mark Meserve <mark.meserve@ni.com> Andrej Rode <andrej.rode@ettus.com> |