aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/dboards/magnesium_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mpm: mg: Pass deserializer_lane_xbar to ad937x_configTrung N Tran2018-01-121-2/+3
| | | | | | | | | Slot A and Slot B are different in how the JESD lanes are connected. We now pass in different deserializer_lane_xbar config values for each slot. Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Daniel Jepson <daniel.jepson@ettus.com> Reviewed-by: Mark Meserve <mark.meserve@ni.com>
* mpm: Harmonize all license headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* mpm: eiscat: magnesium: Removed C++-only SPI ifacesMartin Braun2017-12-221-3/+0
| | | | | | | - 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: Major refactoringMartin Braun2017-12-221-0/+39
- Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python