Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2017-07-17 | 1 | -3/+26 |
|\ | |||||
| * | cbx: turn on LO LPF at <2GHz instead of <1.5GHz | Mark Meserve | 2017-06-30 | 1 | -3/+26 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+1 |
|/ | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -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 virtual | Ashish Chaudhari | 2016-02-26 | 1 | -3/+3 |
| | | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL | ||||
* | adf435x: Refactored ADF435X control code | Ashish Chaudhari | 2016-02-12 | 1 | -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 compatibility | Nicholas Corgan | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | Fix for BUG #683: UHD: Need to factor out MAX287x code for UBX and CBX | michael-west | 2015-04-10 | 1 | -1/+6 |
| | | | | | - Factored out MAX287x code into common header file - Added necessary code for MAX2871 synchronization. | ||||
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -3/+3 |
| | |||||
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -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 Chaudhari | 2013-11-13 | 1 | -0/+28 |
| | |||||
* | CBX support | Nicholas Corgan | 2013-06-07 | 1 | -1/+27 |
| | |||||
* | Disabling the SBX mixer and baseband amp causes grief | Jason Abele | 2012-03-16 | 1 | -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 Hilburn | 2012-02-07 | 1 | -4/+4 |
| | |||||
* | sbx: fix dboard tuning to cache result | Josh Blum | 2012-01-05 | 1 | -2/+0 |
| | |||||
* | Make TX disable mixer when idle to avoid LO leakage | Jason Abele | 2011-12-05 | 1 | -2/+2 |
| | |||||
* | Updates to accommodate loopback calibration mode | Jason Abele | 2011-11-11 | 1 | -2/+2 |
| | | | | Added CAL antenna to WBX, SBX and RFX | ||||
* | sbx: bring SBX into the tree | Josh Blum | 2011-11-07 | 1 | -11/+5 |
| | |||||
* | sbx: squashed Ben's SBX work | Josh Blum | 2011-11-07 | 1 | -0/+233 |