Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp1: wrap around for DAC tuning outside 1st nyquist | Josh Blum | 2012-06-28 | 1 | -1/+8 |
| | |||||
* | usrp1: revert calculation for DAC freq outside of 1st Nyquist | Josh Blum | 2012-06-28 | 1 | -36/+2 |
| | | | | This patch does not work. A possibile solution will be added to master. | ||||
* | usrp1: removed print from codec_ctrl last commit | Josh Blum | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | Fixing USRP1 aliasing logic | Nicholas Corgan | 2012-05-17 | 1 | -2/+36 |
| | |||||
* | usrp1: removed unused files from impl dir | Josh Blum | 2011-07-01 | 1 | -2/+0 |
| | |||||
* | usrp1: implemented properties interface on usrp1 | Josh Blum | 2011-07-01 | 1 | -16/+8 |
| | |||||
* | uhd: added more SAFE_CALL macros to hardware wrapper dtors | Josh Blum | 2011-06-10 | 1 | -3/+3 |
| | | | | And removed the calls on the sptr resets (not needed now). | ||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -26/+21 |
| | |||||
* | usrp1: fixed codec ctrl aux adc read (didnt start conversions) + cleaned-up ↵ | Josh Blum | 2011-03-30 | 1 | -44/+29 |
| | | | | logic | ||||
* | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 1 | -4/+4 |
| | |||||
* | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | usrp1: work on usrp1 hardware compat with the api | Josh Blum | 2011-01-17 | 1 | -0/+6 |
| | | | | | | today we added shutoff the DAC when not transmitting using EOB as an indicator added various other features and cleaned up code for soft time control | ||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -15/+15 |
| | | | | double, simplifies life | ||||
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | 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) | ||||
* | TVRX: works for USRP and USRP2. | Nick Foster | 2010-09-29 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into tvrx_uhd | Nick Foster | 2010-09-28 | 1 | -2/+2 |
|\ | |||||
| * | usrp1: fixes to remove warnings and errors for usrp1 + libusb windows | Josh Blum | 2010-09-23 | 1 | -2/+2 |
| | | |||||
* | | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of ↵ | Nick Foster | 2010-09-28 | 1 | -0/+13 |
|/ | | | | TVRX should be in there. Not debugged. | ||||
* | usrp1: Disable default codec debug output | Thomas Tsou | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | usrp1: codec pga gain control fix | Josh Blum | 2010-08-26 | 1 | -14/+14 |
| | |||||
* | usrp1: Change codec transmit gain scaling | Thomas Tsou | 2010-08-19 | 1 | -2/+2 |
| | | | | | | The AD9862 datasheet states that maximum gain is achieved with a value of 111111 (0x3f), however, empirical testing reveals that the gain scaling value spans the full register width of 8-bits. | ||||
* | usrp1: Remove codec gain TODO comments | Thomas Tsou | 2010-08-19 | 1 | -3/+3 |
| | |||||
* | usrp1: Refactor mboard tuning code | Thomas Tsou | 2010-08-18 | 1 | -88/+76 |
| | |||||
* | usrp1: created daughterboard duality | Josh Blum | 2010-08-15 | 1 | -8/+8 |
| | | | | | | everything that should have two is now stored into a dictionary of slot to type the set and get functions are now bound with a third argument for dboard slot the dboard iface has yet to be completed with the correct registers for a vs b | ||||
* | usrp1: compiling off next branch | Josh Blum | 2010-08-15 | 1 | -4/+4 |
| | | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control | ||||
* | usrp1: Add usrp1 implementation | Thomas Tsou | 2010-08-13 | 1 | -0/+441 |