Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: spi: Added 16-bit SPI transactions | Mark Meserve | 2017-12-22 | 2 | -4/+28 |
| | | | | | - Adds convenience method to read 16-bit SPI transactions - Fixes peek16 in spi_regs_iface to actually use 16-bit transactions | ||||
* | mpm: spi: Added 16-bit access to SPI regs | Martin Braun | 2017-12-22 | 1 | -1/+30 |
| | |||||
* | mpm: Enabled selection of SPI mode | Martin Braun | 2017-12-22 | 2 | -6/+10 |
| | |||||
* | mpm: Exposed spi regs iface factory to Python | Martin Braun | 2017-12-22 | 1 | -0/+20 |
| | |||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 5 | -108/+319 |
| | | | | | | - Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python | ||||
* | spidev: initialize cs_change | Mark Meserve | 2017-12-22 | 1 | -2/+3 |
| | |||||
* | mpm: Fixed a plethora of SPI-related issues | Martin Braun | 2017-12-22 | 1 | -8/+29 |
| | |||||
* | mpm: clean up spi | Mark Meserve | 2017-12-22 | 5 | -227/+0 |
| | | | | | remove spi_lock remove ad9371 spi_config types | ||||
* | ad9371: whitespace cleanup | Mark Meserve | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | mpm: move public includes into include/ | Martin Braun | 2017-12-22 | 3 | -36/+1 |
| | |||||
* | mpm: cleanup CMakeLists, fixup minor bugs | Andrej Rode | 2017-12-22 | 2 | -3/+3 |
| | |||||
* | Initial commit for N3xx development. | Martin Braun | 2017-12-22 | 8 | -0/+422 |
- 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> |