| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cmake: Use new UHDBoost.cmake in init_usrp and tools | Michael Dickens | 2019-10-15 | 1 | -38/+22 |
* | examples: Add mode to remove latency of RX samples in latency_test | Alex Williams | 2019-10-07 | 1 | -3/+16 |
* | examples: Add replay example to CMake | Martin Braun | 2019-09-20 | 2 | -2/+3 |
* | examples: bmark_rate: fixup INIT_DELAY | Brent Stapleton | 2019-09-04 | 1 | -3/+6 |
* | python: Fixup bmark_rate printed statistics | Brent Stapleton | 2019-08-21 | 1 | -3/+3 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 3 | -3/+3 |
* | examples: tx_samples_c: Fix memory leak | Moritz Fischer | 2019-02-15 | 1 | -2/+5 |
* | examples: benchmark_rate: Remove dead store to is_locked | Moritz Fischer | 2019-02-15 | 1 | -1/+0 |
* | examples: Fix boundary condition in ascii_art_dft plotting | Martin Braun | 2019-01-21 | 1 | -1/+1 |
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 30 | -3081/+3517 |
* | ascii_art_dft: move example within include guard | Brent Stapleton | 2019-01-16 | 1 | -2/+1 |
* | examples: utils: skip formatting program options | Brent Stapleton | 2019-01-16 | 27 | -0/+54 |
* | examples: Improved error message in tx_waveforms | Derek Kozel | 2019-01-14 | 1 | -2/+6 |
* | Examples: Add lo-offset to tx_waveforms | natetemple | 2019-01-10 | 1 | -2/+6 |
* | Examples: update lo-offset naming in tx from file | natetemple | 2019-01-10 | 1 | -4/+7 |
* | Examples: Add LO Offset to rx_samples_to_file | natetemple | 2019-01-10 | 1 | -2/+6 |
* | examples: change boost to std for time commands | mguyler-ni | 2019-01-08 | 1 | -40/+58 |
* | examples: optimize tx_waveforms memory allocations | Brent Stapleton | 2019-01-03 | 1 | -5/+10 |
* | examples: formatting in tx_waveforms | Brent Stapleton | 2019-01-03 | 1 | -2/+8 |
* | examples: optimize benchmark_rate start time | Brent Stapleton | 2019-01-03 | 1 | -3/+3 |
* | uhd: Add benchmark_streamer support for multi-channel streamer | Ciro Nishiguchi | 2018-12-17 | 1 | -275/+478 |
* | examples: Add keyboard controls to rx_ascii_art_dft | Rakesh Peter | 2018-12-17 | 1 | -3/+116 |
* | examples: rfnoc_radio_loopback: Clean up example | Martin Braun | 2018-12-03 | 1 | -15/+11 |
* | rfnoc: Add halt to replay API | Wade Fife | 2018-11-27 | 1 | -1/+5 |
* | RFNoC: Fix replay example port args | Wade Fife | 2018-11-27 | 1 | -3/+3 |
* | uhd: fix rx antenna not being applied in txrx example | Mark Meserve | 2018-11-16 | 1 | -2/+3 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 4 | -65/+65 |
* | uhd: Changes to traffic counter register names | Ciro Nishiguchi | 2018-10-31 | 1 | -66/+54 |
* | uhd: Add dual measurements to benchmark_streamer | Ciro Nishiguchi | 2018-10-18 | 1 | -113/+314 |
* | utils: fix bmark_rate MIMO synchronization | Brent Stapleton | 2018-10-12 | 1 | -9/+10 |
* | uhd: Add benchmark_streamer example | Ciro Nishiguchi | 2018-10-11 | 2 | -0/+498 |
* | examples: add rfnoc_radio_loopback | Trung Tran | 2018-09-14 | 2 | -0/+214 |
* | python: Fix duration of benchmark rate | Brent Stapleton | 2018-09-12 | 1 | -1/+1 |
* | Examples: Fix channel argument for rx_samples_to_file | Michael West | 2018-08-29 | 1 | -18/+18 |
* | RFNoC: Add Replay API and example | Wade Fife | 2018-08-29 | 1 | -0/+367 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 3 | -7/+7 |
* | rfnoc: examples: Removed some legacy code patterns from RFNoC examples | Martin Braun | 2018-08-02 | 2 | -34/+45 |
* | UHD: Added RFNoC examples | Martin Braun | 2018-06-22 | 3 | -0/+830 |
* | python: Adding Python API benchmark rate | Brent Stapleton | 2018-06-20 | 2 | -0/+482 |
* | python: Added curses frequency plot example | Paul David | 2018-06-20 | 2 | -0/+153 |
* | python: Separating exposed Python data structures | Paul David | 2018-06-20 | 3 | -55/+38 |
* | python: Initial commit of Python API | Andrej Rode | 2018-06-20 | 4 | -0/+137 |
* | examples: Select subdev spec before setting channels | Sugandha Gupta | 2018-06-12 | 1 | -4/+3 |
* | examples: Remove use of boost::posix_time from rx_ascii_art_dft | Martin Braun | 2018-05-09 | 1 | -3/+8 |
* | examples: Avoid calculating dropped samples for negative offsets | Martin Braun | 2018-05-03 | 1 | -1/+10 |
* | examples: Fix sleep duration in benchmark_rate | Martin Braun | 2018-05-03 | 1 | -1/+1 |
* | examples: Add failure modes to benchmark_rate | Martin Braun | 2018-05-03 | 1 | -20/+86 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 9 | -31/+41 |
* | examples: De-boostify rx_samples_to_file | Martin Braun | 2018-04-18 | 1 | -47/+93 |
* | examples: Remove superfluous sleep | Martin Braun | 2018-04-18 | 1 | -2/+0 |