Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!) | ||||
* | rh: add support for rhodium devices | Mark Meserve | 2018-10-25 | 1 | -1/+4 |
| | | | | | | Co-authored-by: Humberto Jimenez <humberto.jimenez@ni.com> Co-authored-by: Alex Williams <alex.williams@ni.com> Co-authored-by: Derek Kozel <derek.kozel@ni.com> | ||||
* | uhd: initial commit of UHD support for E320 | Brent Stapleton | 2018-07-18 | 1 | -0/+2 |
| | | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com> | ||||
* | cmake: Add ENABLE_N300 target | Martin Braun | 2018-06-11 | 1 | -2/+6 |
| | | | | | | | | | | Driver support for N310/N300 was previously implied by ENABLE_MPMD, which had two issues: 1) It was not clear that ENABLE_MPMD was actually enabling the N3x0 2) It did not allow to enable mpmd support without N3x0 support This resolves these issues. | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -0/+1 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | eiscat: Added skeleton for dboard driver support | Martin Braun | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | Clean up build process | Martin Braun | 2017-12-22 | 1 | -25/+36 |
| | | | | | | - Removed stale files (i2c_core_100, spi_core_100) - Made more compilation condiational; disabling some devices will disable dependencies as well so they don't get compiled in by default. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | Added TwinRX daughterboard control. | Ashish Chaudhari | 2016-07-19 | 1 | -0/+4 |
| | |||||
* | UBX: Add UBX Support | michael-west | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 1 | -0/+1 |
| | |||||
* | CBX support | Nicholas Corgan | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | wbx: bring WBX into the tree | Josh Blum | 2011-11-07 | 1 | -5/+5 |
| | |||||
* | sbx: bring SBX into the tree | Josh Blum | 2011-11-07 | 1 | -3/+3 |
| | |||||
* | wbx: squashed Ben's WBX work | Josh Blum | 2011-11-07 | 1 | -0/+3 |
| | |||||
* | sbx: squashed Ben's SBX work | Josh Blum | 2011-11-07 | 1 | -1/+3 |
| | |||||
* | Port of daughterboards from wax to new property trees | Jason Abele | 2011-11-07 | 1 | -7/+7 |
| | | | | | | | | | | | Ported: Basic/LF Unknown XCVR DBSRX DBSRX2 TVRX TVRX2 | ||||
* | rfx: setup frontend property tree for rfx dboard | Josh Blum | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | usrp: work on dboard code to use subtrees to populate frontend props | Josh Blum | 2011-11-07 | 1 | -11/+11 |
| | |||||
* | Added TVRX2 support | Jason Abele | 2011-05-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'gdb_support' | Josh Blum | 2011-04-26 | 1 | -2/+3 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/dboard/CMakeLists.txt | ||||
| * | wbx: split wbx into daughterboard and granddaughterboard implementation | Josh Blum | 2011-04-26 | 1 | -2/+3 |
| | | |||||
* | | Initial SBX-ADI driver | Jason Abele | 2011-04-23 | 1 | -0/+1 |
|/ | |||||
* | uhd: use the include subdir macro to simplify the lib subdirs cmakelists | Josh Blum | 2010-12-20 | 1 | -9/+11 |
| | |||||
* | Working DBSRX2 daughterboard code | Jason Abele | 2010-11-05 | 1 | -0/+1 |
| | |||||
* | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of ↵ | Nick Foster | 2010-09-28 | 1 | -0/+1 |
| | | | | TVRX should be in there. Not debugged. | ||||
* | DBSRX support in UHD | Jason Abele | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | uhd: added checking for xcvr dbids, added unknown dboard rx and tx ↵ | Josh Blum | 2010-06-18 | 1 | -0/+1 |
| | | | | constructors (for bad dbids or combinations) | ||||
* | moved uhd lib cmake contents into respective subdirectories | Josh Blum | 2010-05-06 | 1 | -0/+26 |