Commit graph

12 commits

Author SHA1 Message Date
Martin Braun
99c2730bc9 Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width 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).
2016-11-08 08:02:22 -08:00
Ashish Chaudhari
b0ad2ec29f adf435x: Refactored ADF435X control code
- 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
2016-02-12 11:13:20 -08:00
Ben Hilburn
c8454c9f6a Rectifying a great embarassement in UHD. %s/Mhz/MHz. 2014-10-07 13:58:05 +02:00
Ben Hilburn
ff1546f813 Pushing the bulk of UHD-3.7.0 code. 2014-02-14 12:05:07 -08:00
Nicholas Corgan
6cdc9cdd5b 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation
* 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
2014-01-24 07:17:42 -08:00
Ashish Chaudhari
c0bf255bcd sbx: bugfix#55 and refactored ADF435X tuning code in the SBX driver. 2013-11-13 16:51:26 -08:00
Josh Blum
09de3c0768 sbx/wbx: clear R/N counters before tuning the LO
This helps consistent phase offset between mixers when a timed tune is performed.
2012-08-08 12:48:40 -07:00
Josh Blum
035c1b39a9 sbx: various fixes and tweaks for locking 2012-03-23 14:36:57 -07:00
Josh Blum
05a9c61051 sbx: mods for PLL sync reset 2012-03-23 14:36:57 -07:00
Josh Blum
40576b23bf sbx: no readback during tuning, cache lock detect status when read 2012-03-23 14:36:57 -07:00
Josh Blum
8e398397ed sbx: bring SBX into the tree 2011-11-07 11:21:24 -08:00
Josh Blum
a0e9612f7a sbx: squashed Ben's SBX work 2011-11-07 11:21:24 -08:00