aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit for N3xx development.Martin Braun2017-12-221-0/+1
| | | | | | | | | | | | | | - 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>
* Clean up build processMartin Braun2017-12-221-4/+9
| | | | | | - Removed stale files (i2c_core_100, spi_core_100) - Made more compilation condiational; disabling some devices will disable dependencies as well so they don't get compiled in by default.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* TwinRX: Added ADF5356 synth and TwinRX Rev C supportDerek Kozel2017-12-081-1/+1
| | | | | | | | | ADF5355 and ADF5356 support merged into adf535x class Default register values moved into regmap Reviewed-By: Martin Braun <martin.braun@ettus.com> Reviewed-By: Ashish Chaudhari <ashish@ettus.com> Reviewed-By: Mark Meserve <mark.meserve@ni.com>
* n230: Fold in module fka usrp3_fw_ctrl_ifaceMartin Braun2017-02-201-1/+0
|
* twinrx: Added ADF5355 control moduleAshish Chaudhari2016-07-191-0/+1
| | | | | - Added regmap - Added controller class
* adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-121-1/+1
| | | | | | - Removed adf435x_common and replaced with a real encapsulated interface - Looks similar to the MAX287X code - Updated all DB classes to use the new common code
* Merge branch 'maint'Martin Braun2016-01-211-3/+1
|\
| * cmake: removed unnecessary includeNicholas Corgan2016-01-181-3/+1
| |
* | n230: Added N230 device supportAshish Chaudhari2016-01-051-0/+1
|/
* ad9361/b200/e300: Refactored AD936x + perifs managementMartin Braun2015-07-291-0/+1
| | | | | | - Created AD936x manager class - Moved functionality from B2x0 and E310 into manager - Separated property tree + perifs initialization in both device classes
* ad9361: Renamed ad9361_impl.c to ad9361_device.cppAshish Chaudhari2014-08-121-6/+1
|
* b200, ad9361: Cleanup up AD9361 driverAshish Chaudhari2014-08-121-2/+0
| | | | | - Removed transaction interface - Made the driver a C++ class
* b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-011-0/+9
| | | | | | | - Switched to FPGA SPI engine - Moved firmware AD9361 driver to UHD - Bumped FW compat to 5, FPGA compat to 4 - Known Issue: AD9361 SPI rate is too slow
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-0/+1
| | | | | | | * Added support for new CBX-120, SBX-120, and WBX-120 daughterboards * Added implementation of Integer-N tuning for all CBX, SBX, and WBX daughterboards * Added --int-n option to examples to show how to use Integer-N tuning API * Removed duplicate ADF4350/ADF4351 code and moved it to common/adf435x_common.cpp
* uhd: squashed support modules for usrp3 fpga coresJosh Blum2013-07-191-1/+3
|
* usrp: added fifo_ctrl_excelsior for FIFO control + async msgsJosh Blum2012-07-021-1/+2
| | | | | | The fifo_ctrl_excelsior is the host code for dealing with E100/B100 control messages and async messages. It also has the SPI implementation. Timed commands are implemented on top of this code.
* usrp: basically working iq cal on txJosh Blum2011-11-101-0/+1
|
* usrp: created common code to demux an rx stream (b100, e100)Josh Blum2011-07-011-2/+7
|
* usrp: added validate_subdev_spec to all io_implsJosh Blum2011-07-011-1/+1
|
* usrp: moved fx2 stuff into common folderJosh Blum2011-07-011-0/+29