aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/setup.py.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Add RegMaps build component to MPMToni Jones2021-03-011-0/+1
| | | | | | | | | | Add RegMaps build component to MPM. The PYTHON_CHECK_MODULE is included from UHDPython in order to look up the presence of Mako. Mako is required for generating the regmaps and RegMap will be disabled without it. The RegMaps component creates custom commands for generating all regmaps, creates a Python submodule "ic_reg_maps" with a custom __init__.py file, and creates a target "ic_reg_maps" which gets installed with usrp_mpm.
* sim: Embed MPM into libpyuhdSamuel O'Brien2020-10-071-0/+1
| | | | | | | When ENABLE_SIM and ENABLE_PYTHON_API are set, this commit embeds MPM (Built with -DMPM_DEVICE=sim) into the pyuhd package. Signed-off-by: Samuel O'Brien <sam.obrien@ni.com>
* mpm: Update all license headersMartin Braun2018-02-191-2/+2
| | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
* mpm: Harmonize all license headerMartin Braun2017-12-221-16/+6
| | | | Now uses SPDX headers everywhere.
* mpm: Harmonize imports, tidy + sort modulesMartin Braun2017-12-221-0/+1
| | | | | | | | - 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: Factor out xport managers as own objectsMartin Braun2017-12-221-0/+1
| | | | | | - Move XportMgr classes out of n310.py - Subclass them there and apply N310-specific settings - Remove chdr_interfaces option from PeriphManagerBase
* mpm: Added TDC clock sync driverMartin Braun2017-12-221-1/+2
|
* mpm: Factored out common LMK04828 codeMartin Braun2017-12-221-1/+6
|
* mpm: Fixed version string for MPMMartin Braun2017-12-221-1/+1
|
* mpm: mpm reorganizationAndrej Rode2017-12-221-2/+6
|
* mpm: python refactoringAndrej Rode2017-12-221-1/+1
|
* Initial commit for N3xx development.Martin Braun2017-12-221-0/+44
- 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>