aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* mpm: initial commit of E320 codeBrent Stapleton2018-07-181-3/+17
| | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com>
* mpm: add device-specific Boost.Python bindingsBrent Stapleton2018-04-181-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 systemAlex Williams2018-04-181-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 headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* n3xx bist: Added SFP loopback testsMartin Braun2017-12-221-1/+2
|
* mpm/n310: Added Aurora BIST codeMartin Braun2017-12-221-2/+4
|
* mpm: Cleaned up CMake, made Python version an optionMartin Braun2017-12-221-41/+0
|
* mpm: Made CMake more future-proof w.r.t. newer Boost and PythonMartin Braun2017-12-221-1/+1
|
* mpm: mpm reorganizationAndrej Rode2017-12-221-5/+1
|
* mpm: CMake cleanup, Python code enhancementsAndrej Rode2017-12-221-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 Braun2017-12-221-0/+38
|
* mpm: python refactoringAndrej Rode2017-12-221-9/+10
|
* Initial commit for N3xx development.Martin Braun2017-12-221-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>