Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dbsrx: implement SUBDEV_PROP_ANTENNA to give users a better error | Josh Blum | 2011-04-28 | 1 | -1/+5 |
| | |||||
* | rfx: reverted change, now prefer R divider to clock divider | Josh Blum | 2011-04-16 | 1 | -22/+17 |
| | | | | | | There seems to be some issue using lower clock rates, at least on E100, I am reverting this now until I can figure out why it happens, or until I can find a more stable way to offer this feature. | ||||
* | Merge branch 'gdb_support' | Josh Blum | 2011-04-26 | 5 | -197/+428 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/dboard/CMakeLists.txt | ||||
| * | Enhance WBX IQ balance performance through LO drive | Josh Blum | 2011-04-26 | 1 | -0/+29 |
| | | |||||
| * | wbx: split wbx into daughterboard and granddaughterboard implementation | Josh Blum | 2011-04-26 | 4 | -196/+398 |
| | | |||||
* | | Merge branch 'sbx-adi' | Josh Blum | 2011-04-26 | 2 | -0/+794 |
|\ \ | |||||
| * | | Handle antenna switching and LEDs | Jason Abele | 2011-04-23 | 1 | -36/+120 |
| | | | |||||
| * | | SBX enable LO LPF at 1.5GHz | Jason Abele | 2011-04-23 | 1 | -12/+31 |
| | | | |||||
| * | | Makes 2nd SBX proto work | Jason Abele | 2011-04-23 | 1 | -32/+47 |
| | | | |||||
| * | | Updating SBX to latest UHD | Jason Abele | 2011-04-23 | 1 | -15/+47 |
| | | | |||||
| * | | Capture characterization changes | Jason Abele | 2011-04-23 | 1 | -6/+6 |
| | | | |||||
| * | | Initial SBX-ADI driver | Jason Abele | 2011-04-23 | 2 | -0/+644 |
| |/ | |||||
* / | xcvr2450: initialize the max_power variable | Josh Blum | 2011-04-26 | 1 | -1/+1 |
|/ | |||||
* | rfx: changes to pick from the dboard clock rates and use R=1 | Josh Blum | 2011-04-18 | 1 | -17/+22 |
| | |||||
* | Updated documentation and improved XCVR RSSI calculation | Jason Abele | 2011-04-14 | 1 | -2/+11 |
| | | | | | | | | | | Documented dboard sensors Documented DBSRX2 Added description of direct conversion vs low IF for each dboard Added E1xx docs for adding refclock and pps connectors XCVR rssi calculation was in unscaled dB units Used chart in datasheet (pg 16) to rescale to dBm | ||||
* | Correct RFX400 div2 logic, makes RFX400 TX work | Jason Abele | 2011-03-31 | 1 | -3/+6 |
| | |||||
* | Merge branch 'master' into next | Josh Blum | 2011-03-10 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp | ||||
| * | TVRX: no longer muxing in noise on Q channel | Nick Foster | 2011-03-08 | 1 | -1/+1 |
| | | |||||
* | | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 5 | -25/+25 |
| | | |||||
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -2/+2 |
| | | |||||
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 8 | -8/+8 |
|/ | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | Merge branch 'sensors' into dboard_serial | Josh Blum | 2011-02-22 | 8 | -38/+66 |
|\ | |||||
| * | usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵ | Josh Blum | 2011-02-11 | 8 | -38/+66 |
| | | | | | | | | locked | ||||
* | | Make RFX400 work in UHD | Jason Abele | 2011-02-16 | 1 | -15/+13 |
|/ | | | | | RFX400 POWER_IO needs to be pulled up (pull down for other RFX) RFX400 RX Mixer has div2 built in, so no output div2 for RFX400 RX | ||||
* | TVRX: forgot to disable debug messages | Nick Foster | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | TVRX: fixed spectrum inversion on USRP1, hopefully for the last $%^&* time. | Nick Foster | 2011-01-21 | 1 | -2/+10 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 7 | -7/+7 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 8 | -89/+89 |
| | | | | double, simplifies life | ||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | uhd: replaced templated ranges with one range thing using doubles only to ↵ | Josh Blum | 2011-01-05 | 1 | -5/+5 |
| | | | | avoid trouble with compiler portability | ||||
* | xcvr2450: update comment for full duplex case | Josh Blum | 2010-12-31 | 1 | -1/+2 |
| | |||||
* | TVRX: fix bug in rf_gain_to_voltage -- we're hi-side mixing, not lo-side | Nick Foster | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 1 | -9/+11 |
| | |||||
* | dbsrx: increase setup time for dbsrx band select | Josh Blum | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | uhd: added read-back calls to dboard iface gpio settings, and optional mask | Josh Blum | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | uhd: removed windows warnings, added string formatting in usrp-n | Josh Blum | 2010-11-11 | 2 | -2/+2 |
| | |||||
* | uhd: fixed ranges stuff, export symbols and use doubles not iterators... | Josh Blum | 2010-11-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'ranges' | Josh Blum | 2010-11-11 | 6 | -69/+64 |
|\ | |||||
| * | dbsrx2: updated code for ranges use | Josh Blum | 2010-11-10 | 1 | -6/+6 |
| | | |||||
| * | uhd: added meta-range clip and implemented in dboards, fixed step calculation | Josh Blum | 2010-11-10 | 5 | -15/+18 |
| | | |||||
| * | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 5 | -60/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though) | ||||
* | | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 2 | -0/+8 |
|/ | |||||
* | added warning about rfx classic boards and dboard notes | Josh Blum | 2010-11-09 | 1 | -12/+31 |
| | |||||
* | dbsrx2: removed windows warnings, made bandwidth param a double | Josh Blum | 2010-11-05 | 1 | -11/+11 |
| | |||||
* | Added mangling for DBSRX2 i2c addresses on USRP | Jason Abele | 2010-11-05 | 1 | -10/+9 |
| | |||||
* | Adjusting rx_get and rx_set for newer keys | Jason Abele | 2010-11-05 | 1 | -30/+16 |
| | |||||
* | Working DBSRX2 daughterboard code | Jason Abele | 2010-11-05 | 2 | -0/+455 |
| | |||||
* | Fix Bandwidth for IQ subdevs on Basic/LF | Jason Abele | 2010-10-28 | 4 | -7/+17 |
| | | | | Additional typo cleanup and fix WBX bandwidth | ||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 6 | -13/+13 |
| | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
* | Added bandwidth property to all daughterboards | Jason Abele | 2010-10-25 | 7 | -9/+107 |
| | | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth |