Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: ad937x: Updated controls | Mark Meserve | 2017-12-22 | 1 | -0/+21 |
| | |||||
* | mg: General fixes | Mark Meserve | 2017-12-22 | 1 | -14/+3 |
| | | | | | - Make DB probe-able - Add RPC client | ||||
* | mpm: Added peek/poke interface to ad937x_ctrl | Martin Braun | 2017-12-22 | 1 | -0/+12 |
| | |||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -12/+18 |
| | | | | | | - 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 issues | Martin Braun | 2017-12-22 | 1 | -2/+5 |
| | |||||
* | ad9371: Added JESD init functionality | Mark Meserve | 2017-12-22 | 1 | -0/+65 |
| | |||||
* | mpm: Improved ad937x code | Mark Meserve | 2017-12-22 | 1 | -10/+65 |
| | | | | | | - Add gain control pin configuration - Fixed gcc compilation - Better docstrings | ||||
* | mpm: fixup for spi and ad937x path changes | Mark Meserve | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: clean up spi | Mark Meserve | 2017-12-22 | 1 | -18/+18 |
| | | | | | remove spi_lock remove ad9371 spi_config types | ||||
* | ad9371: cleanup ctrl | Mark Meserve | 2017-12-22 | 1 | -49/+49 |
| | | | | | | remove device forward declaration make helper functions local to ad9371_ctrl.cpp fix UHD include paths | ||||
* | ad9371: whitespace cleanup | Mark Meserve | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | mpm: move public includes into include/ | Martin Braun | 2017-12-22 | 1 | -16/+18 |
| | |||||
* | mpm: Minor modifications to ad937x controls | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | | | | | - 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 paradigm | Mark Meserve | 2017-12-22 | 1 | -370/+72 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+565 |
- 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> |