aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_unknown.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-190/+56
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* Make unknown db complain usefully about antenna selectionJason Abele2011-09-211-4/+4
|
* usrp: dboard sensors fix, populate for tvrx, and should be empty on ↵Josh Blum2011-08-181-2/+2
| | | | basics/unknown
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* usrp2: restored discovery and most of io_implJosh Blum2011-06-271-0/+8
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-9/+5
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* 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-8/+0
| | | | 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-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)