Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devtese: Change default Python interpreter to 3 | Martin Braun | 2019-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | Usually, devtest is run via make (or ninja), and will use the correct Python interpreter. When running directly on the command line, it is important to pick the right Python interpreter so it will work with the Python API. Here, we change the default interpreter from Python 2 to 3, because that's the more common version, and will be the only option for upcoming UHD 4.0 anyway. | ||||
* | devtest: Integrate Python API Tester into Devtest | Vidush | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -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 Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | tests: More devtests, works on E3XX now | Martin Braun | 2015-11-11 | 1 | -0/+53 |
- devtest now gets installed - uhd_usrp_probe test - Added make test_e3xx - Minor fixes to previous devtests |