aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_defaults.hpp
Commit message (Collapse)AuthorAgeFilesLines
* x300: New mode to configure master clock rateScott Torborg2018-11-161-3/+4
| | | | | | | | Add a new clocking mode to automatically configure arbitrary master clock rates. Co-authored-by: Brent Stapleton <brent.stapleton@ettus.com> Co-authored-by: Martin Braun <martin.braun@ettus.com>
* x300: Remove 120 MHz optionMartin Braun2018-11-071-1/+1
| | | | | None of our FPGA images support a 120 MHz master clock rate, so the UHD code should match that.
* x300: Use constrained_argsMartin Braun2018-08-101-1/+2
| | | | | | | x300_impl will now use a constrained_device_args_t-derived object to parse device args. No API or functional changes.
* x300: Move defaults to their own headerMartin Braun2018-08-101-0/+107
Also puts all defaults into the uhd::usrp::x300 namespace. This commit does some renaming and refactoring, but no functional changes.