aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_dbsrx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-11/+11
|
* mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-1/+1
| | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* 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
* Make DBSRX* set default bandwidth based on codec rateJason Abele2012-03-111-1/+2
|
* dbsrx: set initial freq and bw filter after clocks enabledJosh Blum2011-11-211-4/+8
|
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-134/+66
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-17/+9
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)Josh Blum2011-05-041-16/+15
|
* dbsrx: implement SUBDEV_PROP_ANTENNA to give users a better errorJosh Blum2011-04-281-1/+5
|
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-8/+8
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-111-2/+8
| | | | locked
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-11/+11
| | | | double, simplifies life
* dbsrx: increase setup time for dbsrx band selectJosh Blum2010-12-181-1/+1
|
* Merge branch 'ranges'Josh Blum2010-11-111-8/+8
|\
| * uhd: added meta-range clip and implemented in dboards, fixed step calculationJosh Blum2010-11-101-3/+3
| |
| * uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-111-0/+3
|/
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-4/+4
| | | | | | 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-251-2/+2
| | | | | 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-201-7/+2
|
* usrp: change the bandwidth param to a double (its a frequency), add set and ↵Josh Blum2010-10-191-12/+6
| | | | gets for BW in the wrappers
* DBSRX: Fixed some ASSERT statements.Nick Foster2010-10-111-8/+8
|
* Fixed Assertions to better document tuning failuresJason Abele2010-10-081-6/+8
|
* usrp: added subdev enabled propertyJosh Blum2010-09-301-0/+7
| | | | | | | | | | 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
* usrp1: work on gpio clock divider for dbsrx, still not lockingJosh Blum2010-08-301-1/+6
|
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-22/+7
| | | | simplifies the code after the property set/get declaration
* usrp: replaced mboard name with special props for dboard ifaceJosh Blum2010-08-141-17/+14
|
* dbsrx: fix msvc warningsJosh Blum2010-08-061-5/+6
|
* Fix DBSRX tuning and filter bandwidthJason Abele2010-08-051-53/+117
|
* DBSRX support in UHDJason Abele2010-08-041-0/+545