aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp
Commit message (Collapse)AuthorAgeFilesLines
* mg: Fix minor compiler warningsMartin Braun2017-12-221-2/+0
|
* mg: Enable CAL and LO-CAL "antenna" inputsMartin Braun2017-12-221-1/+1
| | | | | For consistency, the LO-CAL antenna name is actually "LOCAL" (without the dash).
* mg: Add static gain tables and -supportMartin Braun2017-12-221-2/+2
| | | | | | | | | - Adds two new compilation units (magnesium_gain_table.* and magnesium_radio_ctrl_gain.cpp) - Static gain tables are hard-coded in that file, includes method to look up gain table entries for a given frequency and gain - DSA code moved back to accept attenuation - TX/RX switch code needed update to enable bypass for certain gains
* mg: Refactor magnesium_radio_ctrl and friendsMartin Braun2017-12-221-0/+64
- Spin out AD9371 control into its own class - Split file into multiple compilation units - Fixed many minor code formatting issues