aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_xcvr2450.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2017-06-271-1/+1
|\
| * Revert "xcvr: Query ref clock, not ADC/DAC clock"Martin Braun2017-06-261-1/+1
| | | | | | | | This reverts commit 60920644aa33d1a6f7a4dac30bdb890b9bc4301f.
* | logging: Demoted more DEBUG to TRACEMartin Braun2017-04-061-6/+6
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-10/+10
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+2
|/ | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-3/+3
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* xcvr: Removed some compiler warningsMartin Braun2016-10-271-1/+1
|
* xcvr: Query ref clock, not ADC/DAC clockMartin Braun2016-09-291-1/+1
| | | | | On the USRP2 and N2x0, these values are the same, but on the X3x0, they might differ.
* dboard: Made dboard class dtors virtualAshish Chaudhari2016-02-261-1/+1
| | | | | - Interface and all base classes have virtual destructors - Wrapped UBX dtor in UHD_SAFE_CALL
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-11/+11
| | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw
* usrp3: Added new GPIO ATR 3000 coreAshish Chaudhari2015-09-291-11/+11
| | | | | | | | - Refactored GPIO ATR definitions - Added new 3000 core with a more efficient API - Added a separate db_gpio_atr core to control the ATR bus - Ported b2xx, e3xx and x3xx to the new core - Minor cleanup
* Merge branch 'maint34' into maintNicholas Corgan2012-12-181-1/+12
|\
| * Fix syntax in XCVR driver.Nick Foster2012-12-041-3/+3
| |
| * xcvr2450: created xcvr2450 r21 that uses external dividerJosh Blum2012-12-041-1/+12
| |
* | Merge branch 'maint'Josh Blum2012-08-011-1/+1
|\|
| * xcvr2450: disable transmit PAs when receivingJosh Blum2012-08-011-2/+2
| |
* | Merge branch 'maint'Josh Blum2012-06-181-1/+1
|\|
| * xcvr2450: fix to disable LO offset for TX sideJosh Blum2012-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | XCVR2450 has a common LO for RX and TX. The use LO offset should be the same for both sides. When different, a tune for one side will override the other side, because the DSP will not know the compensation factor after the other side is tuned. Setting both use_lo_offset to false is how this was pre 3.4 release.
* | mboard id's are now more concise (codenames are separated, for example), and ↵Nicholas Corgan2012-04-201-3/+3
|/ | | | dboard subdev names are more descriptive (RFX RX is now RFX1200 RX, etc)
* Fix RSSI measurementJason Abele2012-03-111-2/+2
| | | | | | Improve incorrect calculation in XCVR Remove RFX rssi sensor due to limited dynamic range giving strange results
* Swap I/Q on transmitJason Abele2012-01-271-1/+1
|
* Updated typos in XCVR2450 dboard property tree codeJason Abele2011-11-071-6/+6
|
* Port of daughterboards from wax to new property treesJason Abele2011-11-071-258/+139
| | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2
* xcvr2450: fix the locking at marginal frequenciesJosh Blum2011-09-011-0/+11
|
* usrp: deleted a bunch on obsoleted files in usrp directoryJosh Blum2011-06-291-1/+0
|
* uhd: added safe call on a few dboard related deconstructorsJosh Blum2011-06-101-1/+2
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-1/+0
| | | | | 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-8/+7
|
* xcvr2450: initialize the max_power variableJosh Blum2011-04-261-1/+1
|
* Updated documentation and improved XCVR RSSI calculationJason Abele2011-04-141-2/+11
| | | | | | | | | | Documented dboard sensors Documented DBSRX2 Added description of direct conversion vs low IF for each dboard Added E1xx docs for adding refclock and pps connectors XCVR rssi calculation was in unscaled dB units Used chart in datasheet (pg 16) to rescale to dBm
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-7/+7
|
* 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-6/+19
| | | | locked
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-18/+18
| | | | double, simplifies life
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* uhd: replaced templated ranges with one range thing using doubles only to ↵Josh Blum2011-01-051-5/+5
| | | | avoid trouble with compiler portability
* xcvr2450: update comment for full duplex caseJosh Blum2010-12-311-1/+2
|
* uhd: added meta-range clip and implemented in dboards, fixed step calculationJosh Blum2010-11-101-3/+7
|
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-14/+8
| | | | | | | | | | | | | | 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)
* Added bandwidth property to all daughterboardsJason Abele2010-10-251-4/+4
| | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth
* uhd: remove some warnings in MSVC and with typo in xcvr2450Josh Blum2010-10-191-1/+1
|
* usrp: change the bandwidth param to a double (its a frequency), add set and ↵Josh Blum2010-10-191-10/+10
| | | | gets for BW in the wrappers
* Enhance XCVR2450 to clip for high/low band tuning and add bandwidth propertyJason Abele2010-10-121-3/+144
|
* 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-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)
* 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
|/