Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm/mpmd: Call init() during UHD session init, not on hwd spawn | Martin Braun | 2017-12-22 | 1 | -9/+33 |
| | |||||
* | mpm: RPC servers own methods can no longer be overwritten | Martin Braun | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | mpm: Improved token checking in RPC server | Martin Braun | 2017-12-22 | 1 | -8/+31 |
| | |||||
* | mpm: Addition Py3k fixes, all related to string/UTF-8/ascii differences | Martin Braun | 2017-12-22 | 1 | -14/+24 |
| | | | | - Also fixed some error handling in various cases | ||||
* | mpm: Made code Python3-compatible | Martin Braun | 2017-12-22 | 1 | -0/+3 |
| | |||||
* | mpm: RPC server now provides decorators for no token and no RPC | Martin Braun | 2017-12-22 | 1 | -22/+47 |
| | | | | - Also token length is now variable, and 16 characters | ||||
* | mpm: RPC server unitializes a device when claim is lost | Martin Braun | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | mpm: Enabled mboard EEPROM readout | Martin Braun | 2017-12-22 | 1 | -2/+1 |
| | |||||
* | mpm: Updating ref clock frequency will propagate to dboard, changed slot ↵ | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | | | | indexing to numbers | ||||
* | mpm: Moved over to new logging infrastructure | Martin Braun | 2017-12-22 | 1 | -18/+11 |
| | | | | Also currently hardcodes some settings. | ||||
* | mpm: comment out functionality to make it work | Andrej Rode | 2017-12-22 | 1 | -7/+5 |
| | | | | | | | | - add uio udev find routine - add debug prints Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | mpm: mpm reorganization | Andrej Rode | 2017-12-22 | 1 | -41/+161 |
| | |||||
* | mpm: CMake cleanup, Python code enhancements | Andrej Rode | 2017-12-22 | 1 | -27/+64 |
| | | | | | - 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 | -1/+4 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+69 |
- 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> |