Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |