Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
* | | ADC gain control works. | Nick Foster | 2010-07-28 | 1 | -4/+8 |
| | | | | | | | | Separated digital gain and fine gain correction into separate buckets. Changed the rounding policy of gain_group to floor() rather than round(). | ||||
* | | ADC SPI works. ADC gain interface "works". | Nick Foster | 2010-07-28 | 1 | -1/+1 |
| | | |||||
* | | Added gain support for USRP2+ ADC. | Nick Foster | 2010-07-27 | 1 | -6/+21 |
| | | |||||
* | | Host-side changes to work with the USRP2+. | Nick Foster | 2010-07-26 | 1 | -2/+30 |
|/ | | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+ | ||||
* | usrp2 regs naming convention | Josh Blum | 2010-06-04 | 1 | -2/+2 |
| | |||||
* | Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts. | Josh Blum | 2010-06-04 | 1 | -5/+5 |
| | |||||
* | fix to ad9777 dac control | Josh Blum | 2010-05-13 | 1 | -2/+2 |
| | |||||
* | Added a place for serdes control on the host. | Josh Blum | 2010-05-10 | 1 | -3/+3 |
| | | | | | Fix bug in codec control. Comment out some clock control in fw code. | ||||
* | Moved adc and dac control into codec control source file. | Josh Blum | 2010-05-10 | 1 | -0/+91 |
The codec control powers down the chips on destruction. |