aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/fe_connection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-261-4/+4
| | | | | | | | boost::regex was a requirement until the minimum version of gcc was increased. Since it is at version 5.3 now, using Boost.Regex is no longer necessary. This change is a pure search-and-replace; Boost and std versions of regex are compatible and use the same syntax.
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* usrp: Added fe_connection type and unit testAshish Chaudhari2016-03-211-0/+67
- Wraps a sampling mode and IF frequency - Built-in parser to deduce swap,invert,mode bits from string connection