aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_sbx_version3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-2/+2
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-121-86/+25
| | | | | | - 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
* Rectifying a great embarassement in UHD. %s/Mhz/MHz.Ben Hilburn2014-10-071-2/+2
|
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-141-3/+5
|
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-4/+18
| | | | | | | * 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
* sbx: bugfix#55 and refactored ADF435X tuning code in the SBX driver.Ashish Chaudhari2013-11-131-88/+30
|
* sbx/wbx: clear R/N counters before tuning the LOJosh Blum2012-08-081-0/+5
| | | | This helps consistent phase offset between mixers when a timed tune is performed.
* sbx: various fixes and tweaks for lockingJosh Blum2012-03-231-4/+3
|
* sbx: mods for PLL sync resetJosh Blum2012-03-231-3/+6
|
* sbx: no readback during tuning, cache lock detect status when readJosh Blum2012-03-231-3/+3
|
* sbx: bring SBX into the treeJosh Blum2011-11-071-2/+2
|
* sbx: squashed Ben's SBX workJosh Blum2011-11-071-0/+186