Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -13/+2 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: ad937x: Make log functions go through central logger | Martin Braun | 2017-12-22 | 1 | -5/+26 |
| | | | | Reviewed-By: Mark Meserve <mark.meserve@ni.com> | ||||
* | ad937x: address TODOs in adi_ctrl | Mark Meserve | 2017-12-22 | 1 | -10/+44 |
| | | | | | change error outputs add comments to some functions | ||||
* | mg: bring up links | Mark Meserve | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -36/+22 |
| | | | | | | - 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 | -7/+12 |
| | |||||
* | 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 | -3/+2 |
| | | | | | | 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 | -5/+5 |
| | |||||
* | mpm: Rearchitecture of AD9371 code to use ctrl/device paradigm | Mark Meserve | 2017-12-22 | 1 | -66/+136 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+215 |
- 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> |