Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ad937x: revise ad937x_device | Mark Meserve | 2017-12-22 | 1 | -8/+8 |
| | | | | | | add comments add TODOs fix set_gain return value | ||||
* | mg: replace bind with lambda in ad937x_device | Mark Meserve | 2017-12-22 | 1 | -49/+56 |
| | |||||
* | mg: add const where possible in ad937x_device | Mark Meserve | 2017-12-22 | 1 | -41/+41 |
| | |||||
* | mg: make timeout values uint32_t | Mark Meserve | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | adi: update arm_version function signature | Mark Meserve | 2017-12-22 | 1 | -1/+19 |
| | |||||
* | mpm: ad937x: Updated controls | Mark Meserve | 2017-12-22 | 1 | -225/+385 |
| | |||||
* | mg: General fixes | Mark Meserve | 2017-12-22 | 1 | -111/+111 |
| | | | | | - Make DB probe-able - Add RPC client | ||||
* | mg: bring up links | Mark Meserve | 2017-12-22 | 1 | -8/+8 |
| | |||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -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 issues | Martin Braun | 2017-12-22 | 1 | -16/+27 |
| | |||||
* | ad9371: Added JESD init functionality | Mark Meserve | 2017-12-22 | 1 | -102/+133 |
| | |||||
* | mpm: Improved ad937x code | Mark Meserve | 2017-12-22 | 1 | -40/+136 |
| | | | | | | - Add gain control pin configuration - Fixed gcc compilation - Better docstrings | ||||
* | mpm: Minor modifications to ad937x controls | Martin Braun | 2017-12-22 | 1 | -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 paradigm | Mark Meserve | 2017-12-22 | 1 | -192/+374 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -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> |