aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/lib/dboards/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* mpm: initial commit of E320 codeBrent Stapleton2018-07-181-1/+5
| | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com>
* mpm: Use configurable components for build systemAlex Williams2018-04-181-2/+2
| | | | | For a minimal build, default to off for components unless the MPM_DEVICE or the user requests it specifically.
* mpm: break up device compilationBrent Stapleton2018-03-051-4/+5
| | | | Breaking up dboard compilation based on the target MPM_DEVICE.
* mpm: Harmonize all license headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* mpm: eiscat: magnesium: Removed C++-only SPI ifacesMartin Braun2017-12-221-2/+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 driverMartin Braun2017-12-221-0/+1
|
* mpm: Major refactoringMartin Braun2017-12-221-0/+26
- Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python