Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xcvr2450: disable transmit PAs when receiving | Josh Blum | 2012-08-01 | 1 | -2/+2 |
| | |||||
* | xcvr2450: fix to disable LO offset for TX side | Josh Blum | 2012-06-18 | 1 | -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. | ||||
* | Fix RSSI measurement | Jason Abele | 2012-03-11 | 1 | -2/+2 |
| | | | | | | Improve incorrect calculation in XCVR Remove RFX rssi sensor due to limited dynamic range giving strange results | ||||
* | Swap I/Q on transmit | Jason Abele | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | Updated typos in XCVR2450 dboard property tree code | Jason Abele | 2011-11-07 | 1 | -6/+6 |
| | |||||
* | Port of daughterboards from wax to new property trees | Jason Abele | 2011-11-07 | 1 | -258/+139 |
| | | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2 | ||||
* | xcvr2450: fix the locking at marginal frequencies | Josh Blum | 2011-09-01 | 1 | -0/+11 |
| | |||||
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 1 | -1/+0 |
| | |||||
* | uhd: added safe call on a few dboard related deconstructors | Josh Blum | 2011-06-10 | 1 | -1/+2 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -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 Blum | 2011-05-04 | 1 | -8/+7 |
| | |||||
* | xcvr2450: initialize the max_power variable | Josh Blum | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | Updated documentation and improved XCVR RSSI calculation | Jason Abele | 2011-04-14 | 1 | -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 uhd | Josh Blum | 2011-02-24 | 1 | -7/+7 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -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 Blum | 2011-02-11 | 1 | -6/+19 |
| | | | | locked | ||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -18/+18 |
| | | | | double, simplifies life | ||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | uhd: replaced templated ranges with one range thing using doubles only to ↵ | Josh Blum | 2011-01-05 | 1 | -5/+5 |
| | | | | avoid trouble with compiler portability | ||||
* | xcvr2450: update comment for full duplex case | Josh Blum | 2010-12-31 | 1 | -1/+2 |
| | |||||
* | uhd: added meta-range clip and implemented in dboards, fixed step calculation | Josh Blum | 2010-11-10 | 1 | -3/+7 |
| | |||||
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -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 daughterboards | Jason Abele | 2010-10-25 | 1 | -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 xcvr2450 | Josh Blum | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | usrp: change the bandwidth param to a double (its a frequency), add set and ↵ | Josh Blum | 2010-10-19 | 1 | -10/+10 |
| | | | | gets for BW in the wrappers | ||||
* | Enhance XCVR2450 to clip for high/low band tuning and add bandwidth property | Jason Abele | 2010-10-12 | 1 | -3/+144 |
| | |||||
* | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 1 | -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 Blum | 2010-08-15 | 1 | -18/+14 |
| | | | | simplifies the code after the property set/get declaration | ||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -12/+4 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -8/+0 |
| | | | | (it wasnt used) | ||||
* | Merge branch 'burn_dbid' into pre_merge | Josh Blum | 2010-06-18 | 1 | -2/+1 |
|\ | |||||
| * | uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵ | Josh Blum | 2010-06-18 | 1 | -2/+1 |
| | | | | | | | | dboard code | ||||
* | | uhd: added enums for aux adc and dac, usrp2: implemented enums in db iface | Josh Blum | 2010-06-17 | 1 | -1/+1 |
|/ | |||||
* | replaced the assert falses with an invalid code path exception | Josh Blum | 2010-06-02 | 1 | -3/+3 |
| | |||||
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -1/+3 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | fixed exception case | Josh Blum | 2010-05-05 | 1 | -2/+1 |
| | |||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -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 Blum | 2010-05-02 | 1 | -3/+3 |
| | |||||
* | fixed windows warnings | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | |||||
* | Added RSSI readback to XCVR2450. | Josh Blum | 2010-04-26 | 1 | -0/+17 |
| | | | | also fixed spi readback typo in u2 iface | ||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | | | | properties. | ||||
* | added lock detect status to dboards | Josh Blum | 2010-04-26 | 1 | -0/+16 |
| | |||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -2/+2 |
| | |||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -7/+8 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | XCVR seems to be working, fixed the spi reset routine. | Josh Blum | 2010-04-23 | 1 | -7/+15 |
| | |||||
* | XCVR tweaks, working in highband and lowband. | Josh Blum | 2010-04-23 | 1 | -6/+17 |
| | | | | Also, fixed the tx mux calculation. | ||||
* | xcvr tweaks and fixes, needs real testing | Josh Blum | 2010-04-22 | 1 | -18/+24 |
| | |||||
* | filled in xcvr tuning, set gain, spi reset | Josh Blum | 2010-04-22 | 1 | -14/+151 |
| | |||||
* | added regs for max2829 | Josh Blum | 2010-04-22 | 1 | -12/+17 |
| | |||||
* | added dboard app notes | Josh Blum | 2010-04-22 | 1 | -1/+2 |
| |