summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* Correct RFX400 div2 logic, makes RFX400 TX workJason Abele2011-03-311-3/+6
|
* Merge branch 'master' into nextJosh Blum2011-03-101-1/+1
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp
| * TVRX: no longer muxing in noise on Q channelNick Foster2011-03-081-1/+1
| |
* | uhd: switch algorithm namespace to uhdJosh Blum2011-02-245-25/+25
| |
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
| |
* | uhd: renamed the assert header to assert hasJosh Blum2011-02-248-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_serialJosh Blum2011-02-228-38/+66
|\
| * usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-118-38/+66
| | | | | | | | locked
* | Make RFX400 work in UHDJason Abele2011-02-161-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 messagesNick Foster2011-01-211-1/+1
|
* TVRX: fixed spectrum inversion on USRP1, hopefully for the last $%^&* time.Nick Foster2011-01-211-2/+10
|
* uhd: update copyright dates on host codeJosh Blum2011-01-137-7/+7
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-118-89/+89
| | | | double, simplifies life
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* uhd: replaced templated ranges with one range thing using doubles only to ↵Josh Blum2011-01-051-5/+5
| | | | avoid trouble with compiler portability
* xcvr2450: update comment for full duplex caseJosh Blum2010-12-311-1/+2
|
* TVRX: fix bug in rf_gain_to_voltage -- we're hi-side mixing, not lo-sideNick Foster2010-12-281-1/+1
|
* uhd: use the include subdir macro to simplify the lib subdirs cmakelistsJosh Blum2010-12-201-9/+11
|
* dbsrx: increase setup time for dbsrx band selectJosh Blum2010-12-181-1/+1
|
* uhd: added read-back calls to dboard iface gpio settings, and optional maskJosh Blum2010-11-261-1/+1
|
* uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-112-2/+2
|
* uhd: fixed ranges stuff, export symbols and use doubles not iterators...Josh Blum2010-11-111-2/+2
|
* Merge branch 'ranges'Josh Blum2010-11-116-69/+64
|\
| * dbsrx2: updated code for ranges useJosh Blum2010-11-101-6/+6
| |
| * uhd: added meta-range clip and implemented in dboards, fixed step calculationJosh Blum2010-11-105-15/+18
| |
| * uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-105-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 branchJosh Blum2010-11-112-0/+8
|/
* added warning about rfx classic boards and dboard notesJosh Blum2010-11-091-12/+31
|
* dbsrx2: removed windows warnings, made bandwidth param a doubleJosh Blum2010-11-051-11/+11
|
* Added mangling for DBSRX2 i2c addresses on USRPJason Abele2010-11-051-10/+9
|
* Adjusting rx_get and rx_set for newer keysJason Abele2010-11-051-30/+16
|
* Working DBSRX2 daughterboard codeJason Abele2010-11-052-0/+455
|
* Fix Bandwidth for IQ subdevs on Basic/LFJason Abele2010-10-284-7/+17
| | | | Additional typo cleanup and fix WBX bandwidth
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-266-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 daughterboardsJason Abele2010-10-257-9/+107
| | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth
* dbsrx: reject asymmetric clocks (odd divisors)Josh Blum2010-10-221-0/+2
|
* usrp: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-203-14/+9
|
* uhd: remove some warnings in MSVC and with typo in xcvr2450Josh Blum2010-10-191-1/+1
|
* usrp: change the bandwidth param to a double (its a frequency), add set and ↵Josh Blum2010-10-192-22/+16
| | | | gets for BW in the wrappers
* Enhance XCVR2450 to clip for high/low band tuning and add bandwidth propertyJason Abele2010-10-121-3/+144
|
* Merge branch 'dbsrx_clock_div'Josh Blum2010-10-111-10/+12
|\
| * DBSRX: Fixed some ASSERT statements.Nick Foster2010-10-111-8/+8
| |
| * Fixed Assertions to better document tuning failuresJason Abele2010-10-081-6/+8
| |
* | TVRX documentation and a bugfix in the cal table. Named the antenna "RX".Nick Foster2010-10-081-3/+3
|/
* tvrx: added enabled prop to set and getJosh Blum2010-10-081-0/+8
|
* Merge branch 'subdev_enable' into nextJosh Blum2010-10-086-0/+77
|\
| * usrp: added subdev enabled propertyJosh Blum2010-09-306-0/+77
| | | | | | | | | | | | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested
* | tvrx: converted floats to doubles to avoid msvc warningsJosh Blum2010-10-071-55/+55
| |
* | TVRX: fixed antenna prop enumerationNick Foster2010-10-011-2/+2
| |
* | TVRX: Fixed to properly calculate alias frequencies.Nick Foster2010-09-301-4/+20
| |