aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_rfx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rectifying a great embarassement in UHD. %s/Mhz/MHz.Ben Hilburn2014-10-071-2/+2
|
* RFX: added support for calibration utilsJosh Blum2012-06-121-1/+1
| | | | | Special CAL RX antenna rule: keep mixer enabled to reduce transients. 0 dB gains settings for RX and TX to deal with RFX sensitivity range.
* Merge branch 'master' into nextJosh Blum2012-04-211-2/+16
|\
| * mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-3/+17
| | | | | | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* | dboard: updated timed sync stuff for wbx* sbx*Josh Blum2012-04-201-2/+2
|/
* Fix RSSI measurementJason Abele2012-03-111-16/+2
| | | | | | Improve incorrect calculation in XCVR Remove RFX rssi sensor due to limited dynamic range giving strange results
* Updates to accommodate loopback calibration modeJason Abele2011-11-111-7/+23
| | | | Added CAL antenna to WBX, SBX and RFX
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-0/+4
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* rfx: setup frontend property tree for rfx dboardJosh Blum2011-11-071-256/+64
|
* 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-7/+3
| | | | | 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-5/+4
|
* Added RSSI sensor for RFX series (not rfx400)Jason Abele2011-05-021-6/+29
|
* rfx: reverted change, now prefer R divider to clock dividerJosh Blum2011-04-161-22/+17
| | | | | | There seems to be some issue using lower clock rates, at least on E100, I am reverting this now until I can figure out why it happens, or until I can find a more stable way to offer this feature.
* rfx: changes to pick from the dboard clock rates and use R=1Josh Blum2011-04-181-17/+22
|
* Correct RFX400 div2 logic, makes RFX400 TX workJason Abele2011-03-311-3/+6
|
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-1/+1
|
* 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
* Merge branch 'sensors' into dboard_serialJosh Blum2011-02-221-4/+15
|\
| * usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵Josh Blum2011-02-111-4/+15
| | | | | | | | locked
* | Make RFX400 work in UHDJason Abele2011-02-161-15/+13
|/ | | | | RFX400 POWER_IO needs to be pulled up (pull down for other RFX) RFX400 RX Mixer has div2 built in, so no output div2 for RFX400 RX
* 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-14/+14
| | | | double, simplifies life
* uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-111-1/+1
|
* uhd: added meta-range clip and implemented in dboards, fixed step calculationJosh Blum2010-11-101-1/+1
|
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-21/+19
| | | | | | | | | | | | | | 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: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-201-6/+6
|
* 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-15/+11
| | | | simplifies the code after the property set/get declaration
* Propogate gain range into RX pga0 helper for RFX boardsJason Abele2010-08-021-3/+4
|
* Fixes gain range for rfx400 vs other rfxJason Abele2010-08-021-6/+20
|
* 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)
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-181-14/+10
|\
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵Josh Blum2010-06-181-14/+10
| | | | | | | | dboard code
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-171-1/+1
|/
* Fixed USRP2 aux_dac numbering conventionJason Abele2010-06-111-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-22/+26
|
* 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.
* rfx dboard code minor refactor to look more like xcvr2450 codeJosh Blum2010-05-191-43/+73
|
* init values in dboards to remove gcc warningsJosh Blum2010-05-181-2/+2
|
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-2/+2
| | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-021-7/+7
|
* Renamed the prop set/get error macros so they make sense for not-implemented ↵Josh Blum2010-04-261-4/+4
| | | | properties.
* added lock detect status to dboardsJosh Blum2010-04-261-0/+17
|
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-5/+5
|