aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm
Commit message (Collapse)AuthorAgeFilesLines
* mpm: eiscat: magnesium: Removed C++-only SPI ifacesMartin Braun2017-12-223-24/+55
| | | | | | | - EISCAT is now Python only with the exception of the definition of the SPI ifaces - Magnesium uses a Python-generated SPI iface - Removed SPI lock from EISCAT dboard
* mpm: n310: Added driver for port expander and ref clock selectionMartin Braun2017-12-221-3/+118
|
* mpm: Added driver for sysfs-based gpiosMartin Braun2017-12-222-3/+183
|
* mpm: Added more to the EISCAT bringup sequenceMartin Braun2017-12-221-86/+133
|
* mpm: eiscat: Added first pass at EISCAT dboard driverMartin Braun2017-12-224-7/+581
|
* n3xx: Moved Mykonos reset to UIOMartin Braun2017-12-222-9/+7
| | | | Note: This requires a new FPGA image, or Mykonos simply won't reset.
* mpm: Improved udev identification of SPI device nodesMartin Braun2017-12-225-29/+22
|
* mpm: Added more generic UIO lookupMartin Braun2017-12-224-51/+106
|
* mpm: Removed exception handling for periph manager importMartin Braun2017-12-221-4/+1
|
* mpm: Moved over to new logging infrastructureMartin Braun2017-12-2214-99/+293
| | | | Also currently hardcodes some settings.
* mpm: Added NI JESD core controllerMartin Braun2017-12-221-0/+144
|
* mpm: comment out functionality to make it workAndrej Rode2017-12-226-57/+142
| | | | | | | | - 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 reorganizationAndrej Rode2017-12-2221-181/+537
|
* mpm: Added uio control classMartin Braun2017-12-221-0/+68
|
* mpm: CMake cleanup, Python code enhancementsAndrej Rode2017-12-2214-89/+259
| | | | | - Send user defined data in ping - Improve rpc_shell, add mpm_debug.py, fix tracebacks in multiprocessing
* mpm: python refactoringAndrej Rode2017-12-2214-42/+376
|
* Initial commit for N3xx development.Martin Braun2017-12-227-0/+355
- 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>