aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_device_args.hpp
Commit message (Collapse)AuthorAgeFilesLines
* x300: Remove 120 MHz optionMartin Braun2018-11-071-2/+0
| | | | | 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-0/+182
x300_impl will now use a constrained_device_args_t-derived object to parse device args. No API or functional changes.