aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/mykonos/ad937x_device.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mg: bring up linksMark Meserve2017-12-221-8/+8
|
* mpm: Major refactoringMartin Braun2017-12-221-23/+19
| | | | | | - Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python
* mpm: Fixed a plethora of SPI-related issuesMartin Braun2017-12-221-16/+27
|
* ad9371: Added JESD init functionalityMark Meserve2017-12-221-102/+133
|
* mpm: Improved ad937x codeMark Meserve2017-12-221-40/+136
| | | | | | - Add gain control pin configuration - Fixed gcc compilation - Better docstrings
* mpm: Minor modifications to ad937x controlsMartin Braun2017-12-221-25/+24
| | | | | - Made rates a vector instead of set for better compat w/ RPC and UHD - Minor whitespace fixes
* mpm: Rearchitecture of AD9371 code to use ctrl/device paradigmMark Meserve2017-12-221-192/+374
|
* Initial commit for N3xx development.Martin Braun2017-12-221-0/+334
- 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>