Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | N210: changes for rev 4 support | Nick Foster | 2011-05-18 | 1 | -0/+24 |
| | |||||
* | usrp2: moved register map into #defines, entries for new dsp frontend | Josh Blum | 2011-05-17 | 1 | -2/+2 |
| | | | | also fixes irq rb | ||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -4/+2 |
| | |||||
* | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 1 | -4/+4 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'next' | Josh Blum | 2011-01-19 | 1 | -4/+4 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp2/codec_impl.cpp | ||||
| * | 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 | -2/+2 |
| | | | | | | | | double, simplifies life | ||||
* | | master: fixed N210 analog ADC gain to "on" to fix RFX noise issue | Nick Foster | 2011-01-19 | 1 | -1/+2 |
|/ | |||||
* | usrp-n: set ad9777 mod mode to transmit above nyquist of DSP | Josh Blum | 2010-12-03 | 1 | -1/+22 |
| | |||||
* | usrp2: made enums for the rev types and implemented in code | Josh Blum | 2010-11-11 | 1 | -27/+58 |
| | |||||
* | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵ | Nick Foster | 2010-11-10 | 1 | -5/+5 |
| | | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib. | ||||
* | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 1 | -5/+5 |
| | | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays. | ||||
* | 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. |