Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mg: add const where possible in ad937x_device | Mark Meserve | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | mpm: ad937x: Updated controls | Mark Meserve | 2017-12-22 | 1 | -5/+23 |
| | |||||
* | mg: General fixes | Mark Meserve | 2017-12-22 | 1 | -7/+13 |
| | | | | | - Make DB probe-able - Add RPC client | ||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -3/+6 |
| | | | | | | - 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/+2 |
| | |||||
* | ad9371: Added JESD init functionality | Mark Meserve | 2017-12-22 | 1 | -6/+16 |
| | |||||
* | mpm: Improved ad937x code | Mark Meserve | 2017-12-22 | 1 | -29/+20 |
| | | | | | | - 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 |
| | |||||
* | ad9371: cleanup ctrl | Mark Meserve | 2017-12-22 | 1 | -1/+0 |
| | | | | | | 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 | -1/+1 |
| | |||||
* | mpm: move public includes into include/ | Martin Braun | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | mpm: Rearchitecture of AD9371 code to use ctrl/device paradigm | Mark Meserve | 2017-12-22 | 1 | -62/+73 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+92 |
- 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> |