| Commit message (Expand) | Author | Age | Files | Lines |
* | Examples: wrap up ref setting with option check | natetemple | 2019-11-24 | 1 | -1/+3 |
* | examples: remove thread priority elevation | Ciro Nishiguchi | 2019-10-22 | 1 | -2/+0 |
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 1 | -102/+127 |
* | examples: utils: skip formatting program options | Brent Stapleton | 2019-01-16 | 1 | -0/+2 |
* | 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: 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: Select subdev spec before setting channels | Sugandha Gupta | 2018-06-12 | 1 | -4/+3 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -4/+5 |
* | examples: Fix some minor compiler warnings | Martin Braun | 2018-02-19 | 1 | -3/+6 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 1 | -4/+4 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -1/+0 |
* | examples: tx_waveforms was always checking lo_lock on channel 0, regardless o... | Martin Braun | 2016-08-11 | 1 | -5/+7 |
* | examples: added options for specifying number of samples to transmit | Paul David | 2016-04-04 | 1 | -4/+14 |
* | UHD: Add pps source option to tx_waveforms example | michael-west | 2015-09-01 | 1 | -11/+30 |
* | Merge branch 'maint' | Martin Braun | 2015-07-14 | 1 | -8/+18 |
|\ |
|
| * | examples: Improved tx_waveform multi-channel sync | Martin Braun | 2015-07-14 | 1 | -8/+18 |
* | | Merge branch 'maint' | Martin Braun | 2014-12-15 | 1 | -4/+4 |
|\| |
|
| * | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 1 | -4/+4 |
* | | examples: Whitespace and other cleanup | Martin Braun | 2014-10-28 | 1 | -48/+1 |
|/ |
|
* | examples: Minor change to tx_waveforms example. | Moritz Fischer | 2014-10-07 | 1 | -3/+3 |
* | Pushing the bulk of UHD-3.7.0 code. | Ben Hilburn | 2014-02-14 | 1 | -1/+1 |
* | 120 MHz daughterboard support, Integer-N tuning, ADF435x code consolidation | Nicholas Corgan | 2014-01-24 | 1 | -2/+5 |
* | examples: changed examples that force usage of all channels to allow user to ... | Nicholas Corgan | 2013-08-26 | 1 | -12/+27 |
* | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively | Moritz Fischer | 2012-10-26 | 1 | -1/+1 |
* | uhd: added setup sleep to tx waveforms | Josh Blum | 2012-03-23 | 1 | -1/+4 |
* | uhd: add over-the-wire option to tx waveforms | Josh Blum | 2012-02-12 | 1 | -2/+3 |
* | uhd: typo fix in tx waveforms options | Josh Blum | 2012-01-03 | 1 | -1/+1 |
* | uhd: simplification for tx waveforms | Josh Blum | 2011-11-11 | 1 | -5/+3 |
* | uhd: updated ref sensor checks for new option names | Josh Blum | 2011-11-10 | 1 | -2/+2 |
* | uhd: performance improvement for tx waveforms using integer table lookup | Josh Blum | 2011-11-10 | 1 | -8/+7 |
* | uhd: modify examples to use new time/clock source API | Josh Blum | 2011-11-07 | 1 | -13/+2 |
* | uhd: performance speed up for tx waveforms, no iterative libmath per sample | Josh Blum | 2011-11-06 | 1 | -2/+3 |
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 1 | -2/+2 |
* | uhd: updated examples to use new streamer interface | Josh Blum | 2011-11-03 | 1 | -9/+9 |
* | uhd: specify range on tx_waveforms --ampl | Josh Blum | 2011-10-10 | 1 | -1/+1 |
* | Updates to example apps | Jason Abele | 2011-09-21 | 1 | -1/+37 |
* | uhd: many tweaks for tx_waveforms including performance | Josh Blum | 2011-06-07 | 1 | -59/+64 |
* | tx_waveforms: don't have to set time_spec for every pkt in the stream | Nick Foster | 2011-05-26 | 1 | -2/+2 |
* | tx_waveform: no SOB for continuous streaming | Nick Foster | 2011-05-26 | 1 | -3/+1 |
* | UHD: make tx_waveforms MIMO-capable | Nick Foster | 2011-05-26 | 1 | -27/+47 |
* | uhd: added missing set_tx_antenna() in tx waveforms | Josh Blum | 2011-03-15 | 1 | -0/+3 |
* | uhd: added continuous streaming and new options to tx_waveforms | Josh Blum | 2011-03-11 | 1 | -19/+47 |
* | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 1 | -1/+1 |
* | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 1 | -16/+15 |
* | uhd: use doubles as the theta when calculating the sine table | Josh Blum | 2011-01-21 | 1 | -2/+2 |