Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devtest: Fix counting of underruns/overruns | Martin Braun | 2018-08-22 | 1 | -2/+2 |
| | | | | Our regex was borked. | ||||
* | devtest: Remove parsing for DD.. and SS.. | Martin Braun | 2018-08-22 | 1 | -0/+13 |
| | | | | | | | Detecting drops by parsing for DD and SS was a flawed method. Tools should find those programmatically. Plus, the string 'DDC' would interfere with the regex. Also, we're now using UHD_LOG_FASTPATH_DISABLE. | ||||
* | devtest: Clean up & refactor | Martin Braun | 2018-08-22 | 1 | -2/+11 |
| | | | | | - Move filter_* functions out of uhd_test_case - Reduced some line lengths | ||||
* | examples: Update benchmark_rate (more stats, timestamps) | Martin Braun | 2018-03-14 | 1 | -4/+4 |
| | | | | | | | | - Messages are all timestamped, enables better understanding of the output log - Less usage of Boost - More stats (differentiate between RX and TX timeouts and sequence errors) | ||||
* | 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 |
| | |||||
* | devtest: dont check number of samples in benchmark rate test and accept | Andrej Rode | 2016-12-09 | 1 | -6/+6 |
| | | | | 10 underruns in SISO | ||||
* | devtest: Fixed case where B200 test could fail due to bad params | Martin Braun | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | tests: devtests now check for timeouts and the sample counts | Martin Braun | 2016-03-21 | 1 | -7/+30 |
| | |||||
* | tests: Added first batch of device tests | Martin Braun | 2015-10-07 | 1 | -0/+75 |
- Currently supported: B2xx, X3x0 - Runs some simple examples |