Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: update cmake to find the correct python3 | Trung Tran | 2018-04-17 | 1 | -6/+6 |
| | | | | | | | We need to set it before including UHDPython.cmake where PythonInterp is set without version requirement. Reviewed-by: Martin Braun <martin.braun@ettus.com> | ||||
* | mpm: cmake: Add git hash and version info to Python module | Martin Braun | 2018-04-02 | 1 | -15/+38 |
| | | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | mpm: cmake: Make default install path /usr | Martin Braun | 2018-03-05 | 1 | -5/+14 |
| | |||||
* | mpm: Rename n310 to n3xx | Martin Braun | 2018-03-05 | 1 | -2/+2 |
| | | | | | This module (and class) are, in fact, used for all N3xx-derivates so renaming it is the more correct thing to do. | ||||
* | mpm: cmake: Disable Python 2 | Martin Braun | 2018-01-04 | 1 | -19/+4 |
| | | | | | Removing Python 2 makes repo management for MPM a lot easier, and it's 2018 after all. | ||||
* | mpm: systemd: Add a systemd service file for MPM | Moritz Fischer | 2018-01-04 | 1 | -0/+1 |
| | | | | | | Add a service file to start MPM on bootup via systemd. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -0/+5 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: fix cmake on windows targets | Mark Meserve | 2017-12-22 | 1 | -1/+8 |
| | |||||
* | mpm/cmake: Remove invalid additional Python versions | Martin Braun | 2017-12-22 | 1 | -1/+5 |
| | |||||
* | mpm: Cleaned up CMake, made Python version an option | Martin Braun | 2017-12-22 | 1 | -3/+14 |
| | |||||
* | mpm: Made CMake more future-proof w.r.t. newer Boost and Python | Martin Braun | 2017-12-22 | 1 | -3/+2 |
| | |||||
* | mpm: libusrp-periphs: Add SOVERSION and VERSION | Moritz Fischer | 2017-12-22 | 1 | -0/+7 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | mpm: Fix missing library install | Moritz Fischer | 2017-12-22 | 1 | -0/+1 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -1/+0 |
| | | | | | | - Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python | ||||
* | mpm: CMake cleanup, Python code enhancements | Andrej Rode | 2017-12-22 | 1 | -11/+26 |
| | | | | | - Send user defined data in ping - Improve rpc_shell, add mpm_debug.py, fix tracebacks in multiprocessing | ||||
* | mpm: python refactoring | Andrej Rode | 2017-12-22 | 1 | -11/+17 |
| | |||||
* | mpm: cleanup CMakeLists, fixup minor bugs | Andrej Rode | 2017-12-22 | 1 | -11/+6 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+112 |
- 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> |