aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_sbx_common.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2017-07-171-3/+26
|\
| * cbx: turn on LO LPF at <2GHz instead of <1.5GHzMark Meserve2017-06-301-3/+26
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+1
|/
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-3/+3
| | | | | | | | 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).
* dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-261-3/+3
| | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL
* adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-121-2/+17
| | | | | | - 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
* MSVC 2015 compatibilityNicholas Corgan2015-07-301-2/+2
|
* Fix for BUG #683: UHD: Need to factor out MAX287x code for UBX and CBXmichael-west2015-04-101-1/+6
| | | | | - Factored out MAX287x code into common header file - Added necessary code for MAX2871 synchronization.
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-3/+3
|
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-43/+9
| | | | | | | * 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-0/+28
|
* CBX supportNicholas Corgan2013-06-071-1/+27
|
* Disabling the SBX mixer and baseband amp causes griefJason Abele2012-03-161-1/+1
| | | | | Some ADA4927 / AD5380 combinations do not appreciate being disabled, so lets not disable them
* Fixing TX mixer disable, maxing out attenuation when not in use.Ben Hilburn2012-02-071-4/+4
|
* sbx: fix dboard tuning to cache resultJosh Blum2012-01-051-2/+0
|
* Make TX disable mixer when idle to avoid LO leakageJason Abele2011-12-051-2/+2
|
* Updates to accommodate loopback calibration modeJason Abele2011-11-111-2/+2
| | | | Added CAL antenna to WBX, SBX and RFX
* sbx: bring SBX into the treeJosh Blum2011-11-071-11/+5
|
* sbx: squashed Ben's SBX workJosh Blum2011-11-071-0/+233