Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: removed windows warnings, added string formatting in usrp-n | Josh Blum | 2010-11-11 | 1 | -7/+7 |
| | |||||
* | usrp-n: populated name properties to use the generated cname from iface | Josh Blum | 2010-11-11 | 1 | -2/+16 |
| | |||||
* | usrp2: made enums for the rev types and implemented in code | Josh Blum | 2010-11-11 | 1 | -13/+13 |
| | |||||
* | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵ | Nick Foster | 2010-11-10 | 1 | -2/+2 |
| | | | | | | 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 | -2/+2 |
| | | | | | | 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. | ||||
* | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵ | Nick Foster | 2010-10-12 | 1 | -2/+2 |
| | | | | with hardware revisions. | ||||
* | Change to get codec_impl to compile, dur. | Nick Foster | 2010-08-25 | 1 | -11/+11 |
| | | | | Changed memory map to correspond to new tx_policy code. | ||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-18 | 1 | -6/+2 |
|\ | |||||
| * | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -6/+2 |
| | | | | | | | | simplifies the code after the property set/get declaration | ||||
| * | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+96 |
| | |||||
* | ADC gain control works. | Nick Foster | 2010-07-28 | 1 | -3/+8 |
| | | | | Separated digital gain and fine gain correction into separate buckets. Changed the rounding policy of gain_group to floor() rather than round(). | ||||
* | Added gain range property to rx_codec_get. | Nick Foster | 2010-07-28 | 1 | -0/+5 |
| | |||||
* | Added gain support for USRP2+ ADC. | Nick Foster | 2010-07-27 | 1 | -3/+60 |
| | |||||
* | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-23 | 1 | -0/+96 |