| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Martin Braun | 2016-05-19 | 1 | -2/+3 |
|\ |
|
| * | examples: Increased the reference locking timeout in benchmark_rate | Paul David | 2016-05-17 | 1 | -2/+3 |
| * | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-17 | 1 | -32/+126 |
| * | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p... | Martin Braun | 2016-03-16 | 1 | -120/+32 |
| * | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-14 | 1 | -32/+120 |
* | | examples: added options for specifying number of samples to transmit | Paul David | 2016-04-04 | 2 | -7/+32 |
* | | examples: Add timeouts to benchmark_rate | Martin Braun | 2016-03-21 | 1 | -1/+10 |
* | | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-21 | 1 | -32/+126 |
* | | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p... | Martin Braun | 2016-03-21 | 1 | -120/+32 |
* | | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-21 | 1 | -32/+120 |
|/ |
|
* | examples: TX/RX loopback stopping condition was reversed | Paul David | 2016-03-03 | 1 | -1/+1 |
* | examples: TX/RX loopback could run forever if the exact number of samples isn... | DaulPavid | 2016-03-03 | 1 | -1/+1 |
* | Corrected the UHD behavior in the event of a USB disconnect | DaulPavid | 2016-02-12 | 1 | -0/+6 |
* | examples: Fixed error code variable in rx_samples_c | Martin Braun | 2015-11-17 | 1 | -1/+1 |
* | UHD: Add pps source option to tx_waveforms example | michael-west | 2015-09-01 | 1 | -11/+30 |
* | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 2 | -2/+2 |
* | C API: feature additions, bugfixes | Nicholas Corgan | 2015-08-07 | 6 | -1420/+84 |
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 7 | -1/+2027 |
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -1/+1 |
* | 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 | 2015-06-09 | 2 | -0/+9 |
|\| |
|
| * | examples: Updated init_usrp example on note about CMake flags | Martin Braun | 2015-06-09 | 2 | -0/+9 |
* | | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 3 | -7/+7 |
|\| |
|
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 3 | -10/+10 |
* | | Merge branch 'maint' | Martin Braun | 2015-03-11 | 1 | -2/+2 |
|\| |
|
| * | uhd: Fixed several type-cast related warnings for naggy compilers | Martin Braun | 2015-03-11 | 1 | -2/+2 |
* | | uhd: Fixed multiple compiler warnings | Michael Dickens | 2015-03-11 | 1 | -4/+4 |
* | | B200: UHD support for FPGPIO connector on REV6+ boards. | Ian Buckley | 2015-03-09 | 3 | -419/+463 |
* | | Merge branch 'maint' | Martin Braun | 2015-02-12 | 4 | -8/+8 |
|\| |
|
| * | examples: Show set_rx_bandwidth units properly in MHz in all examples | Rajib Bhattacharjea | 2015-02-09 | 4 | -8/+8 |
* | | Merge branch 'maint' | Martin Braun | 2015-01-19 | 1 | -4/+28 |
|\| |
|
| * | cmake: Added ENABLE_STATIC_LIBS option | Martin Braun | 2015-01-19 | 1 | -4/+28 |
* | | Merge branch 'maint' | Martin Braun | 2015-01-13 | 1 | -0/+9 |
|\| |
|
| * | examples: Fixed init_usrp for building with MSVC | Martin Braun | 2015-01-12 | 1 | -0/+9 |
* | | Merge branch 'maint' | Martin Braun | 2015-01-08 | 1 | -33/+43 |
|\| |
|
| * | examples: Fixed multi-channel gain and freq setup for txrx_loopback_to_file | Martin Braun | 2015-01-08 | 1 | -33/+43 |
* | | Merge branch 'maint' | Martin Braun | 2014-12-15 | 6 | -27/+27 |
|\| |
|
| * | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 6 | -28/+28 |
| * | examples: Fixed multi-channel ops | Martin Braun | 2014-11-12 | 1 | -7/+52 |
* | | examples: Merged benchmark_rate and transport_hammer | Martin Braun | 2014-11-13 | 3 | -294/+51 |
* | | examples: Fixed multi-channel ops | Martin Braun | 2014-11-13 | 1 | -6/+53 |
* | | examples: Whitespace and other cleanup | Martin Braun | 2014-10-28 | 8 | -196/+174 |
|/ |
|
* | examples: Also bumped min Boost version in init_usrp example | Martin Braun | 2014-10-25 | 1 | -1/+1 |
* | changed parameter --time to --duration | Julian Arnold | 2014-10-20 | 1 | -19/+15 |
* | Rectifying a great embarassement in UHD. %s/Mhz/MHz. | Ben Hilburn | 2014-10-07 | 1 | -2/+2 |
* | examples: Minor change to tx_waveforms example. | Moritz Fischer | 2014-10-07 | 1 | -3/+3 |
* | e300/x300: gpio: Cleaned up example. | Moritz Fischer | 2014-10-07 | 1 | -33/+76 |
* | uhd: Added an example for CMake usage | Martin Braun | 2014-09-25 | 3 | -0/+126 |