aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_dbsrx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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