aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/chips
Commit message (Collapse)AuthorAgeFilesLines
* mpm: eiscat: magnesium: Removed C++-only SPI ifacesMartin Braun2017-12-222-43/+3
| | | | | | | - 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-222-0/+95
- Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python