aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_wbx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wbx: split wbx into daughterboard and granddaughterboard implementationJosh Blum2011-04-261-677/+0
|
* 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-4/+15
| | | | 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-17/+17
| | | | double, simplifies life
* uhd: added meta-range clip and implemented in dboards, fixed step calculationJosh Blum2010-11-101-5/+4
|
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-10/+10
| | | | | | | | | | | | | | 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)
* Fix Bandwidth for IQ subdevs on Basic/LFJason Abele2010-10-281-2/+2
| | | | Additional typo cleanup and fix WBX bandwidth
* 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-0/+21
| | | | | 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
* wbx: fix for id swap typoJosh Blum2010-09-281-1/+1
|
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-18/+14
| | | | 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)
* wbx: removed print after freq clipJosh Blum2010-07-161-4/+0
|
* Change WBX frequency range to match actual VCO/divider possiblesJason Abele2010-07-161-1/+6
|
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-181-2/+1
|\
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵Josh Blum2010-06-181-2/+1
| | | | | | | | dboard code
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-171-1/+1
|/
* replaced the assert falses with an invalid code path exceptionJosh Blum2010-06-021-2/+2
|
* Refactor WBX and RFX to use conventions more like XCVRJason Abele2010-06-011-109/+146
|
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-241-1/+3
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* init values in dboards to remove gcc warningsJosh Blum2010-05-181-1/+1
|
* code tweaks to get wbx compiling with masterJosh Blum2010-05-041-5/+5
|
* Fixed unguarded debug messageJason Abele2010-05-041-3/+5
|
* First working RX/TX WBX in UHDJason Abele2010-05-041-7/+11
|
* Fixed SPI register lengthJason Abele2010-05-041-10/+19
|
* Fixed casts in set_freq and attenuator bit maskJason Abele2010-05-031-9/+11
|
* First pass WBX code, it compilesJason Abele2010-05-031-120/+212
|
* Added first wbx dboard codeJason Abele2010-04-261-0/+504