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: eiscat: magnesium: Removed C++-only SPI ifaces | Martin Braun | 2017-12-22 | 1 | -3/+0 |
| | | | | | | | - EISCAT is now Python only with the exception of the definition of the SPI ifaces - Magnesium uses a Python-generated SPI iface - Removed SPI lock from EISCAT dboard | ||||
* | mpm: eiscat: Added first pass at EISCAT dboard driver | Martin Braun | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | mpm: Exposed spi regs iface factory to Python | Martin Braun | 2017-12-22 | 1 | -1/+2 |
| | |||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -8/+6 |
| | | | | | | - Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python | ||||
* | mpm: Enabled LMK controls in Python | Martin Braun | 2017-12-22 | 1 | -4/+3 |
| | |||||
* | lmk: Update LMK04828 driver with values for Magnesium | Derek Kozel | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | mpm: mpm reorganization | Andrej Rode | 2017-12-22 | 1 | -5/+2 |
| | |||||
* | mpm: fixup for spi and ad937x path changes | Mark Meserve | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: move public includes into include/ | Martin Braun | 2017-12-22 | 1 | -5/+5 |
| | |||||
* | mpm: python refactoring | Andrej Rode | 2017-12-22 | 1 | -9/+44 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 1 | -0/+19 |
- 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> |