aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* wbx: updating the code to allow full range of the VCO.Ben Hilburn2012-11-071-1/+1
|
* wbx v4: fixing the drivers for the new rev of the WBX boardBen Hilburn2012-11-071-16/+37
|
* xcvr2450: disable transmit PAs when receivingJosh Blum2012-08-011-2/+2
|
* xcvr2450: fix to disable LO offset for TX sideJosh Blum2012-06-181-1/+1
| | | | | | | | | | XCVR2450 has a common LO for RX and TX. The use LO offset should be the same for both sides. When different, a tune for one side will override the other side, because the DSP will not know the compensation factor after the other side is tuned. Setting both use_lo_offset to false is how this was pre 3.4 release.
* dbsrx: limit the USRP1 + DBSRX GPIO clock rate to 4MHzJosh Blum2012-03-261-1/+8
| | | | | This fixes the lockup/clocking condition when the following hw combo is used: USRP1 r4.5 + DBSRX + another i2c board
* 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
* Make DBSRX* set default bandwidth based on codec rateJason Abele2012-03-112-2/+7
|
* Fix RSSI measurementJason Abele2012-03-112-18/+4
| | | | | | Improve incorrect calculation in XCVR Remove RFX rssi sensor due to limited dynamic range giving strange results
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-1/+1
|
* Fixing TX mixer disable, maxing out attenuation when not in use.Ben Hilburn2012-02-072-57/+39
|
* Fixing ADF4351 dividers, even though they won't get used.Ben Hilburn2012-02-071-2/+2
|
* Random formatting while reading through ATR.Ben Hilburn2012-02-071-16/+37
|
* Swap I/Q on transmitJason Abele2012-01-271-1/+1
|
* sbx: fix dboard tuning to cache resultJosh Blum2012-01-054-23/+5
|
* basic: minor fix for copy paste typoJosh Blum2011-12-201-1/+1
|
* Make WBX v3+ TX set max attenuation when idleJason Abele2011-12-162-12/+21
| | | | | | | Because WBX v3+ uses digital step attenuator for TX gain control we can set max attenuation via ATR when WBX is in RX_ONLY or IDLE This will reduce the LO leakage during non-transmit times
* tvrx: adjust returned lo freq to compensate for negative cordic shiftJosh Blum2011-12-151-0/+7
|
* tvrx: fixes for tvrx since the property tree workJosh Blum2011-12-151-6/+6
|
* Make TX disable mixer when idle to avoid LO leakageJason Abele2011-12-051-2/+2
|
* dbsrx: set initial freq and bw filter after clocks enabledJosh Blum2011-11-211-4/+8
|
* basic: fix basic db center freq to always zeroJosh Blum2011-11-201-2/+5
|
* Updates to accommodate loopback calibration modeJason Abele2011-11-114-30/+71
| | | | Added CAL antenna to WBX, SBX and RFX
* Clip WBX target freq before computing LO settingsJason Abele2011-11-083-0/+9
|
* uhd: removed wax and props utilsJosh Blum2011-11-072-3/+2
|
* Updated typos in XCVR2450 dboard property tree codeJason Abele2011-11-071-6/+6
|
* wbx: fixed typo because it should txJosh Blum2011-11-073-3/+3
|
* wbx: bring WBX into the treeJosh Blum2011-11-077-654/+188
|
* sbx: bring SBX into the treeJosh Blum2011-11-075-246/+79
|
* wbx: squashed Ben's WBX workJosh Blum2011-11-077-461/+1446
|
* sbx: squashed Ben's SBX workJosh Blum2011-11-075-403/+742
|
* basic: disable dboard clocks by defaultJosh Blum2011-11-071-4/+4
|
* Port of daughterboards from wax to new property treesJason Abele2011-11-079-1249/+572
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* rfx: setup frontend property tree for rfx dboardJosh Blum2011-11-072-257/+65
|
* usrp: work on dboard code to use subtrees to populate frontend propsJosh Blum2011-11-071-11/+11
|
* basic/lf: keep dboard clocks disabled (should be by default)Josh Blum2011-10-271-2/+2
|
* Make unknown db complain usefully about antenna selectionJason Abele2011-09-211-4/+4
|
* wbx: fix bug in wbxv3 tx gain readback calculationJosh Blum2011-09-081-1/+1
|
* xcvr2450: fix the locking at marginal frequenciesJosh Blum2011-09-011-0/+11
|
* usrp: dboard sensors fix, populate for tvrx, and should be empty on ↵Josh Blum2011-08-183-4/+8
| | | | basics/unknown
* SBX: fix typo in freq rangeNick Foster2011-08-111-1/+1
|
* Merge branch 'master' into nextJosh Blum2011-07-182-18/+34
|\ | | | | | | | | Conflicts: host/lib/convert/convert_fc64_with_sse2.cpp
| * Updates to WBX dboard driver for version 3 supportJason Abele2011-07-152-18/+34
| | | | | | | | Use step attenuator for TX gain control
| * Fix rounding in DBSRX2 tuningJason Abele2011-07-081-1/+1
| |
* | Fix rounding in DBSRX2 tuningJason Abele2011-07-081-1/+1
| |
* | usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-2911-11/+0
| |
* | usrp2: restored discovery and most of io_implJosh Blum2011-06-272-0/+16
|/
* WBX: Add support for WBX v3 daughterboardsJason Abele2011-06-163-14/+91
|
* b100: added b100 host (squashed)Josh Blum2011-06-141-0/+2
|
* uhd: added safe call on a few dboard related deconstructorsJosh Blum2011-06-102-2/+4
|
* wbx: mixers always enabled, ant switches always definedJosh Blum2011-06-022-7/+6
|