aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/codec_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed windows warnings, added string formatting in usrp-nJosh Blum2010-11-111-7/+7
|
* usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-2/+16
|
* usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-13/+13
|
* U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵Nick Foster2010-11-101-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 Foster2010-10-121-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 Foster2010-10-121-2/+2
| | | | with hardware revisions.
* Change to get codec_impl to compile, dur.Nick Foster2010-08-251-11/+11
| | | | Changed memory map to correspond to new tx_policy code.
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-6/+2
|\
| * uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-6/+2
| | | | | | | | simplifies the code after the property set/get declaration
| * usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+96
|
* ADC gain control works.Nick Foster2010-07-281-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 Foster2010-07-281-0/+5
|
* Added gain support for USRP2+ ADC.Nick Foster2010-07-271-3/+60
|
* usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-231-0/+96