Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: spi: Added 16-bit SPI transactions | Mark Meserve | 2017-12-22 | 1 | -2/+2 |
| | | | | | - 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 | 1 | -1/+2 |
| | |||||
* | mpm: Exposed spi regs iface factory to Python | Martin Braun | 2017-12-22 | 1 | -0/+20 |
| | |||||
* | mpm: Major refactoring | Martin Braun | 2017-12-22 | 1 | -0/+100 |
- Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python |