aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_wbx_version2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* logging: Demoted more DEBUG to TRACEMartin Braun2017-04-061-1/+1
|
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-5/+5
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+1
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default)michael-west2016-08-111-5/+8
|
* adf435x: Refactored ADF435X control codeAshish Chaudhari2016-02-121-90/+24
| | | | | | - 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
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-4/+4
| | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw
* usrp3: Added new GPIO ATR 3000 coreAshish Chaudhari2015-09-291-9/+9
| | | | | | | | - Refactored GPIO ATR definitions - Added new 3000 core with a more efficient API - Added a separate db_gpio_atr core to control the ATR bus - Ported b2xx, e3xx and x3xx to the new core - Minor cleanup
* 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-8/+25
|
* 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidationNicholas Corgan2014-01-241-133/+58
| | | | | | | * 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/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.
* wbx: dont sync for lower rates so we can lockJosh Blum2012-06-081-7/+12
|
* Merge branch 'master' into nextJosh Blum2012-04-211-2/+2
|\
| * mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-3/+3
| | | | | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* | dboard: updated timed sync stuff for wbx* sbx*Josh Blum2012-04-201-11/+15
|/
* Clip WBX target freq before computing LO settingsJason Abele2011-11-081-0/+3
|
* wbx: fixed typo because it should txJosh Blum2011-11-071-1/+1
|
* wbx: bring WBX into the treeJosh Blum2011-11-071-99/+31
|
* wbx: squashed Ben's WBX workJosh Blum2011-11-071-0/+394