Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -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 code | Ashish Chaudhari | 2016-02-12 | 1 | -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 Hilburn | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 1 | -3/+5 |
| | |||||
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -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 Chaudhari | 2013-11-13 | 1 | -88/+30 |
| | |||||
* | sbx/wbx: clear R/N counters before tuning the LO | Josh Blum | 2012-08-08 | 1 | -0/+5 |
| | | | | This helps consistent phase offset between mixers when a timed tune is performed. | ||||
* | sbx: various fixes and tweaks for locking | Josh Blum | 2012-03-23 | 1 | -4/+3 |
| | |||||
* | sbx: mods for PLL sync reset | Josh Blum | 2012-03-23 | 1 | -3/+6 |
| | |||||
* | sbx: no readback during tuning, cache lock detect status when read | Josh Blum | 2012-03-23 | 1 | -3/+3 |
| | |||||
* | sbx: bring SBX into the tree | Josh Blum | 2011-11-07 | 1 | -2/+2 |
| | |||||
* | sbx: squashed Ben's SBX work | Josh Blum | 2011-11-07 | 1 | -0/+186 |