aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/codec_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-2/+2
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
|
* N210: initialize codec gains so it doesn't barf if you call get_rx_gain ↵Nick Foster2011-02-031-0/+6
| | | | before set_rx_gain.
* Merge branch 'next'Josh Blum2011-01-191-6/+6
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/codec_impl.cpp
| * next: generalized the GPS interface to any USRP device. just give it a ↵Nick Foster2011-01-171-1/+1
| | | | | | | | | | | | | | function to write/read strings to UART. not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though. gps interface for usrp2 is disabled right now in mboard_impl.
| * uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
| |
| * uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-5/+5
| | | | | | | | double, simplifies life
* | master: fixed N210 analog ADC gain to "on" to fix RFX noise issueNick Foster2011-01-191-2/+2
|/
* 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