aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_unknown.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | double, simplifies life
* uhd: fixed ranges stuff, export symbols and use doubles not iterators...Josh Blum2010-11-111-2/+2
|
* added warning about rfx classic boards and dboard notesJosh Blum2010-11-091-12/+31
|
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-2/+2
| | | | | | 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-1/+22
| | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth
* usrp: added subdev enabled propertyJosh Blum2010-09-301-0/+14
| | | | | | | | | | 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
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-8/+4
| | | | simplifies the code after the property set/get declaration
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-12/+4
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-8/+0
| | | | (it wasnt used)
* uhd: added checking for xcvr dbids, added unknown dboard rx and tx ↵Josh Blum2010-06-181-0/+265
constructors (for bad dbids or combinations)